Class Incremental Learning with Task-Specific Batch Normalization and Out-of-Distribution Detection
Zhiping Zhou, Xuchen Xie, Yiqiao Qiu, Run Lin, Weishi Zheng, Ruixuan Wang

TL;DR
This paper proposes a novel class incremental learning framework that uses task-specific Batch Normalization and out-of-distribution detection to improve knowledge retention and task identification, achieving state-of-the-art results on multiple datasets.
Contribution
It introduces a new framework extending task incremental learning methods to class incremental learning with task-specific BN and OOD detection for task-ID prediction.
Findings
Achieves state-of-the-art performance on medical and natural image datasets.
Uses fewer parameters than traditional methods while maintaining high accuracy.
Effectively balances plasticity and stability in incremental learning scenarios.
Abstract
This study focuses on incremental learning for image classification, exploring how to reduce catastrophic forgetting of all learned knowledge when access to old data is restricted. The challenge lies in balancing plasticity (learning new knowledge) and stability (retaining old knowledge). Based on whether the task identifier (task-ID) is available during testing, incremental learning is divided into task incremental learning (TIL) and class incremental learning (CIL). The TIL paradigm often uses multiple classifier heads, selecting the corresponding head based on the task-ID. Since the CIL paradigm cannot access task-ID, methods originally developed for TIL require explicit task-ID prediction to bridge this gap and enable their adaptation to the CIL paradigm. {In this study, a novel continual learning framework extends the TIL method for CIL by introducing out-of-distribution detection…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Artificial Intelligence in Healthcare · Imbalanced Data Classification Techniques
MethodsBatch Normalization
