paper-with-me

홈 › Papers

SupportNet: solving catastrophic forgetting in class incremental learning with support data

2018-06-08 · Yu Li, Zhongxiao Li, Lizhong Ding, Yijie Pan, Chao Huang, Yuhui Hu, Wei Chen, Xin Gao

A plain well-trained deep learning model often does not have the ability to learn new knowledge without forgetting the previously learned knowledge, which is known as catastrophic forgetting. Here we propose a novel method, SupportNet, to efficiently and effectively solve the catastrophic forgetting problem in the class incremental learning scenario. SupportNet combines the strength of deep learning and support vector machine (SVM), where SVM is used to identify the support data from the old data, which are fed to the deep learning model together with the new data for further training so that the model can review the essential information of the old data when learning the new information. Two powerful consolidation regularizers are applied to stabilize the learned representation and ensure the robustness of the learned model. We validate our method with comprehensive experiments on various tasks, which show that SupportNet drastically outperforms the state-of-the-art incremental learning methods and even reaches similar performance as the deep learning model trained from scratch on both old and new data. Our program is accessible at: https://github.com/lykaust15/SupportNet

📄 PDF Abstract BibTeX arXiv:1806.02942

Code (1)

lykaust15/SupportNet 공식 구현 tf

Tasks

class-incremental learningClass Incremental LearningDeep LearningIncremental Learning

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Knowledge Restore and Transfer for Multi-label Class-Incremental Learning

2023-02-26 · ICCV 2023 1 · Songlin Dong, Haoyu Luo, Yuhang He, Xing Wei 외

Current class-incremental learning research mainly focuses on single-label classification tasks while multi-label class-incremental learning (MLCIL) with more practical application scenarios is rarely studied. Although t…

class-incremental learningClass Incremental LearningIncremental LearningPseudo Label

Federated Class-Incremental Learning with Prompting

2023-10-13 · Jiale Liu, Yu-Wei Zhan, Chong-Yu Zhang, Xin Luo 외

As Web technology continues to develop, it has become increasingly common to use data stored on different clients. At the same time, federated learning has received widespread attention due to its ability to protect data…

class-incremental learningClass Incremental LearningFederated LearningIncremental Learning

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

Catastrophic forgetting: still a problem for DNNs

2019-05-20 · B. Pfülb, A. Gepperth, S. Abdullah, A. Kilian

We investigate the performance of DNNs when trained on class-incremental visual problems consisting of initial training, followed by retraining with added visual classes. Catastrophic forgetting (CF) behavior is measured…

Incremental LearningModel Selection

Demystifying Catastrophic Forgetting in Two-Stage Incremental Object Detector

2025-02-08 · Qirui Wu, Shizhou Zhang, De Cheng, Yinghui Xing 외

Catastrophic forgetting is a critical chanllenge for incremental object detection (IOD). Most existing methods treat the detector monolithically, relying on instance replay or knowledge distillation without analyzing com…

Incremental LearningKnowledge Distillationobject-detectionObject Detection