paper-with-me

Papers

Self-Attention Meta-Learner for Continual Learning

2021-01-28 · Ghada Sokar, Decebal Constantin Mocanu, Mykola Pechenizkiy

Continual learning aims to provide intelligent agents capable of learning multiple tasks sequentially with neural networks. One of its main challenging, catastrophic forgetting, is caused by the neural networks non-optimal ability to learn in non-stationary distributions. In most settings of the current approaches, the agent starts from randomly initialized parameters and is optimized to master the current task regardless of the usefulness of the learned representation for future tasks. Moreover, each of the future tasks uses all the previously learned knowledge although parts of this knowledge might not be helpful for its learning. These cause interference among tasks, especially when the data of previous tasks is not accessible. In this paper, we propose a new method, named Self-Attention Meta-Learner (SAM), which learns a prior knowledge for continual learning that permits learning a sequence of tasks, while avoiding catastrophic forgetting. SAM incorporates an attention mechanism that learns to select the particular relevant representation for each future task. Each task builds a specific representation branch on top of the selected knowledge, avoiding the interference between tasks. We evaluate the proposed method on the Split CIFAR-10/100 and Split MNIST benchmarks in the task agnostic inference. We empirically show that we can achieve a better performance than several state-of-the-art methods for continual learning by building on the top of selected representation learned by SAM. We also show the role of the meta-attention mechanism in boosting informative features corresponding to the input data and identifying the correct target in the task agnostic inference. Finally, we demonstrate that popular existing continual learning methods gain a performance boost when they adopt SAM as a starting point.

📄 PDF Abstract BibTeX arXiv:2101.12136

Code (1)

GhadaSokar/Self-Attention-Meta-Learner-for-Continual-Learning 공식 구현 pytorch

Tasks

Continual LearningSplit-CIFAR-10Split-MNIST

Similar Papers 제목 키워드 기반

Learning Mamba as a Continual Learner

2024-12-01 · Chongyang Zhao, Dong Gong

Continual learning (CL) aims to efficiently learn and accumulate knowledge from a data stream with different distributions. By formulating CL as a sequence prediction task, meta-continual learning (MCL) enables to meta-l…

Continual LearningMambaState Space Models

Principled Fast and Meta Knowledge Learners for Continual Reinforcement Learning

2026-03-01 · Ke Sun, Hongming Zhang, Jun Jin, Chao Gao 외 arxiv

Inspired by the human learning and memory system, particularly the interplay between the hippocampus and cerebral cortex, this study proposes a dual-learner framework comprising a fast learner and a meta learner to addre…

Reinforcement LearningContinuous ControlContinual Learning

Learning to Continually Learn via Meta-learning Agentic Memory Designs

2026-02-08 · Yiming Xiong, Shengran Hu, Jeff Clune arxiv

The statelessness of foundation models bottlenecks agentic systems' ability to continually learn, a core capability for long-horizon reasoning and adaptation. To address this limitation, agentic systems commonly incorpor…

Continual Learning

Learning to Continually Learn Rapidly from Few and Noisy Data

2021-03-06 · Nicholas I-Hsien Kuo, Mehrtash Harandi, Nicolas Fourrier, Christian Walder 외

Neural networks suffer from catastrophic forgetting and are unable to sequentially learn new tasks without guaranteed stationarity in data distribution. Continual learning could be achieved via replay -- by concurrently …

Continual LearningMeta-Learning

Layer-Wise Adaptive Updating for Few-Shot Image Classification

2020-07-16 · Yunxiao Qin, Wei-Guo Zhang, Zezheng Wang, Chenxu Zhao 외

Few-shot image classification (FSIC), which requires a model to recognize new categories via learning from few images of these categories, has attracted lots of attention. Recently, meta-learning based methods have been …

ClassificationFew-Shot Image ClassificationGeneral Classificationimage-classification+2