paper-with-me

Papers

Class-incremental Novel Class Discovery

2022-07-18 · Subhankar Roy, Mingxuan Liu, Zhun Zhong, Nicu Sebe, Elisa Ricci

We study the new task of class-incremental Novel Class Discovery (class-iNCD), which refers to the problem of discovering novel categories in an unlabelled data set by leveraging a pre-trained model that has been trained on a labelled data set containing disjoint yet related categories. Apart from discovering novel classes, we also aim at preserving the ability of the model to recognize previously seen base categories. Inspired by rehearsal-based incremental learning methods, in this paper we propose a novel approach for class-iNCD which prevents forgetting of past information about the base classes by jointly exploiting base class feature prototypes and feature-level knowledge distillation. We also propose a self-training clustering strategy that simultaneously clusters novel categories and trains a joint classifier for both the base and novel classes. This makes our method able to operate in a class-incremental setting. Our experiments, conducted on three common benchmarks, demonstrate that our method significantly outperforms state-of-the-art approaches. Code is available at https://github.com/OatmealLiu/class-iNCD

📄 PDF Abstract BibTeX arXiv:2207.08605

Code (1)

oatmealliu/class-incd 공식 구현 pytorch

Tasks

Incremental LearningKnowledge DistillationNovel Class Discovery

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Discovering and Merging for Incremental Novel Class Discovery

2024-03-06 · Guangyao Chen, Peixi Peng, Yangru Huang, Mengyue Geng 외

One important desideratum of lifelong learning aims to discover novel classes from unlabelled data in a continuous manner. The central challenge is twofold: discovering and learning novel classes while mitigating the iss…

class-incremental learningClass Incremental LearningDiversityIncremental Learning+3

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

Saving for the future: Enhancing generalization via partial logic regularization

2025-08-21 · Zhaorui Tan, Yijie Hu, Xi Yang, Qiufeng Wang 외 arxiv

Generalization remains a significant challenge in visual classification tasks, particularly in handling unknown classes in real-world applications. Existing research focuses on the class discovery paradigm, which tends t…

Class Incremental Learning

Unsupervised Incremental Learning Using Confidence-Based Pseudo-Labels

2025-08-29 · Lucas Rakotoarivony arxiv

Deep learning models have achieved state-of-the-art performance in many computer vision tasks. However, in real-world scenarios, novel classes that were unseen during training often emerge, requiring models to acquire ne…

class-incremental learning

Continual Novel Class Discovery via Feature Enhancement and Adaptation

2024-05-10 · Yifan Yu, Shaokun Wang, Yuhang He, Junzhe Chen 외

Continual Novel Class Discovery (CNCD) aims to continually discover novel classes without labels while maintaining the recognition capability for previously learned classes. The main challenges faced by CNCD include the …

Novel Class Discovery