Papers › SVD-LLM V2: Optimizing Singular Value Truncation for Large Language Model Compression

SVD-LLM V2: Optimizing Singular Value Truncation for Large Language Model Compression

16 Mar 2025arXiv:2503.12340archive 2025-07-28

Xin Wang, Samiul Alam, Zhongwei Wan, Hui Shen, Mi Zhang

Despite significant advancements, the practical deployment of Large Language Models (LLMs) is often hampered by their immense sizes, highlighting the need for effective compression techniques. Singular Value Decomposition (SVD) is a promising LLM compression technique. However, existing SVD-based compression methods fall short in reducing truncation losses, leading to less competitive performance in compressed models. In this work, we introduce SVD-LLM V2, a SVD-based LLM compression method that optimizes singular value truncation in SVD compression with two techniques. First, SVD-LLM V2 proposes to use theoretical truncation loss of weight matrices to assign a unique compression ratio to each weight matrix at different layers to accommodate weight redundancy heterogeneity. Second, SVD-LLM V2 proposes loss-optimized weight truncation to ensure that the truncated singular values result in a lower and more stable truncation loss in practice. We evaluate SVD-LLM V2 on ten datasets and five LLMs at various scales. Our results show SVD-LLM V2 outperforms state-of-the-art SVD-based LLM compression methods. Our code is available at https://github.com/AIoT-MLSys-Lab/SVD-LLM

PaperPDFCodeCode 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="2503.12340")

Code

Syntology Ran 9 of 12 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · fixture could not drive it; 6 ran with no contract checked.

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

aiot-mlsys-lab/svd-llm officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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; 9 ran; 1 honoured the contract we drafted; 3 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 · honoured contract
2ran · fixture could not drive it
6ran
3unverified

Licence: 0 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 aiot-mlsys-lab/svd-llm. “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.

LlamaRotaryEmbedding aiot-mlsys-lab/svd-llm/SVDLLM.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · c4daf2f7ed4b51f9 · report
MistralRotaryEmbedding aiot-mlsys-lab/svd-llm/SVDLLM.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 1b2e87c411e2d8bc · report
SVDOPTAttention aiot-mlsys-lab/svd-llm/SVDLLM.py official repository ran fingerprinted Apache-2.0 (permissive) · 041ad30174c9bdee · report
SVD_LlamaAttention aiot-mlsys-lab/svd-llm/SVDLLM.py official repository ran Apache-2.0 (permissive) · 8a5b8f50673d8352 · report
SVD_LlamaMLP aiot-mlsys-lab/svd-llm/SVDLLM.py official repository ran Apache-2.0 (permissive) · 77e1446ab4ce2b75 · report
SVD_MistralMLP aiot-mlsys-lab/svd-llm/SVDLLM.py official repository ran fingerprinted Apache-2.0 (permissive) · 3009ebbba1aa5922 · report
apply_rotary_pos_emb aiot-mlsys-lab/svd-llm/SVDLLM.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · af9e30f5a1fe133e · report
repeat_kv aiot-mlsys-lab/svd-llm/SVDLLM.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 25ef0712acc702e7 · report
rotate_half aiot-mlsys-lab/svd-llm/SVDLLM.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 2a2393c46243da08 · report
SVDOPTDecoderLayer aiot-mlsys-lab/svd-llm/SVDLLM.py official repository unverified Apache-2.0 (permissive) · 88545df842057010 · report
SVD_MistralAttention aiot-mlsys-lab/svd-llm/SVDLLM.py official repository unverified Apache-2.0 (permissive) · 656c1a145aa666cb · report
whitening_local_update aiot-mlsys-lab/svd-llm/SVDLLM.py official repository unverified Apache-2.0 (permissive) · d0b633b47c9a7133 · report

Tasks

Language ModelingLanguage ModellingLarge Language ModelModel Compression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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