paper-with-me

Papers

Improving Task-free Continual Learning by Distributionally Robust Memory Evolution

2022-07-15 · Zhenyi Wang, Li Shen, Le Fang, Qiuling Suo, Tiehang Duan, Mingchen Gao

Task-free continual learning (CL) aims to learn a non-stationary data stream without explicit task definitions and not forget previous knowledge. The widely adopted memory replay approach could gradually become less effective for long data streams, as the model may memorize the stored examples and overfit the memory buffer. Second, existing methods overlook the high uncertainty in the memory data distribution since there is a big gap between the memory data distribution and the distribution of all the previous data examples. To address these problems, for the first time, we propose a principled memory evolution framework to dynamically evolve the memory data distribution by making the memory buffer gradually harder to be memorized with distributionally robust optimization (DRO). We then derive a family of methods to evolve the memory buffer data in the continuous probability measure space with Wasserstein gradient flow (WGF). The proposed DRO is w.r.t the worst-case evolved memory data distribution, thus guarantees the model performance and learns significantly more robust features than existing memory-replay-based methods. Extensive experiments on existing benchmarks demonstrate the effectiveness of the proposed methods for alleviating forgetting. As a by-product of the proposed framework, our method is more robust to adversarial examples than existing task-free CL methods. Code is available on GitHub \url{https://github.com/joey-wang123/DRO-Task-free}

📄 PDF Abstract BibTeX arXiv:2207.07256

Code (1)

joey-wang123/DRO-Task-free 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Memory-Efficient Continual Learning with CLIP Models

2026-05-05 · Ryan King, Gang Li, Bobak Mortazavi, Tianbao Yang arxiv

Contrastive Language-Image Pretraining (CLIP) models excel at understanding image-text relationships but struggle with adapting to new data without forgetting prior knowledge. To address this, models are typically fine-t…

Continual Learning

LabEvolver: Training-Free Experience Evolution for Safe and Grounded Wet-Lab Agents

2026-07-30 · Jingya Wang, Yuyang Gao, Liuzhenghao Lv, Yonghong Tian 외 arxiv

We introduce LabEvolver, a training-free framework that equips safe and grounded wet-lab agents with episodic memory from execution experience. LabEvolver couples a state-grounded inner trial loop for adaptive perception…

Sparse Distributed Memory is a Continual Learner

2023-03-20 · Trenton Bricken, Xander Davies, Deepak Singh, Dmitry Krotov 외

Continual learning is a problem for artificial neural networks that their biological counterparts are adept at solving. Building on work using Sparse Distributed Memory (SDM) to connect a core neural circuit with the pow…

Continual Learning

No Forgetting Learning: Memory-free Continual Learning

2025-03-06 · Mohammad Ali Vahedifar, Qi Zhang

Continual Learning (CL) remains a central challenge in deep learning, where models must sequentially acquire new knowledge while mitigating Catastrophic Forgetting (CF) of prior tasks. Existing approaches often struggle …

Continual LearningKnowledge Distillation

Gradient-based Editing of Memory Examples for Online Task-free Continual Learning

2020-06-27 · NeurIPS 2021 12 · Xisen Jin, Arka Sadhu, Junyi Du, Xiang Ren

We explore task-free continual learning (CL), in which a model is trained to avoid catastrophic forgetting in the absence of explicit task boundaries or identities. Among many efforts on task-free CL, a notable family of…

Continual Learning