paper-with-me

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 solution for LLM compression. However, state-of-the-art SVD-based LLM compression methods have two key limitations: truncating smaller singular values may lead to higher compression loss, and the lack of update on the compressed weight after SVD truncation. In this work, we propose SVD-LLM, a new SVD-based LLM compression method that addresses the limitations of existing methods. SVD-LLM incorporates a truncation-aware data whitening strategy to ensure a direct mapping between singular values and compression loss. Moreover, SVD-LLM adopts a layer-wise closed-form model parameter update strategy to compensate for accuracy degradation under high compression ratios. We evaluate SVD-LLM on a total of 10 datasets and eight models from three different LLM families at four different scales. Our results demonstrate the superiority of SVD-LLM over state-of-the-arts, especially at high model compression ratios.

📄 PDF Abstract BibTeX arXiv:2403.07378

Code (1)

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

Tasks

Language ModelingLanguage ModellingLarge Language ModelModel Compression

Similar Papers 제목 키워드 기반

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

2025-03-16 · Xin Wang, Samiul Alam, Zhongwei Wan, Hui Shen 외

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 Decompositio…

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…

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,…

Structured 3D-SVD: A Practical Framework for the Compression and Reconstruction of Biological Volumetric Images

2026-04-18 · Mario Aragonés Lozano, Oscar Romero, Antonio León arxiv

This work introduces Structured 3D-SVD as a practical framework for the reconstruction, compression, and analysis of biological volumetric data. Inspired by the logic of matrix singular value decomposition (SVD), the pro…