paper-with-me

Papers

FOREVER: Forgetting Curve-Inspired Memory Replay for Language Model Continual Learning

2026-01-07 · Yujie Feng, Hao Wang, Jian Li, Xu Chu, Zhaolu Kang, Yiran Liu, Yasha Wang, Philip S. Yu, Xiao-Ming Wu arxiv

Continual learning (CL) for large language models (LLMs) aims to enable sequential knowledge acquisition without catastrophic forgetting. Memory replay methods are widely used for their practicality and effectiveness, but most rely on fixed, step-based heuristics that often misalign with the model's actual learning progress, since identical training steps can result in varying degrees of parameter change. Motivated by recent findings that LLM forgetting mirrors the Ebbinghaus human forgetting curve, we propose FOREVER (FORgEtting curVe-inspired mEmory Replay), a novel CL framework that aligns replay schedules with a model-centric notion of time. FOREVER defines model time using the magnitude of optimizer updates, allowing forgetting curve-inspired replay intervals to align with the model's internal evolution rather than raw training steps. Building on this approach, FOREVER incorporates a forgetting curve-based replay scheduler to determine when to replay and an intensity-aware regularization mechanism to adaptively control how to replay. Extensive experiments on three CL benchmarks and models ranging from 0.6B to 13B parameters demonstrate that FOREVER consistently mitigates catastrophic forgetting.

📄 PDF Abstract BibTeX arXiv:2601.03938

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Neuroscience-Inspired Memory Replay for Continual Learning: A Comparative Study of Predictive Coding and Backpropagation-Based Strategies

2025-11-29 · Goutham Nalagatla, Shreyas Grandhe arxiv

Continual learning remains a fundamental challenge in artificial intelligence, with catastrophic forgetting posing a significant barrier to deploying neural networks in dynamic environments. Inspired by biological memory…

Continual Learning

Map-based Experience Replay: A Memory-Efficient Solution to Catastrophic Forgetting in Reinforcement Learning

2023-05-03 · Muhammad Burhan Hafez, Tilman Immisch, Tom Weber, Stefan Wermter

Deep Reinforcement Learning agents often suffer from catastrophic forgetting, forgetting previously found solutions in parts of the input space when training on new data. Replay Memories are a common solution to the prob…

Deep Reinforcement 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

REMIND Your Neural Network to Prevent Catastrophic Forgetting

2019-10-06 · ECCV 2020 8 · Tyler L. Hayes, Kushal Kafle, Robik Shrestha, Manoj Acharya 외

People learn throughout life. However, incrementally updating conventional neural networks leads to catastrophic forgetting. A common remedy is replay, which is inspired by how the brain consolidates memory. Replay invol…

QuantizationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Augmenting Replay in World Models for Continual Reinforcement Learning

2024-01-30 · Luke Yang, Levin Kuhlmann, Gideon Kowadlo

Continual RL requires an agent to learn new tasks without forgetting previous ones, while improving on both past and future tasks. The most common approaches use model-free algorithms and replay buffers can help to mitig…

Continual LearningModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1