Class-incremental Learning via Deep Model Consolidation
Deep neural networks (DNNs) often suffer from "catastrophic forgetting" during incremental learning (IL) --- an abrupt degradation of performance on the original set of classes when the training objective is adapted to a newly added set of classes. Existing IL approaches tend to produce a model that is biased towards either the old classes or new classes, unless with the help of exemplars of the old data. To address this issue, we propose a class-incremental learning paradigm called Deep Model Consolidation (DMC), which works well even when the original training data is not available. The idea is to first train a separate model only for the new classes, and then combine the two individual models trained on data of two distinct set of classes (old classes and new classes) via a novel double distillation training objective. The two existing models are consolidated by exploiting publicly available unlabeled auxiliary data. This overcomes the potential difficulties due to the unavailability of original training data. Compared to the state-of-the-art techniques, DMC demonstrates significantly better performance in image classification (CIFAR-100 and CUB-200) and object detection (PASCAL VOC 2007) in the single-headed IL setting.
Code (2)
Tasks
class-incremental learningClass Incremental Learningimage-classificationImage ClassificationIncremental Learningmodelobject-detectionObject DetectionSimilar Papers 제목 키워드 기반
Label Mapping Neural Networks with Response Consolidation for Class Incremental Learning
Class incremental learning refers to a special multi-class classification task, in which the number of classes is not fixed but is increasing with the continual arrival of new data. Existing researches mainly focused on …
class-incremental learningClass Incremental LearningIncremental LearningMulti-class ClassificationKnowledge Consolidation based Class Incremental Online Learning with Limited Data
We propose a novel approach for class incremental online learning in a limited data setting. This problem setting is challenging because of the following constraints: (1) Classes are given incrementally, which necessitat…
class-incremental learningClass Incremental LearningIncremental LearningMeta-LearningDual Consolidation for Pre-Trained Model-Based Domain-Incremental Learning
Domain-Incremental Learning (DIL) involves the progressive adaptation of a model to new concepts across different domains. While recent advances in pre-trained models provide a solid foundation for DIL, learning new conc…
Incremental LearningIncremental Event Detection via Knowledge Consolidation Networks
Conventional approaches to event detection usually require a fixed set of pre-defined event types. Such a requirement is often challenged in real-world applications, as new events continually occur. Due to huge computati…
Event DetectionIncremental LearningClass incremental learning for video action classification
Class Incremental Learning (CIL) is a hot topic in machine learning for CNN models to learn new classes incrementally. However, most of the CIL studies are for image classification and object recognition tasks and few CI…
Action ClassificationAction Recognition In VideosClassificationclass-incremental learning+6