paper-with-me

Papers

Overcoming Catastrophic Forgetting in Incremental Few-Shot Learning by Finding Flat Minima

2021-10-30 · NeurIPS 2021 12 · Guangyuan Shi, Jiaxin Chen, Wenlong Zhang, Li-Ming Zhan, Xiao-Ming Wu

This paper considers incremental few-shot learning, which requires a model to continually recognize new categories with only a few examples provided. Our study shows that existing methods severely suffer from catastrophic forgetting, a well-known problem in incremental learning, which is aggravated due to data scarcity and imbalance in the few-shot setting. Our analysis further suggests that to prevent catastrophic forgetting, actions need to be taken in the primitive stage -- the training of base classes instead of later few-shot learning sessions. Therefore, we propose to search for flat local minima of the base training objective function and then fine-tune the model parameters within the flat region on new tasks. In this way, the model can efficiently learn new classes while preserving the old ones. Comprehensive experimental results demonstrate that our approach outperforms all prior state-of-the-art methods and is very close to the approximate upper bound. The source code is available at https://github.com/moukamisama/F2M.

📄 PDF Abstract BibTeX arXiv:2111.01549

Code (1)

moukamisama/f2m 공식 구현 pytorch

Tasks

Few-Shot Class-Incremental LearningFew-Shot LearningIncremental Learning

Similar Papers 제목 키워드 기반

An Efficient Replay for Class-Incremental Learning with Pre-trained Models

2024-08-15 · Weimin Yin, Bin Chen adn Chunzhao Xie, Zhenhao Tan

In general class-incremental learning, researchers typically use sample sets as a tool to avoid catastrophic forgetting during continuous learning. At the same time, researchers have also noted the differences between cl…

class-incremental learningClass Incremental LearningIncremental Learning

Causes of Catastrophic Forgetting in Class-Incremental Semantic Segmentation

2022-09-16 · Tobias Kalb, Jürgen Beyerer

Class-incremental learning for semantic segmentation (CiSS) is presently a highly researched field which aims at updating a semantic segmentation model by sequentially learning new semantic classes. A major challenge in …

class-incremental learningClass Incremental LearningClass-Incremental Semantic SegmentationIncremental Learning+3

Overcoming Catastrophic Forgetting in Incremental Object Detection via Elastic Response Distillation

2022-04-05 · CVPR 2022 1 · Tao Feng, Mang Wang, Hangjie Yuan

Traditional object detectors are ill-equipped for incremental learning. However, fine-tuning directly on a well-trained detection model with only new data will lead to catastrophic forgetting. Knowledge distillation is a…

Class-Incremental Object DetectionIncremental LearningKnowledge Distillationobject-detection+1

Overcoming Catastrophic Forgetting in Tabular Data Classification: A Pseudorehearsal-based approach

2024-07-12 · Pablo García-Santaclara, Bruno Fernández-Castro, Rebeca P. Díaz-Redondo

Continual learning (CL) poses the important challenge of adapting to evolving data distributions without forgetting previously acquired knowledge while consolidating new knowledge. In this paper, we introduce a new metho…

Continual LearningLifelong learning

On Learning the Geodesic Path for Incremental Learning

2021-04-17 · CVPR 2021 1 · Christian Simon, Piotr Koniusz, Mehrtash Harandi

Neural networks notoriously suffer from the problem of catastrophic forgetting, the phenomenon of forgetting the past knowledge when acquiring new knowledge. Overcoming catastrophic forgetting is of significant importanc…

Incremental LearningKnowledge Distillation