CONCLAD: COntinuous Novel CLAss Detector
Amanda Rios, Ibrahima Ndiour, Parual Datta, Omesh Tickoo, Nilesh Ahuja
TL;DR
CONCLAD tackles continual novelty detection in settings with multiple novel classes and no oracle. It introduces an iterative multi-class uncertainty estimation framework that combines feature reconstruction error with per-class PCA transforms to produce robust novelty scores, enabling tiny supervision and selective pseudo-labeling for continual updates. Empirical results across Im21K-OOD, Eurosat, Plants, and Cifar100 demonstrate that CONCLAD consistently outperforms single-class detectors and semi-supervised baselines, especially as the number of novel classes per task increases. The approach reduces error propagation across task transitions and can adapt to multiple novel classes without collapsing them into a single new class, with code to be released.
Abstract
In the field of continual learning, relying on so-called oracles for novelty detection is commonplace albeit unrealistic. This paper introduces CONCLAD ("COntinuous Novel CLAss Detector"), a comprehensive solution to the under-explored problem of continual novel class detection in post-deployment data. At each new task, our approach employs an iterative uncertainty estimation algorithm to differentiate between known and novel class(es) samples, and to further discriminate between the different novel classes themselves. Samples predicted to be from a novel class with high-confidence are automatically pseudo-labeled and used to update our model. Simultaneously, a tiny supervision budget is used to iteratively query ambiguous novel class predictions, which are also used during update. Evaluation across multiple datasets, ablations and experimental settings demonstrate our method's effectiveness at separating novel and old class samples continuously. We will release our code upon acceptance.
