{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-13767","title":"Beyond LoRA: Is Sparsity-Induced Adaptation Better?","arxiv_id":"2606.13767","date":"2026-06-11","proceeding":null,"authors":["Elijah Cadenhead","Cristian McGee","Xin Li","El Houcine Bergou","Aritra Dutta"],"abstract":"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/.","url_abs":"https://arxiv.org/abs/2606.13767","url_pdf":"https://arxiv.org/pdf/2606.13767","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2606.13767","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.13767"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/EliCaden/Beyond_LoRA","reach":null}],"summary":{"ran":7,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":9,"ran":7,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":9,"samples":[{"code_sha256_prefix":"bfae398e15af75e1","entry":"batch_loss","repo":"EliCaden/Beyond_LoRA","repo_kind":"found_in_text","path":"ProjectModelsOne/analysis_tools/plot_2d_with_path.py","file_url":"https://github.com/EliCaden/Beyond_LoRA/blob/HEAD/ProjectModelsOne/analysis_tools/plot_2d_with_path.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bfae398e15af75e1"}},{"code_sha256_prefix":"4f9a3d494ab96e3d","entry":"collate","repo":"EliCaden/Beyond_LoRA","repo_kind":"found_in_text","path":"ProjectModelsTwo/deepseekcoder_trainer.py","file_url":"https://github.com/EliCaden/Beyond_LoRA/blob/HEAD/ProjectModelsTwo/deepseekcoder_trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4f9a3d494ab96e3d"}},{"code_sha256_prefix":"ee8e1021a1758b8f","entry":"eval_causal_lm","repo":"EliCaden/Beyond_LoRA","repo_kind":"found_in_text","path":"ProjectModelsTwo/deepseekcoder_trainer.py","file_url":"https://github.com/EliCaden/Beyond_LoRA/blob/HEAD/ProjectModelsTwo/deepseekcoder_trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ee8e1021a1758b8f"}},{"code_sha256_prefix":"3dc09e0f29f5e905","entry":"flatten_with_map","repo":"EliCaden/Beyond_LoRA","repo_kind":"found_in_text","path":"ProjectModelsOne/analysis_tools/plot_2d_with_path.py","file_url":"https://github.com/EliCaden/Beyond_LoRA/blob/HEAD/ProjectModelsOne/analysis_tools/plot_2d_with_path.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3dc09e0f29f5e905"}},{"code_sha256_prefix":"3a971e88f015d9c5","entry":"fmt_secs","repo":"EliCaden/Beyond_LoRA","repo_kind":"found_in_text","path":"ProjectModelsOne/analysis_tools/plot_3d_landscape.py","file_url":"https://github.com/EliCaden/Beyond_LoRA/blob/HEAD/ProjectModelsOne/analysis_tools/plot_3d_landscape.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3a971e88f015d9c5"}},{"code_sha256_prefix":"1103b3336f75fa7a","entry":"load_factory","repo":"EliCaden/Beyond_LoRA","repo_kind":"found_in_text","path":"ProjectModelsOne/analysis_tools/plot_2d_with_path.py","file_url":"https://github.com/EliCaden/Beyond_LoRA/blob/HEAD/ProjectModelsOne/analysis_tools/plot_2d_with_path.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1103b3336f75fa7a"}},{"code_sha256_prefix":"b5f01e996fdd1cd3","entry":"token_acc_from_logits","repo":"EliCaden/Beyond_LoRA","repo_kind":"found_in_text","path":"ProjectModelsTwo/deepseekcoder_trainer.py","file_url":"https://github.com/EliCaden/Beyond_LoRA/blob/HEAD/ProjectModelsTwo/deepseekcoder_trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b5f01e996fdd1cd3"}},{"code_sha256_prefix":"5a3e8216ecd0317f","entry":"load_factory","repo":"EliCaden/Beyond_LoRA","repo_kind":"found_in_text","path":"ProjectModelsOne/analysis_tools/plot_3d_landscape.py","file_url":"https://github.com/EliCaden/Beyond_LoRA/blob/HEAD/ProjectModelsOne/analysis_tools/plot_3d_landscape.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5a3e8216ecd0317f"}},{"code_sha256_prefix":"9534fe9e6268299c","entry":"strip_all_lora","repo":"EliCaden/Beyond_LoRA","repo_kind":"found_in_text","path":"ProjectModelsOne/models/lora_recipes.py","file_url":"https://github.com/EliCaden/Beyond_LoRA/blob/HEAD/ProjectModelsOne/models/lora_recipes.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9534fe9e6268299c"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}