SupportNet: solving catastrophic forgetting in class incremental learning with support data
Yu Li, Zhongxiao Li, Lizhong Ding, Yijie Pan, Chao Huang, Yuhui Hu,, Wei Chen, Xin Gao

TL;DR
SupportNet is a novel approach that combines deep learning with support vector machines to mitigate catastrophic forgetting in class incremental learning, maintaining high performance on old and new data.
Contribution
It introduces a support data selection method and regularizers to stabilize learning, significantly improving incremental learning performance over existing methods.
Findings
SupportNet outperforms state-of-the-art incremental learning methods.
SupportNet achieves performance comparable to training from scratch.
SupportNet effectively preserves old knowledge while learning new classes.
Abstract
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsSupport Vector Machine
