paper-with-me

홈 › Papers

Neighborhood Contrastive Learning for Novel Class Discovery

2021-06-20 · CVPR 2021 1 · Zhun Zhong, Enrico Fini, Subhankar Roy, Zhiming Luo, Elisa Ricci, Nicu Sebe

In this paper, we address Novel Class Discovery (NCD), the task of unveiling new classes in a set of unlabeled samples given a labeled dataset with known classes. We exploit the peculiarities of NCD to build a new framework, named Neighborhood Contrastive Learning (NCL), to learn discriminative representations that are important to clustering performance. Our contribution is twofold. First, we find that a feature extractor trained on the labeled set generates representations in which a generic query sample and its neighbors are likely to share the same class. We exploit this observation to retrieve and aggregate pseudo-positive pairs with contrastive learning, thus encouraging the model to learn more discriminative representations. Second, we notice that most of the instances are easily discriminated by the network, contributing less to the contrastive loss. To overcome this issue, we propose to generate hard negatives by mixing labeled and unlabeled samples in the feature space. We experimentally demonstrate that these two ingredients significantly contribute to clustering performance and lead our model to outperform state-of-the-art methods by a large margin (e.g., clustering accuracy +13% on CIFAR-100 and +8% on ImageNet).

📄 PDF Abstract BibTeX arXiv:2106.10731

Code (1)

zhunzhong07/NCL 공식 구현 pytorch

Tasks

ClusteringContrastive LearningNovel Class Discovery

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Neighborhood Commonality-aware Evolution Network for Continuous Generalized Category Discovery

2024-12-07 · Ye Wang, Yaxiong Wang, Guoshuai Zhao, Xueming Qian

Continuous Generalized Category Discovery (C-GCD) aims to continually discover novel classes from unlabelled image sets while maintaining performance on old classes. In this paper, we propose a novel learning framework, …

Contrastive LearningIncremental LearningKnowledge DistillationRepresentation Learning

GraphVL: Graph-Enhanced Semantic Modeling via Vision-Language Models for Generalized Class Discovery

2024-11-04 · Bhupendra Solanki, Ashwin Nair, Mainak Singha, Souradeep Mukhopadhyay 외

Generalized Category Discovery (GCD) aims to cluster unlabeled images into known and novel categories using labeled images from known classes. To address the challenge of transferring features from known to unknown class…

Language ModelingLanguage Modelling

Virtual Category-Guided Continual Generalized Category Discovery

2026-07-06 · Jiahui Xiong, Qiuxia Lai, Hongsong Wang arxiv

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-wor…

Contrastive Learning

Unveiling Contrastive Learning's Capability of Neighborhood Aggregation for Collaborative Filtering

2025-04-14 · Yu Zhang, Yiwen Zhang, Yi Zhang, Lei Sang 외

Personalized recommendation is widely used in the web applications, and graph contrastive learning (GCL) has gradually become a dominant approach in recommender systems, primarily due to its ability to extract self-super…

Collaborative FilteringContrastive LearningData AugmentationMisconceptions+1

MetaGCD: Learning to Continually Learn in Generalized Category Discovery

2023-08-21 · ICCV 2023 1 · Yanan Wu, Zhixiang Chi, Yang Wang, Songhe Feng

In this paper, we consider a real-world scenario where a model that is trained on pre-defined classes continually encounters unlabeled data that contains both known and novel classes. The goal is to continually discover …

Incremental LearningMeta-LearningNovel Class Discovery