Papers › Scalable Multi-Task Low-Rank Model Adaptation

Scalable Multi-Task Low-Rank Model Adaptation

2 Mar 2026arXiv:2603.01526added by Syntology

Zichen Tian, Antoine Ledent, Qianru Sun

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

Scaling multi-task low-rank adaptation (LoRA) to a large number of tasks induces catastrophic performance degradation, such as an accuracy drop from 88.2% to 2.0% on DOTA when scaling from 5 to 15 tasks. This failure is due to parameter and representation misalignment. We find that existing solutions, like regularization and dynamic routing, fail at scale because they are constrained by a fundamental trade-off: strengthening regularization to reduce inter-task conflict inadvertently suppresses the essential feature discrimination required for effective routing. In this work, we identify two root causes for this trade-off. First, uniform regularization disrupts inter-task knowledge sharing: shared underlying knowledge concentrates in high-SV components (89% alignment on Flanv2->BBH). Uniform regularization forces high-SV components to update in orthogonal directions, directly disrupting the shared knowledge. Second, Conflict Amplification: Applying LoRA at the component-level (e.g., W_q, W_v) amplifies gradient conflicts; we show block-level adaptation reduces this conflict by 76% with only 50% parameters. Based on these insights, we propose mtLoRA, a scalable solution with three novel designs: 1) Spectral-Aware Regularization to selectively orthogonalize low-SV components while preserving high-SV shared knowledge, 2) Block-Level Adaptation to mitigate conflict amplification and largely improve parameter efficiency, and 3) Fine-Grained Routing using dimension-specific weights for superior expressive power. On four large-scale (15-25 tasks) vision (DOTA and iNat2018) and NLP (Dolly-15k and BBH) benchmarks, mtLoRA achieves 91.7%, 81.5%, 44.5% and 38.5% accuracy on DOTA, iNat2018, Dolly-15k and BBH respectively, outperforming the state-of-the-art by 2.3% on average while using 47% fewer parameters and 24% less training time.

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="2603.01526")

Code

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

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

doem97/ICLR26_mtLoRA 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

12 samples harvested; 7 ran; 0 honoured the contract we drafted; 5 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 · our draft was wrong
6ran
5unverified

Licence: 12 of the 12 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 doem97/ICLR26_mtLoRA. “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.

Expert doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · ed21676126691b8d · report
Gate doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 06b0bde3f28af133 · report
LoraLinear doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 020556a5f9913cff · report
MMOELinearA doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · f19dba7d1405f0f3 · report
MMOELinearB doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 7f92c604b6065362 · report
MMOELoraLayer doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology ran no licence file found · pointer only · d68ee8a009b9600b · report
_get_submodules doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · be205a37f47decee · report
LoraModel doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology unverified no licence file found · pointer only · 7fa29f6b1cc50dc7 · report
MMOELoraLinear doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology unverified no licence file found · pointer only · 08b7be0cda0022da · report
MMOELoraModel doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology unverified no licence file found · pointer only · 0c8364a1277289a6 · report
_freeze_adapter doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology unverified no licence file found · pointer only · fe8f6b176139f916 · report
mark_only_lora_as_trainable doem97/ICLR26_mtLoRA/peft/tuners/mmoelora.py found in paper text by Syntology unverified no licence file found · pointer only · 0e7c780ef1f1ff8b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.01526, was issued in March 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