paper-with-me

Papers

Improving Meta-Continual Learning Representations with Representation Replay

2021-09-29 · Lawrence Ki-On Chan, James Kwok

Continual learning often suffers from catastrophic forgetting. Recently, meta-continual learning algorithms use meta-learning to learn how to continually learn. A recent state-of-the-art is online aware meta-learning (OML). This can be further improved by incorporating experience replay (ER) into its meta-testing. However, the use of ER only in meta-testing but not in meta-training suggests that the model may not be optimally meta-trained. In this paper, we remove this inconsistency in the use of ER and improve continual learning representations by integrating ER also into meta-training. We propose to store the samples' representations, instead of the samples themselves, into the replay buffer. This ensures the batch nature of ER does not conflict with the online-aware nature of OML. Moreover, we introduce a meta-learned sample selection scheme to replace the widely used reservoir sampling to populate the replay buffer. This allows the most significant samples to be stored, rather than relying on randomness. Class-balanced modifiers are further added to the sample selection scheme to ensure each class has sufficient samples stored in the replay buffer. Experimental results on a number of real-world meta-continual learning benchmark data sets demonstrate that the proposed method outperforms the state-of-the-art. Moreover, the learned representations have better clustering structures and are more discriminative.

📄 PDF Abstract BibTeX

Code (1)

lll2657/OMREP pytorch

Tasks

Continual LearningMeta-Learning

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Trust Region Continual Learning as an Implicit Meta-Learner

2026-02-02 · Zekun Wang, Anant Gupta, Christopher J. MacLellan arxiv

Continual learning aims to acquire tasks sequentially without catastrophic forgetting, yet standard strategies face a core tradeoff: regularization-based methods (e.g., EWC) can overconstrain updates when task optima are…

Continual LearningImage Generation

RepCL: Exploring Effective Representation for Continual Text Classification

2023-05-12 · YiFan Song, Peiyi Wang, Dawei Zhu, Tianyu Liu 외

Continual learning (CL) aims to constantly learn new knowledge over time while avoiding catastrophic forgetting on old tasks. In this work, we focus on continual text classification under the class-incremental setting. R…

ClassificationContinual LearningRepresentation Learningtext-classification+1

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

Online Continual Learning on Sequences

2020-03-20 · German I. Parisi, Vincenzo Lomonaco

Online continual learning (OCL) refers to the ability of a system to learn over time from a continuous stream of data without having to revisit previously encountered training samples. Learning continually in a single da…

Continual LearningIncremental Learning

Knowledge Capture and Replay for Continual Learning

2020-12-12 · Saisubramaniam Gopalakrishnan, Pranshu Ranjan Singh, Haytham Fayek, Savitha Ramasamy 외

Deep neural networks have shown promise in several domains, and the learned data (task) specific information is implicitly stored in the network parameters. Extraction and utilization of encoded knowledge representations…

Continual LearningDenoisingIncremental Learning