Papers › Beyond LoRA: Is Sparsity-Induced Adaptation Better?

Beyond LoRA: Is Sparsity-Induced Adaptation Better?

11 Jun 2026arXiv:2606.13767added by Syntology

Elijah Cadenhead, Cristian McGee, Xin Li, El Houcine Bergou, Aritra Dutta

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

Low-rank adaptation (LoRA) and its variants provide a memory- and compute-efficient alternative to full fine-tuning of pre-trained models. However, questions remain about the comparative generalizability of these approaches and how the structural restrictions on low-rank updates preserve effective adaptation performance. We present a historical framing, covering the past (full fine-tuning and original LoRA), the present (different variants of LoRA), and propose simpler, cheaper, parameter-efficient extensions by inducing sparsity within existing LoRA variants: Cheap LoRA (cLA), training a single low-rank factor with the other fixed (deterministically or, in its randomized variant, stochastically), and the chained circulant variant, ${c}^3$LA. We frame cLA as a structured instance of asymmetric LoRA, serving as a controlled column-subspace restriction of full fine-tuning. We derive information-theoretic generalization error bounds for these variants, marking one of the first endeavors in this area. Empirically, we evaluate 11 fine-tuning methods across 10 pre-trained models and 14 datasets, analyzing the fine-tuned models' performance and generalization using tools such as loss landscapes and spectral analysis. Despite the sensitivity of fine-tuned models to the pre-trained model, datasets, and other factors, our study suggests that restricting LoRA-based PEFT methods' adaptation to a sparse, structured column space remains competitive across tasks with their parameter-matched baselines while reducing up to 10% training time and peak GPU memory up to 15%, even with a naïve, non-optimized, sparse implementation. Our theoretical and empirical generalization measures provide a more consistent and principled approach to their cost-effective adaptation than commonly used analytical tools. Overview and code are available at: https://elicaden.github.io/Beyond_LoRA/.

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

Code

Syntology Ran 7 of 9 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: found in paper text by Syntology: 9 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.

EliCaden/Beyond_LoRA 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

9 samples harvested; 7 ran; 0 honoured the contract we drafted; 2 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.

7ran
2unverified

Licence: 9 of the 9 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 EliCaden/Beyond_LoRA. “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.

batch_loss EliCaden/Beyond_LoRA/ProjectModelsOne/analysis_tools/plot_2d_with_path.py found in paper text by Syntology ran no licence file found · pointer only · bfae398e15af75e1 · report
collate EliCaden/Beyond_LoRA/ProjectModelsTwo/deepseekcoder_trainer.py found in paper text by Syntology ran no licence file found · pointer only · 4f9a3d494ab96e3d · report
eval_causal_lm EliCaden/Beyond_LoRA/ProjectModelsTwo/deepseekcoder_trainer.py found in paper text by Syntology ran no licence file found · pointer only · ee8e1021a1758b8f · report
flatten_with_map EliCaden/Beyond_LoRA/ProjectModelsOne/analysis_tools/plot_2d_with_path.py found in paper text by Syntology ran no licence file found · pointer only · 3dc09e0f29f5e905 · report
fmt_secs EliCaden/Beyond_LoRA/ProjectModelsOne/analysis_tools/plot_3d_landscape.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3a971e88f015d9c5 · report
load_factory EliCaden/Beyond_LoRA/ProjectModelsOne/analysis_tools/plot_2d_with_path.py found in paper text by Syntology ran no licence file found · pointer only · 1103b3336f75fa7a · report
token_acc_from_logits EliCaden/Beyond_LoRA/ProjectModelsTwo/deepseekcoder_trainer.py found in paper text by Syntology ran no licence file found · pointer only · b5f01e996fdd1cd3 · report
load_factory EliCaden/Beyond_LoRA/ProjectModelsOne/analysis_tools/plot_3d_landscape.py found in paper text by Syntology unverified no licence file found · pointer only · 5a3e8216ecd0317f · report
strip_all_lora EliCaden/Beyond_LoRA/ProjectModelsOne/models/lora_recipes.py found in paper text by Syntology unverified no licence file found · pointer only · 9534fe9e6268299c · report

Results from the paper

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