paper-with-me

홈 › Papers

Open-World Continual Learning: Unifying Novelty Detection and Continual Learning

2023-04-20 · Gyuhak Kim, Changnan Xiao, Tatsuya Konishi, Zixuan Ke, Bing Liu

As AI agents are increasingly used in the real open world with unknowns or novelties, they need the ability to (1) recognize objects that (a) they have learned before and (b) detect items that they have never seen or learned, and (2) learn the new items incrementally to become more and more knowledgeable and powerful. (1) is called novelty detection or out-of-distribution (OOD) detection and (2) is called class incremental learning (CIL), which is a setting of continual learning (CL). In existing research, OOD detection and CIL are regarded as two completely different problems. This paper first provides a theoretical proof that good OOD detection for each task within the set of learned tasks (called closed-world OOD detection) is necessary for successful CIL. We show this by decomposing CIL into two sub-problems: within-task prediction (WP) and task-id prediction (TP), and proving that TP is correlated with closed-world OOD detection. The key theoretical result is that regardless of whether WP and OOD detection (or TP) are defined explicitly or implicitly by a CIL algorithm, good WP and good closed-world OOD detection are necessary and sufficient conditions for good CIL, which unifies novelty or OOD detection and continual learning (CIL, in particular). We call this traditional CIL the closed-world CIL as it does not detect future OOD data in the open world. The paper then proves that the theory can be generalized or extended to open-world CIL, which is the proposed open-world continual learning, that can perform CIL in the open world and detect future or open-world OOD data. Based on the theoretical results, new CIL methods are also designed, which outperform strong baselines in CIL accuracy and in continual OOD detection by a large margin.

📄 PDF Abstract BibTeX arXiv:2304.10038

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental LearningNovelty DetectionOut of Distribution (OOD) Detection

Similar Papers 제목 키워드 기반

Uncertainty Quantification in Continual Open-World Learning

2024-12-21 · Amanda S. Rios, Ibrahima J. Ndiour, Parual Datta, Jaroslaw Sydir 외

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

Active LearningAI AgentContinual LearningNovelty Detection+1

SHELS: Exclusive Feature Sets for Novelty Detection and Continual Learning Without Class Boundaries

2022-06-28 · Meghna Gummadi, David Kent, Jorge A. Mendez, Eric Eaton

While deep neural networks (DNNs) have achieved impressive classification performance in closed-world learning scenarios, they typically fail to generalize to unseen categories in dynamic open-world environments, in whic…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+2

Continual Novelty Detection

2021-06-24 · Rahaf Aljundi, Daniel Olmeda Reino, Nikolay Chumerin, Richard E. Turner

Novelty Detection methods identify samples that are not representative of a model's training set thereby flagging misleading predictions and bringing a greater flexibility and transparency at deployment time. However, re…

Continual LearningNovelty Detection

Information Theory in Open-world Machine Learning Foundations, Frameworks, and Future Direction

2025-10-17 · Lin Wang arxiv

Open world Machine Learning (OWML) aims to develop intelligent systems capable of recognizing known categories, rejecting unknown samples, and continually learning from novel information. Despite significant progress in …

Continual Learning

Continual Improvement of Threshold-Based Novelty Detection

2023-09-05 · Abe Ejilemele, Jorge Mendez-Mendez

When evaluated in dynamic, open-world situations, neural networks struggle to detect unseen classes. This issue complicates the deployment of continual learners in realistic environments where agents are not explicitly i…

Novelty Detection