paper-with-me

홈 › Papers

Learning without Isolation: Pathway Protection for Continual Learning

2025-05-24 · Zhikang Chen, Abudukelimu Wuerkaixi, Sen Cui, Haoxuan Li, Ding Li, Jingfeng Zhang, Bo Han, Gang Niu, Houfang Liu, Yi Yang, Sifan Yang, ChangShui Zhang, Tianling Ren

Deep networks are prone to catastrophic forgetting during sequential task learning, i.e., losing the knowledge about old tasks upon learning new tasks. To this end, continual learning(CL) has emerged, whose existing methods focus mostly on regulating or protecting the parameters associated with the previous tasks. However, parameter protection is often impractical, since the size of parameters for storing the old-task knowledge increases linearly with the number of tasks, otherwise it is hard to preserve the parameters related to the old-task knowledge. In this work, we bring a dual opinion from neuroscience and physics to CL: in the whole networks, the pathways matter more than the parameters when concerning the knowledge acquired from the old tasks. Following this opinion, we propose a novel CL framework, learning without isolation(LwI), where model fusion is formulated as graph matching and the pathways occupied by the old tasks are protected without being isolated. Thanks to the sparsity of activation channels in a deep network, LwI can adaptively allocate available pathways for a new task, realizing pathway protection and addressing catastrophic forgetting in a parameter-efficient manner. Experiments on popular benchmark datasets demonstrate the superiority of the proposed LwI.

📄 PDF Abstract BibTeX arXiv:2505.18568

Code (1)

chenzk202212/lwi 공식 구현 pytorch

Tasks

Continual LearningGraph Matching

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

MedCL-Bench: Benchmarking stability-efficiency trade-offs and scaling in biomedical continual learning

2026-03-17 · Min Zeng, Shuang Zhou, Zaifu Zhan, Rui Zhang arxiv

Medical language models must be updated as evidence and terminology evolve, yet sequential updating can trigger catastrophic forgetting. Although biomedical NLP has many static benchmarks, no unified, task-diverse benchm…

Continual Learning

PASs-MoE: Mitigating Misaligned Co-drift among Router and Experts via Pathway Activation Subspaces for Continual Learning

2026-01-19 · Zhiyan Hou, Haiyun Guo, Haokai Ma, Yandu Sun 외 arxiv

Continual instruction tuning (CIT) requires multimodal large language models (MLLMs) to adapt to a stream of tasks without forgetting prior capabilities. A common strategy is to isolate updates by routing inputs to diffe…

Continual Learning

Secure On-Premise Deployment of Open-Weights Large Language Models in Radiology: An Isolation-First Architecture with Prospective Pilot Evaluation

2026-03-25 · Sebastian Nowak, Jann-Frederick Laß, Narine Mesropyan, Babak Salam 외 arxiv

Purpose: To design, implement, evaluate, and report on the regulatory requirements of a self-hosted LLM infrastructure for radiology adhering to the principle of least privilege, emphasizing technical feasibility, networ…

Continual Learning on Dynamic Graphs via Parameter Isolation

2023-05-23 · Peiyan Zhang, Yuchen Yan, Chaozhuo Li, Senzhang Wang 외

Many real-world graph learning tasks require handling dynamic graphs where new nodes and edges emerge. Dynamic graph learning methods commonly suffer from the catastrophic forgetting problem, where knowledge learned for …

Continual LearningGraph Learning

Self-Evolving LLMs via Continual Instruction Tuning

2025-09-14 · Jiazheng Kang, Le Huang, Cheng Hou, Zhe Zhao 외 arxiv

In real-world industrial settings, large language models (LLMs) must learn continually to keep pace with diverse and evolving tasks, requiring self-evolution to refine knowledge under dynamic data distributions. However,…

Continual Learning