paper-with-me

홈 › Papers

A Faster Path to Continual Learning

2026-04-13 · Wei Li, Hangjie Yuan, Zixiang Zhao, Borui Kang, Ziwei Liu, Tao Feng arxiv

Continual Learning (CL) aims to train neural networks on a dynamic stream of tasks without forgetting previously learned knowledge. Among optimization-based approaches, C-Flat has emerged as a promising solution due to its plug-and-play nature and its ability to encourage uniformly low-loss regions for both new and old tasks. However, C-Flat requires three additional gradient computations per iteration, imposing substantial overhead on the optimization process. In this work, we propose C-Flat Turbo, a faster yet stronger optimizer that significantly reduces the training cost. We show that the gradients associated with first-order flatness contain direction-invariant components relative to the proxy-model gradients, enabling us to skip redundant gradient computations in the perturbed ascent steps. Moreover, we observe that these flatness-promoting gradients progressively stabilize across tasks, which motivates a linear scheduling strategy with an adaptive trigger to allocate larger turbo steps for later tasks. Experiments show that C-Flat Turbo is 1.0$\times$ to 1.25$\times$ faster than C-Flat across a wide range of CL methods, while achieving comparable or even improved accuracy.

📄 PDF Abstract BibTeX arXiv:2604.11064

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Continual Learning: Applications and the Road Forward

2023-11-20 · Eli Verwimp, Rahaf Aljundi, Shai Ben-David, Matthias Bethge 외

Continual learning is a subfield of machine learning, which aims to allow machine learning models to continuously learn on new data, by accumulating knowledge without forgetting what was learned in the past. In this work…

Continual LearningModel Editing

Dropout as an Implicit Gating Mechanism For Continual Learning

2020-04-24 · Seyed-Iman Mirzadeh, Mehrdad Farajtabar, Hassan Ghasemzadeh

In recent years, neural networks have demonstrated an outstanding ability to achieve complex learning tasks across various domains. However, they suffer from the "catastrophic forgetting" problem when they face a sequenc…

Continual Learning

MergeSurv: Merging-Based Continual Learning for Survival Analysis on Whole-Slide Images

2026-07-06 · Vu Minh Tran, Doanh C. Bui, Maï K. Nguyen, Khang Nguyen arxiv

Survival analysis on Whole Slide Images (WSIs) is important in computational pathology for prognosis estimation and treatment planning. However, existing survival models are typically trained independently for each cance…

Continual Learning

Online Fast Adaptation and Knowledge Accumulation: a New Approach to Continual Learning

2020-03-12 · NeurIPS 2020 12 · Massimo Caccia, Pau Rodriguez, Oleksiy Ostapenko, Fabrice Normandin 외

Continual learning studies agents that learn from streams of tasks without forgetting previous ones while adapting to new ones. Two recent continual-learning scenarios have opened new avenues of research. In meta-continu…

Continual LearningMeta-Learning

Online Fast Adaptation and Knowledge Accumulation (OSAKA): a New Approach to Continual Learning

2020-12-01 · NeurIPS 2020 12 · Massimo Caccia, Pau Rodriguez, Oleksiy Ostapenko, Fabrice Normandin 외

Continual learning agents experience a stream of (related) tasks. The main challenge is that the agent must not forget previous tasks and also adapt to novel tasks in the stream. We are interested in the intersection of …

Continual LearningMeta-Learning