paper-with-me

Papers

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

2025-03-16 · 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

📄 PDF Abstract BibTeX arXiv:2503.12340

Code (1)

aiot-mlsys-lab/svd-llm 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelModel Compression

Similar Papers 제목 키워드 기반

SVD-LLM: Truncation-aware Singular Value Decomposition for Large Language Model Compression

2024-03-12 · Xin Wang, Yu Zheng, Zhongwei Wan, Mi Zhang

The advancements in Large Language Models (LLMs) have been hindered by their substantial sizes, which necessitate LLM compression methods for practical deployment. Singular Value Decomposition (SVD) offers a promising so…

Language ModelingLanguage ModellingLarge Language ModelModel Compression

SVD-Surgeon: Optimal Singular-Value Surgery for Large Language Model Compression

2026-06-22 · Mahmoud Safari, Frank Hutter arxiv

Large language models (LLMs) achieve remarkable performance across a wide range of tasks, but their deployment is constrained by substantial memory and compute requirements. Low-rank compression via singular value decomp…

Model Compression

AdaSVD: Adaptive Singular Value Decomposition for Large Language Models

2025-02-03 · Li Zhiteng, Xia Mingyuan, Zhang Jingyuan, Hui Zheng 외

Large language models (LLMs) have achieved remarkable success in natural language processing (NLP) tasks, yet their substantial memory requirements present significant challenges for deployment on resource-constrained de…

On the balanced truncation error bound and sign parameters from arrowhead realizations

2020-11-13 · Sean Reiter, Tobias Damm, Mark Embree, Serkan Gugercin

Balanced truncation and singular perturbation approximation for linear dynamical systems yield reduced-order models that satisfy a well-known error bound involving the Hankel singular values. We show that this bound hold…

Globally optimized SVD compression of LLMs via Fermi-function-based rank selection and gauge fixing

2025-11-26 · Roman Rausch, David Jansen, Sukhbinder Singh, Román Orús arxiv

Large Language Models (LLMs) are very demanding in terms of their computational resources. Low-rank decompositions of LLM weights, e.g. via Singular Value Decomposition (SVD), is a promising approach for LLM compression,…