Generalized Class Discovery in Instance Segmentation

Abstract

This work addresses the task of generalized class discovery (GCD) in instance segmentation. The goal is to discover novel classes and obtain a model capable of segmenting instances of both known and novel categories, given labeled and unlabeled data. Since the real world contains numerous objects with long-tailed distributions, the instance distribution for each class is inherently imbalanced. To address the imbalanced distributions, we propose an instance-wise temperature assignment (ITA) method for contrastive learning and class-wise reliability criteria for pseudo-labels. The ITA method relaxes instance discrimination for samples belonging to head classes to enhance GCD. The reliability criteria are to avoid excluding most pseudo-labels for tail classes when training an instance segmentation network using pseudo-labels from GCD. Additionally, we propose dynamically adjusting the criteria to leverage diverse samples in the early stages while relying only on reliable pseudo-labels in the later stages. We also introduce an efficient soft attention module to encode object-specific representations for GCD. Finally, we evaluate our proposed method by conducting experiments on two settings: COCO$_{half}$ + LVIS and LVIS + Visual Genome. The experimental results demonstrate that the proposed method outperforms previous state-of-the-art methods.

Cite

Text

Hoang et al. "Generalized Class Discovery in Instance Segmentation." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I4.32362

Markdown

[Hoang et al. "Generalized Class Discovery in Instance Segmentation." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/hoang2025aaai-generalized/) doi:10.1609/AAAI.V39I4.32362

BibTeX

@inproceedings{hoang2025aaai-generalized,
  title     = {{Generalized Class Discovery in Instance Segmentation}},
  author    = {Hoang, Cuong Manh and Lee, Yeejin and Kang, Byeongkeun},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {3491-3499},
  doi       = {10.1609/AAAI.V39I4.32362},
  url       = {https://mlanthology.org/aaai/2025/hoang2025aaai-generalized/}
}