CVJul 6

Virtual Category-Guided Continual Generalized Category Discovery

arXiv:2607.049845.6
Predicted impact top 71% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For open-world visual learning systems that must continuously discover new categories without forgetting old ones, this work provides a more robust and effective solution to the problem of ambiguous unlabeled samples.

The paper tackles Continual Generalized Category Discovery (C-GCD), where models must incrementally identify novel categories from unlabeled data while retaining knowledge of known classes. The proposed method, combining Virtual Category Learning and Expanded Neighborhood Contrastive Learning, achieves state-of-the-art performance on CIFAR-100, Tiny ImageNet, and ImageNet-100, consistently outperforming prior methods.

Continual Generalized Category Discovery (C-GCD) aims to incrementally identify novel categories from sequential unlabeled data while preserving recognition of known classes, which is an essential capability for open-world visual learning. A major bottleneck lies in ambiguous unlabeled samples that cannot be confidently assigned to known classes nor reliably grouped as novel ones, making pseudo-labeling brittle and often biasing learning toward familiar categories. In this work, we introduce Virtual Category-Guided Continual Generalized Category Discovery by adapting Virtual Category Learning (VCL) to the continual setting. Our method identifies uncertain samples and assigns them to temporary virtual categories, enabling safe and informative learning from unlabeled streams without injecting noisy labels, while improving unlabeled data utilization and mitigating prediction bias. To further stabilize discovery across sessions and enhance class separation, we augment VCL with Expanded Neighborhood Contrastive Learning (ENCL), which exploits extended neighborhood relations and an adaptive margin to learn more discriminative and well-separated representations for both old and emerging classes. Extensive experiments on CIFAR-100, Tiny ImageNet, and ImageNet-100 demonstrate that our approach consistently outperforms state-of-the-art methods, establishing a scalable and effective solution for C-GCD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes