paper-with-me

Papers

Class-incremental Learning via Deep Model Consolidation

2019-03-19 · Junting Zhang, Jie Zhang, Shalini Ghosh, Dawei Li, Serafettin Tasci, Larry Heck, Heming Zhang, C. -C. Jay Kuo

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.

📄 PDF Abstract BibTeX arXiv:1903.07864

Code (2)

juntingzh/incremental-learning-baselines tf
mmasana/FACIL pytorch

Tasks

class-incremental learningClass Incremental Learningimage-classificationImage ClassificationIncremental Learningmodelobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Label Mapping Neural Networks with Response Consolidation for Class Incremental Learning

2019-05-20 · Xu Zhang, Yang Yao, Baile Xu, Lekun Mao 외

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 Classification

Knowledge Consolidation based Class Incremental Online Learning with Limited Data

2021-06-12 · Mohammed Asad Karim, Vinay Kumar Verma, Pravendra Singh, Vinay Namboodiri 외

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-Learning

Dual Consolidation for Pre-Trained Model-Based Domain-Incremental Learning

2024-10-01 · CVPR 2025 1 · Da-Wei Zhou, Zi-Wen Cai, Han-Jia Ye, Lijun Zhang 외

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 Learning

Incremental Event Detection via Knowledge Consolidation Networks

2020-11-01 · EMNLP 2020 11 · Pengfei Cao, Yubo Chen, Jun Zhao, Taifeng Wang

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 Learning

Class incremental learning for video action classification

2021-09-19 · IEEE International Conference on Image Processing (ICIP) 2021 9 · Jiawei Ma, Xiaoyu Tao, Jianxing Ma, Xiaopeng Hong 외

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