{"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-2603-01376","title":"3BASiL: An Algorithmic Framework for Sparse plus Low-Rank Compression of LLMs","arxiv_id":"2603.01376","date":"2026-03-02","proceeding":null,"authors":["Mehdi Makni","Xiang Meng","Rahul Mazumder"],"abstract":"Sparse plus Low-Rank $(\\mathbf{S} + \\mathbf{LR})$ decomposition of Large Language Models (LLMs) has emerged as a promising direction in model compression, aiming to decompose pre-trained model weights into a sum of sparse and low-rank matrices $(\\mathbf{W} \\approx \\mathbf{S} + \\mathbf{LR})$. Despite recent progress, existing methods often suffer from substantial performance degradation compared to dense models. In this work, we introduce 3BASiL-TM, an efficient one-shot post-training method for $(\\mathbf{S} + \\mathbf{LR})$ decomposition of LLMs that addresses this gap. Our approach first introduces a novel 3-Block Alternating Direction Method of Multipliers (ADMM) method, termed 3BASiL, to minimize the layer-wise reconstruction error with convergence guarantees. We then design an efficient transformer-matching (TM) refinement step that jointly optimizes the sparse and low-rank components across transformer layers. This step minimizes a novel memory-efficient loss that aligns outputs at the transformer level. Notably, the TM procedure is universal as it can enhance any $(\\mathbf{S} + \\mathbf{LR})$ decomposition, including pure sparsity. Our numerical experiments show that 3BASiL-TM reduces the WikiText2 perplexity gap relative to dense LLaMA-8B model by over 30% under a (2:4 Sparse + 64 LR) configuration, compared to prior methods. Moreover, our method achieves over 2.5x faster compression runtime on an A100 GPU compared to SOTA $(\\mathbf{S} + \\mathbf{LR})$ method. Our code is available at https://github.com/mazumder-lab/3BASiL.","url_abs":"https://arxiv.org/abs/2603.01376","url_pdf":"https://arxiv.org/pdf/2603.01376","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":{"syntology_url":"https://syntology.ai/paper/2603.01376","atlas_url":"https://app.syntology.ai/?focus=2603.01376","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.01376"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/mazumder-lab/3BASiL","reach":null}],"summary":{"unverified":6},"by_repo_kind":{"found_in_text":{"samples":6,"ran":0,"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":0,"samples":[{"code_sha256_prefix":"a5d318de900dc1f1","entry":"cg_batch","repo":"mazumder-lab/3BASiL","repo_kind":"found_in_text","path":"compress.py","file_url":"https://github.com/mazumder-lab/3BASiL/blob/HEAD/compress.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a5d318de900dc1f1"}},{"code_sha256_prefix":"a27cec0b3dcb1fec","entry":"find_layers","repo":"mazumder-lab/3BASiL","repo_kind":"found_in_text","path":"pipeline.py","file_url":"https://github.com/mazumder-lab/3BASiL/blob/HEAD/pipeline.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a27cec0b3dcb1fec"}},{"code_sha256_prefix":"476127e5319d5728","entry":"get_algorithm_type","repo":"mazumder-lab/3BASiL","repo_kind":"found_in_text","path":"algos.py","file_url":"https://github.com/mazumder-lab/3BASiL/blob/HEAD/algos.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"476127e5319d5728"}},{"code_sha256_prefix":"8444f46b7b0a8bcf","entry":"randomized_svd","repo":"mazumder-lab/3BASiL","repo_kind":"found_in_text","path":"compress.py","file_url":"https://github.com/mazumder-lab/3BASiL/blob/HEAD/compress.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8444f46b7b0a8bcf"}},{"code_sha256_prefix":"f562b806128d03c3","entry":"rank_regression","repo":"mazumder-lab/3BASiL","repo_kind":"found_in_text","path":"compress.py","file_url":"https://github.com/mazumder-lab/3BASiL/blob/HEAD/compress.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f562b806128d03c3"}},{"code_sha256_prefix":"52c33281ab55761a","entry":"recursive_getattr","repo":"mazumder-lab/3BASiL","repo_kind":"found_in_text","path":"models/lora_utils.py","file_url":"https://github.com/mazumder-lab/3BASiL/blob/HEAD/models/lora_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"52c33281ab55761a"}}]},"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}