paper-with-me

Papers

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 only from known categories of the labeled data but also from novel categories. This leads traditional novel category discovery (NCD) methods to be incapacitated for GCD, due to their assumption of unlabeled data are only from novel categories. One effective way for GCD is applying self-supervised learning to learn discriminate representation for unlabeled data. However, this manner largely ignores underlying relationships between instances of the same concepts (e.g., class, super-class, and sub-class), which results in inferior representation learning. In this paper, we propose a Dynamic Conceptional Contrastive Learning (DCCL) framework, which can effectively improve clustering accuracy by alternately estimating underlying visual conceptions and learning conceptional representation. In addition, we design a dynamic conception generation and update mechanism, which is able to ensure consistent conception learning and thus further facilitate the optimization of DCCL. Extensive experiments show that DCCL achieves new state-of-the-art performances on six generic and fine-grained visual recognition datasets, especially on fine-grained ones. For example, our method significantly surpasses the best competitor by 16.2% on the new classes for the CUB-200 dataset. Code is available at https://github.com/TPCD/DCCL.

📄 PDF Abstract BibTeX arXiv:2303.17393

Code (1)

tpcd/dccl 공식 구현 pytorch

Tasks

Contrastive LearningFine-Grained Visual RecognitionRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Online Continuous Generalized Category Discovery

2024-08-24 · Keon-Hee Park, Hakyung Lee, Kyungwoo Song, Gyeong-Moon Park

With the advancement of deep neural networks in computer vision, artificial intelligence (AI) is widely employed in real-world applications. However, AI still faces limitations in mimicking high-level human capabilities,…

Continual Learning

Contrastive Mean-Shift Learning for Generalized Category Discovery

2024-04-15 · CVPR 2024 1 · Sua Choi, Dahyun Kang, Minsu Cho

We address the problem of generalized category discovery (GCD) that aims to partition a partially labeled collection of images; only a small part of the collection is labeled and the total number of target classes is unk…

ClusteringContrastive LearningImage Clustering

Component Adaptive Clustering for Generalized Category Discovery

2025-07-02 · Mingfu Yan, Jiancheng Huang, Yifan Liu, Shifeng Chen arxiv

Generalized Category Discovery (GCD) tackles the challenging problem of categorizing unlabeled images into both known and novel classes within a partially labeled dataset, without prior knowledge of the number of unknown…

Contrastive Learning

Towards Distribution-Agnostic Generalized Category Discovery

2023-10-02 · NeurIPS 2023 11 · Jianhong Bai, Zuozhu Liu, Hualiang Wang, Ruizhe Chen 외

Data imbalance and open-ended distribution are two intrinsic characteristics of the real visual world. Though encouraging progress has been made in tackling each challenge separately, few works dedicated to combining the…

Contrastive LearningTransfer 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