PulseAugur
EN
LIVE 10:15:35

New methods tackle catastrophic forgetting in continual learning · 8 sources tracked

Researchers are developing new methods to address catastrophic forgetting in continual learning, a challenge where models lose previously acquired knowledge when learning new tasks. Several papers propose novel techniques, including learnable wavelet activations, skill-guided adaptive memory retrieval, and continual distillation learning. Other approaches focus on representation finetuning, activation-weighted adaptive retention, and grouped LoRA adapter merging to improve model plasticity and stability. These advancements aim to enable models to learn sequentially and adapt to evolving data streams more effectively. AI

IMPACT These advancements in continual learning could lead to more robust and adaptable AI systems capable of learning over extended periods without performance degradation.

RANK_REASON Multiple research papers published on arXiv detailing new methods for continual learning and mitigating catastrophic forgetting.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 26 sources. How we write summaries →

New methods tackle catastrophic forgetting in continual learning · 8 sources tracked

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
Multiple research papers published on arXiv detailing new methods for continual learning and mitigating catastrophic forgetting.
Source corroboration
26 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
55 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.
Coverage growth since scoring
+2 source(s) since last score
New sources have picked up this story since our last re-score. Score will update on the next scoring pass.

Full methodology in our editorial standards.

COVERAGE [26]

  1. arXiv cs.LG TIER_1 English(EN) · Qifan Zhang, Yunhui Guo, Yu Xiang ·

    Continual Distillation Learning for Rehearsal-Free Class-Incremental Learning via Decoupled Prompting

    arXiv:2407.13911v5 Announce Type: replace-cross Abstract: Prompt-based continual learning has shown strong performance in rehearsal-free class-incremental learning by adapting learnable prompts while freezing a pre-trained Vision Transformer (ViT) backbone. However, the effect of…

  2. arXiv cs.LG TIER_1 English(EN) · Zeyang Zhang, Tieliang Gong, Junyan Lu, Weizhan Zhang ·

    Sustaining Plasticity via Learnable Wavelet Activations in Continual Learning

    arXiv:2608.12874v1 Announce Type: new Abstract: Plasticity loss has emerged as a critical challenge in continual learning that significantly hinders the acquisition of sequential tasks. While optimizing activation designs offers a potential solution, current fixed-form functions …

  3. arXiv cs.AI TIER_1 Dansk(DA) · Haolong Chen, Liang Zhang, Zhuo Li, Lei Xue, Guanrxu Zhu ·

    ERSkill: Evolving for Skill-Guided Adaptive Memory Retrieval

    arXiv:2608.12720v1 Announce Type: cross Abstract: While Large Language Model (LLM) agents increasingly rely on long-term memory for persistent interactions, the retrieval mechanisms governing this memory are rarely treated as evolvable components. This static approach limits perf…

  4. Hugging Face Daily Papers TIER_1 English(EN) ·

    Sustaining Plasticity via Learnable Wavelet Activations in Continual Learning

    Plasticity loss has emerged as a critical challenge in continual learning that significantly hinders the acquisition of sequential tasks. While optimizing activation designs offers a potential solution, current fixed-form functions suffer from an inherent spectral bias towards lo…

  5. arXiv cs.AI TIER_1 English(EN) · Haihua Luo, Xuming Ran, Tommi K\"arkk\"ainen, Huiyan Xue, Zhonghua Chen, Qi Xu, Fengyu Cong ·

    Representation Finetuning for Continual Learning

    arXiv:2603.11201v3 Announce Type: replace-cross Abstract: The world is inherently dynamic, and continual learning aims to enable models to adapt to ever-evolving data streams. While pre-trained models have shown powerful performance in continual learning, they still require finet…

  6. arXiv cs.CL TIER_1 English(EN) · Juncheng Liao, Jinfan Lv, Guoming Wang, Jupeng Zheng, Ling Xiao, Siliang Tang ·

    AWARe: Mitigating Catastrophic Forgetting via Activation-Weighted Adaptive REtention

    arXiv:2608.11758v1 Announce Type: new Abstract: Multimodal Large Language Models (MLLMs) exhibit strong generalization and reasoning abilities due to large-scale multimodal pre-training. However, fine-tuning these models on downstream tasks often leads to catastrophic forgetting,…

  7. arXiv cs.LG TIER_1 English(EN) · Sergi Masip, Gido M. van de Ven, Javier Ferrando, Tinne Tuytelaars ·

    Putting a Face to Forgetting: Continual Learning meets Mechanistic Interpretability

    arXiv:2601.22012v3 Announce Type: replace Abstract: Catastrophic forgetting in continual learning is often measured at the performance or last-layer representation level, overlooking the underlying mechanisms. We introduce a mechanistic framework that offers a geometric interpret…

  8. arXiv cs.LG TIER_1 English(EN) · Irene Testa, Luigi Quarantiello, Eric Nuertey Coleman, Samrat Mukherjee, Julio Hurtado, Vincenzo Lomonaco ·

    GLAM: Efficient Continual Learning at Scale via Grouped LoRA Adapter Merging

    arXiv:2509.13211v4 Announce Type: replace Abstract: The ability to learn continuously over time remains a major challenge for modern machine learning systems, even in the era of Foundation Models. While the rich representations learned by large pre-trained models can partially mi…

  9. arXiv cs.CL TIER_1 English(EN) · Mind Lab, :, Vin Bo, Asher Cai, Jingwei Cao, Song Cao, Vic Cao, Amelia Chen, Andrew Chen, Kaijie Chen, Cleon Cheng, Steven Chiang, Kaixuan Fan, Hera Feng, Huan Feng, Arthur Fu, Jun Gao, Pyke Han, Nolan Ho, Ori Hong, Hailee Hou, Piers Hua, Charles Huang,… ·

    Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA

    arXiv:2608.09819v1 Announce Type: cross Abstract: Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through…

  10. arXiv cs.LG TIER_1 English(EN) · Idan Shenfeld, Mehul Damani, Jonas H\"ubotter, Pulkit Agrawal ·

    Self-Distillation Enables Continual Learning

    arXiv:2601.19897v2 Announce Type: replace Abstract: Continual learning, enabling models to acquire new skills and knowledge without degrading existing capabilities, remains a fundamental challenge for foundation models. While on-policy reinforcement learning can reduce forgetting…

  11. Hugging Face Daily Papers TIER_1 English(EN) ·

    Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA

    Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness …

  12. arXiv cs.AI TIER_1 English(EN) · Zhiyan Hou, Dan Zhang, Tao Feng, Liyuan Wang, Wei Li, Xiangzhao Hao, Hongyan An, Junfeng Fang, Haokai Ma, Zhaohui Xu, Haiyun Guo, Jinqiao Wang, Tat-Seng Chua ·

    Continual Learning in Transition

    arXiv:2608.06216v1 Announce Type: cross Abstract: Classical continual learning (CL) has primarily focused on enabling models to update and retain knowledge through parameter-centric mechanisms, e.g., training strategies, architectural designs, and weight adaptation. However, emer…

  13. arXiv cs.AI TIER_1 English(EN) · Seyed Roozbeh Razavi Rohani, Khashayar Khajavi, Wesley Chung, Mandana Samiei, Mo Chen ·

    NeuMoSync: End-to-End Neuromodulatory Control for Plasticity and Adaptability in Continual Learning

    arXiv:2608.04358v1 Announce Type: new Abstract: Continual learning (CL) requires models to learn tasks sequentially, yet deep neural networks often suffer from plasticity loss and poor knowledge transfer, which can impede their long-term adaptability. Drawing high-level inspirati…

  14. arXiv cs.CL TIER_1 English(EN) · Linyu Li, Zhi Jin, Yichi Zhang, Dongming Jin, Yuanpeng He, Haoran Duan, Gadeng Luosang, Nyima Tashi ·

    When Modalities Remember: Continual Learning for Multimodal Knowledge Graphs

    arXiv:2604.02778v2 Announce Type: replace Abstract: Real-world multimodal knowledge graphs (MMKGs) are dynamic, with new entities, relations, and multimodal knowledge emerging over time. Existing continual knowledge graph reasoning (CKGR) methods focus on structural triples and c…

  15. arXiv cs.AI TIER_1 English(EN) · R. Blake Lawlor, Daniel S. Brown ·

    ATLAS: Adaptive Topological Learning with Abstract Successors for Continual Learning

    arXiv:2608.04334v1 Announce Type: cross Abstract: Contemporary model-free reinforcement learning algorithms can achieve very high performance, but have low sample efficiency and are not robust to changes in the environment. Model-based algorithms have much higher sample efficienc…

  16. Hugging Face Daily Papers TIER_1 English(EN) ·

    Continual Learning in Transition

    Classical continual learning (CL) has primarily focused on enabling models to update and retain knowledge through parameter-centric mechanisms, e.g., training strategies, architectural designs, and weight adaptation. However, emerging paradigms are reshaping the scope of CL beyon…

  17. Hugging Face Daily Papers TIER_1 English(EN) ·

    Maglev: Sliding Recurrent Memory

    A recurrent Transformer with fixed-size memory and coupled prefiller-decoder training improves long-context modeling while enabling efficient parallel training and reduced inference cost.

  18. arXiv cs.LG TIER_1 English(EN) · Jeong Min Kong, Richard S. Sutton ·

    Plasticity of Growing and Elastic Neural Networks in Online Continual Learning

    arXiv:2608.01475v1 Announce Type: new Abstract: Neural networks that can grow or both grow and shrink during learning, referred to as growing neural networks and elastic neural networks, respectively, have recently been explored in offline continual learning with a particular foc…

  19. arXiv cs.LG TIER_1 English(EN) · Malavika Suresh, Ikechukwu Nkisi-Orji, Nirmalie Wiratunga ·

    Relative Parameter Importance in Task-Agnostic Replay-Free Continual Learning

    arXiv:2608.00630v1 Announce Type: new Abstract: Achieving continual learning (CL) with deep neural networks requires balancing stability and plasticity while enabling knowledge transfer. In this work, we focus on offline learning algorithms under the constraints: (I) no access to…

  20. arXiv cs.LG TIER_1 English(EN) · Yash Kini ·

    NeuroSynth: A Biologically Inspired Continual Reinforcement Learning Architecture for Mitigating Catastrophic Forgetting

    arXiv:2607.28663v1 Announce Type: cross Abstract: Artificial Intelligence (AI) systems often perform well on isolated tasks but struggle under continual learning conditions, where training on new tasks can overwrite previously acquired knowledge, a failure mode known as catastrop…

  21. Hugging Face Daily Papers TIER_1 English(EN) ·

    The Art of Not Forgetting A Local Learning Architecture for Continual Learning

    We introduce CMP (Cognitive Memory Primitive), a continual-learning architecture that repre?sents inputs as sparse relational codes, stores them in a two-tier competitive memory, and learns through local updates without end-to-end backpropagation through its feature-generating sy…

  22. arXiv cs.NE (Neural & Evolutionary) TIER_1 English(EN) · Yash Kini ·

    NeuroSynth: A Biologically Inspired Continual Reinforcement Learning Architecture for Mitigating Catastrophic Forgetting

    Artificial Intelligence (AI) systems often perform well on isolated tasks but struggle under continual learning conditions, where training on new tasks can overwrite previously acquired knowledge, a failure mode known as catastrophic forgetting. Biological learning systems reduce…

  23. arXiv stat.ML TIER_1 English(EN) · Tieliang Gong, Zhongbo Zhang, Wen Wen, Yong-Jin Liu ·

    Drift and Dependence: Layer-wise Information-Theoretic Bounds for Replay-Based Continual Learning

    arXiv:2608.11690v1 Announce Type: cross Abstract: Continual learning must absorb new tasks without erasing old ones, and replay---mixing a small buffer of past examples into current training---is among the most effective remedies for catastrophic forgetting. Yet its generalizatio…

  24. LessWrong (AI tag) TIER_1 English(EN) · nimakeivan ·

    Unblocking AI's Continual Learning: Hints From How Humans Learn

    <img alt="" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1786558686/lexical_client_uploads/nxutnane7qutvvsgxbpl.webp" /><p><span>If you've ever screamed in all-caps at an AI, then you know the difference between what it learned when it was trained, and what you can…

  25. arXiv cs.CV TIER_1 English(EN) · Jianmin Chen, Jiaqi Tang, Wei Wei, Xiaogang Xu, Jiafei Wu, Zhe Liu, Qianzhou Wang, Yingying Yan, Botong Geng, Yuyang Xia, Lei Zhang, Qifeng Chen ·

    Remember-R1: Mitigating Long-Context Visual Forgetting through Reinforcement Learning

    arXiv:2608.01314v1 Announce Type: new Abstract: Multimodal large language models (MLLMs) increasingly rely on long chain-of-thought reasoning for complex tasks. However, as reasoning sequences lengthen, models may gradually rely less on visual evidence and more on accumulated tex…

  26. TLDR AI TIER_1 English(EN) · TLDR ·

    ChronicleBio 🧬, Mind Lab continual learning 📈, GPT-Live architecture 🎙️