Papers › Revisiting Weight Regularization for Low-Rank Continual Learning

Revisiting Weight Regularization for Low-Rank Continual Learning

19 Feb 2026arXiv:2602.17559added by Syntology

Yaoyue Zheng, Yin Zhang, Joost van de Weijer, Gido M van de Ven, Shaoyi Du, Xuetao Zhang, Zhiqiang Tian

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Continual Learning (CL) with large-scale pre-trained models (PTMs) has recently gained wide attention, shifting the focus from training from scratch to continually adapting PTMs. This has given rise to a promising paradigm: parameter-efficient continual learning (PECL), where task interference is typically mitigated by assigning a task-specific module during training, such as low-rank adapters. However, weight regularization techniques, such as Elastic Weight Consolidation (EWC)-a key strategy in CL-remain underexplored in this new paradigm. In this paper, we revisit weight regularization in low-rank CL as a new perspective for mitigating task interference in PECL. Unlike existing low-rank CL methods, we mitigate task interference by regularizing a shared low-rank update through EWC, thereby keeping the storage requirement and inference costs constant regardless of the number of tasks. Our proposed method EWC-LoRA leverages a low-rank representation to estimate parameter importance over the full-dimensional space. This design offers a practical, computational- and memory-efficient solution for CL with PTMs, and provides insights that may inform the broader application of regularization techniques within PECL. Extensive experiments on various benchmarks demonstrate the effectiveness of EWC-LoRA, achieving a stability-plasticity trade-off superior to existing low-rank CL approaches. These results indicate that, even under low-rank parameterizations, weight regularization remains an effective mechanism for mitigating task interference. Code is available at: https://github.com/yaoyz96/low-rank-cl.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.17559")

Code

Syntology Ran 5 of 16 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yaoyz96/low-rank-cl found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 5 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
1ran · our draft was wrong
3ran
11unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from yaoyz96/low-rank-cl. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Attention_LoRA yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology ran MIT (permissive) · 25f17a47f999cad9 · report
Block yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology ran MIT (permissive) · b99f52d9905d2c4e · report
accuracy yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 3e33e98123dcfc76 · report
check_params_consistency yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology ran · violated contract MIT (permissive) · c19addf3add85594 · report
get_init_weights_vit yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology ran MIT (permissive) · 1c3a1d671783f6ce · report
BaseLearner yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 79e232a82a8317e0 · report
EWCLoRA yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 4df20d611db646e5 · report
FisherComputer yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 585320a672c22637 · report
Net yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 41a602801a796df2 · report
ViT yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 875a0b9857869b05 · report
_create_vision_transformer yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 907d8094e8282414 · report
_load_weights yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 5630cc0b3ca7ec6e · report
init_weights_vit_jax yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 154dd87d249bfdc1 · report
init_weights_vit_moco yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 1df0cf8a8e509c50 · report
init_weights_vit_timm yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 653d76549a080d2a · report
print_trainable_params yaoyz96/low-rank-cl/methods/ewclora.py found in paper text by Syntology unverified MIT (permissive) · 7b7ce32f6dcbb99f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.17559, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections