AUCSeg: AUC-Oriented Pixel-Level Long-Tail Semantic Segmentation

Abstract

The Area Under the ROC Curve (AUC) is a well-known metric for evaluating instance-level long-tail learning problems. In the past two decades, many AUC optimization methods have been proposed to improve model performance under long-tail distributions. In this paper, we explore AUC optimization methods in the context of pixel-level long-tail semantic segmentation, a much more complicated scenario. This task introduces two major challenges for AUC optimization techniques. On one hand, AUC optimization in a pixel-level task involves complex coupling across loss terms, with structured inner-image and pairwise inter-image dependencies, complicating theoretical analysis. On the other hand, we find that mini-batch estimation of AUC loss in this case requires a larger batch size, resulting in an unaffordable space complexity. To address these issues, we develop a pixel-level AUC loss function and conduct a dependency-graph-based theoretical analysis of the algorithm's generalization ability. Additionally, we design a Tail-Classes Memory Bank (T-Memory Bank) to manage the significant memory demand. Finally, comprehensive experiments across various benchmarks confirm the effectiveness of our proposed AUCSeg method. The code is available at https://github.com/boyuh/AUCSeg.

Cite

Text

Han et al. "AUCSeg: AUC-Oriented Pixel-Level Long-Tail Semantic Segmentation." Neural Information Processing Systems, 2024. doi:10.52202/079017-4029

Markdown

[Han et al. "AUCSeg: AUC-Oriented Pixel-Level Long-Tail Semantic Segmentation." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/han2024neurips-aucseg/) doi:10.52202/079017-4029

BibTeX

@inproceedings{han2024neurips-aucseg,
  title     = {{AUCSeg: AUC-Oriented Pixel-Level Long-Tail Semantic Segmentation}},
  author    = {Han, Boyu and Xu, Qianqian and Yang, Zhiyong and Bao, Shilong and Wen, Peisong and Jiang, Yangbangyan and Huang, Qingming},
  booktitle = {Neural Information Processing Systems},
  year      = {2024},
  doi       = {10.52202/079017-4029},
  url       = {https://mlanthology.org/neurips/2024/han2024neurips-aucseg/}
}