Uncertainty Quantification in Continual Open-World Learning
Amanda S. Rios, Ibrahima J. Ndiour, Parual Datta, Jaroslaw Sydir, Omesh Tickoo, Nilesh Ahuja
TL;DR
This work tackles continual open-world learning where unlabeled data streams contain both old and novel classes, a setting where traditional CL methods and fixed-oracle approaches fail. It introduces COUQ, an iterative uncertainty quantification framework built on per-class feature reconstruction error (FRE) with per-class PCA transforms, enabling robust novelty detection and enabling active labeling and pseudo-labeling in continual tasks. COUQ demonstrates strong performance across multiple datasets and backbones, maintaining reliable uncertainty estimates as new classes arrive and reducing labeling costs while mitigating error propagation. The approach enables practical deployment of open-world CL systems by replacing unrealistic oracle requirements with uncertainty-guided, data-efficient adaptation.
Abstract
AI deployed in the real-world should be capable of autonomously adapting to novelties encountered after deployment. Yet, in the field of continual learning, the reliance on novelty and labeling oracles is commonplace albeit unrealistic. This paper addresses a challenging and under-explored problem: a deployed AI agent that continuously encounters unlabeled data - which may include both unseen samples of known classes and samples from novel (unknown) classes - and must adapt to it continuously. To tackle this challenge, we propose our method COUQ "Continual Open-world Uncertainty Quantification", an iterative uncertainty estimation algorithm tailored for learning in generalized continual open-world multi-class settings. We rigorously apply and evaluate COUQ on key sub-tasks in the Continual Open-World: continual novelty detection, uncertainty guided active learning, and uncertainty guided pseudo-labeling for semi-supervised CL. We demonstrate the effectiveness of our method across multiple datasets, ablations, backbones and performance superior to state-of-the-art.
