Class-incremental Novel Class Discovery
Subhankar Roy, Mingxuan Liu, Zhun Zhong, Nicu Sebe, Elisa Ricci

TL;DR
This paper introduces a novel class-incremental approach for discovering new categories in unlabeled data by leveraging pre-trained models, while preserving recognition of previously learned classes, outperforming existing methods.
Contribution
The paper proposes a new method combining feature prototypes, knowledge distillation, and self-training clustering for class-incremental novel class discovery.
Findings
Significantly outperforms state-of-the-art methods on benchmarks.
Effectively preserves base class recognition while discovering new classes.
Operates successfully in a class-incremental setting.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Text and Document Classification Technologies · Imbalanced Data Classification Techniques
MethodsBalanced Selection
