paper-with-me

Papers

Few-shot Continual Learning: a Brain-inspired Approach

2021-04-19 · Liyuan Wang, Qian Li, Yi Zhong, Jun Zhu

It is an important yet challenging setting to continually learn new tasks from a few examples. Although numerous efforts have been devoted to either continual learning or few-shot learning, little work has considered this new setting of few-shot continual learning (FSCL), which needs to minimize the catastrophic forgetting to the old tasks and gradually improve the ability of few-shot generalization. In this paper, we provide a first systematic study on FSCL and present an effective solution with deep neural networks. Our solution is based on the observation that continual learning of a task sequence inevitably interferes few-shot generalization, which makes it highly nontrivial to extend few-shot learning strategies to continual learning scenarios. We draw inspirations from the robust brain system and develop a method that (1) interdependently updates a pair of fast / slow weights for continual learning and few-shot learning to disentangle their divergent objectives, inspired by the biological model of meta-plasticity and fast / slow synapse; and (2) applies a brain-inspired two-step consolidation strategy to learn a task sequence without forgetting in the fast weights while improve generalization without overfitting in the slow weights. Extensive results on various benchmarks show that our method achieves a better performance than joint training of all the tasks ever seen. The ability of few-shot generalization is also substantially improved from incoming tasks and examples.

📄 PDF Abstract BibTeX arXiv:2104.09034

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningFew-Shot Learning

Similar Papers 제목 키워드 기반

Few-shot Continual Infomax Learning

2023-01-01 · ICCV 2023 1 · Ziqi Gu, Chunyan Xu, Jian Yang, Zhen Cui

Few-shot continual learning is the ability to continually train a neural network from a sequential stream of few-shot data. In this paper, we propose a Few-shot Continual Infomax Learning (FCIL) framework that makes …

Continual LearningFew-Shot Learning

Teaching AI to Remember: Insights from Brain-Inspired Replay in Continual Learning

2025-08-24 · Jina Kim arxiv

Artificial neural networks (ANNs) continue to face challenges in continual learning, particularly due to catastrophic forgetting, the loss of previously learned knowledge when acquiring new tasks. Inspired by memory cons…

Continual Learning

General policy mapping: online continual reinforcement learning inspired on the insect brain

2022-11-30 · Angel Yanguas-Gil, Sandeep Madireddy

We have developed a model for online continual or lifelong reinforcement learning (RL) inspired on the insect brain. Our model leverages the offline training of a feature extraction and a common general policy layer to e…

reinforcement-learningReinforcement Learning (RL)

Few-Shot Continual Learning for 3D Brain MRI with Frozen Foundation Models

2026-02-26 · Chi-Sheng Chen, Xinyu Zhang, Guan-Ying Chen, Qiuzhe Xie 외 arxiv

Foundation models pretrained on large-scale 3D medical imaging data face challenges when adapted to multiple downstream tasks under continual learning with limited labeled data. We address few-shot continual learning for…

Continual LearningTumor SegmentationAge Estimation

Triple Memory Networks: a Brain-Inspired Method for Continual Learning

2020-03-06 · Liyuan Wang, Bo Lei, Qian Li, Hang Su 외

Continual acquisition of novel experience without interfering previously learned knowledge, i.e. continual learning, is critical for artificial neural networks, but limited by catastrophic forgetting. A neural network ad…

Attributeclass-incremental learningClass Incremental LearningContinual Learning+2