paper-with-me

Papers

Composing Novel Classes: A Concept-Driven Approach to Generalized Category Discovery

2024-10-17 · Chuyu Zhang, Peiyan Gu, Xueyang Yu, Xuming He

We tackle the generalized category discovery (GCD) problem, which aims to discover novel classes in unlabeled datasets by leveraging the knowledge of known classes. Previous works utilize the known class knowledge through shared representation spaces. Despite their progress, our analysis experiments show that novel classes can achieve impressive clustering results on the feature space of a known class pre-trained model, suggesting that existing methods may not fully utilize known class knowledge. To address it, we introduce a novel concept learning framework for GCD, named ConceptGCD, that categorizes concepts into two types: derivable and underivable from known class concepts, and adopts a stage-wise learning strategy to learn them separately. Specifically, our framework first extracts known class concepts by a known class pre-trained model and then produces derivable concepts from them by a generator layer with a covariance-augmented loss. Subsequently, we expand the generator layer to learn underivable concepts in a balanced manner ensured by a concept score normalization strategy and integrate a contrastive loss to preserve previously learned concepts. Extensive experiments on various benchmark datasets demonstrate the superiority of our approach over the previous state-of-the-art methods. Code will be available soon.

📄 PDF Abstract BibTeX arXiv:2410.13285

Code (1)

algpy/conceptgcd 공식 구현

Similar Papers 제목 키워드 기반

Identifying Latent Concepts and Structures for Generalized Category Discovery

2026-07-01 · Boyang Dai, Chaoqi Chen, Yizhou Yu arxiv

Generalized Category Discovery (GCD) aims to recognize known classes while autonomously discovering novel ones in open-world settings. However, current approaches primarily focus on designing clustering objectives, often…

Representation Learning

CDAD-Net: Bridging Domain Gaps in Generalized Category Discovery

2024-04-08 · Sai Bhargav Rongali, Sarthak Mehrotra, Ankit Jha, Mohamad Hassan N C 외

In Generalized Category Discovery (GCD), we cluster unlabeled samples of known and novel classes, leveraging a training dataset of known classes. A salient challenge arises due to domain shifts between these datasets. To…

Contrastive LearningImage InpaintingMetric Learning

XCon: Learning with Experts for Fine-grained Category Discovery

2022-08-03 · Yixin Fei, Zhongkai Zhao, Siwei Yang, Bingchen Zhao

We address the problem of generalized category discovery (GCD) in this paper, i.e. clustering the unlabeled images leveraging the information from a set of seen classes, where the unlabeled images could contain both seen…

ClusteringContrastive LearningNovel Concepts

Dynamic Conceptional Contrastive Learning for Generalized Category Discovery

2023-03-30 · CVPR 2023 1 · Nan Pu, Zhun Zhong, Nicu Sebe

Generalized category discovery (GCD) is a recently proposed open-world problem, which aims to automatically cluster partially labeled data. The main challenge is that the unlabeled data contain instances that are not onl…

Contrastive LearningFine-Grained Visual RecognitionRepresentation LearningSelf-Supervised Learning

SpectralGCD: Spectral Concept Selection and Cross-modal Representation Learning for Generalized Category Discovery

2026-02-19 · Lorenzo Caselli, Marco Mistretta, Simone Magistri, Andrew D. Bagdanov arxiv

Generalized Category Discovery (GCD) aims to identify novel categories in unlabeled data while leveraging a small labeled subset of known classes. Training a parametric classifier solely on image features often leads to …

Representation LearningKnowledge Distillation