MOS: Modeling Object-Scene Associations in Generalized Category Discovery
Zhengyuan Peng, Jinpeng Ma, Zhimin Sun, Ran Yi, Haichuan Song, Xin Tan, Lizhuang Ma
TL;DR
This work tackles Generalized Category Discovery (GCD) by reframing scene context from noise to a useful prior, addressing the Ambiguity Challenge that perturbs object-scene interpretation. It introduces Modeling Object-Scene Associations (MOS), a dual-branch framework with a lightweight, MLP-based scene-awareness module and a teacher-stabilized scene feature pathway, coupled with zero-shot saliency segmentation to extract object regions. MOS integrates both contrastive and classification losses across labeled and unlabeled data, uses a Hungarian matcher for final predictions, and demonstrates strong gains on fine-grained GCD benchmarks—achieving an exceptional 4% average accuracy improvement and up to 9% gains over state-of-the-art on Semantic Shift Benchmark subsets. The approach emphasizes the practical value of scene information in GCD, shows robust ablations and analyses, and provides publicly accessible code, highlighting its potential to improve real-world recognition when scene cues are leveraged rather than discarded.
Abstract
Generalized Category Discovery (GCD) is a classification task that aims to classify both base and novel classes in unlabeled images, using knowledge from a labeled dataset. In GCD, previous research overlooks scene information or treats it as noise, reducing its impact during model training. However, in this paper, we argue that scene information should be viewed as a strong prior for inferring novel classes. We attribute the misinterpretation of scene information to a key factor: the Ambiguity Challenge inherent in GCD. Specifically, novel objects in base scenes might be wrongly classified into base categories, while base objects in novel scenes might be mistakenly recognized as novel categories. Once the ambiguity challenge is addressed, scene information can reach its full potential, significantly enhancing the performance of GCD models. To more effectively leverage scene information, we propose the Modeling Object-Scene Associations (MOS) framework, which utilizes a simple MLP-based scene-awareness module to enhance GCD performance. It achieves an exceptional average accuracy improvement of 4% on the challenging fine-grained datasets compared to state-of-the-art methods, emphasizing its superior performance in fine-grained GCD. The code is publicly available at https://github.com/JethroPeng/MOS
