CLAIMar 16

ERC-SVD: Error-Controlled SVD for Large Language Model Compression

arXiv:2505.2011291.15 citationsh-index: 4
Predicted impact top 19% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the deployment challenges of LLMs by improving compression efficiency, though it is incremental as it builds on existing SVD-based approaches.

The paper tackles the problem of compressing large language models (LLMs) for practical deployment by proposing ERC-SVD, a method that reduces truncation loss and error propagation, resulting in superior performance over existing methods on multiple benchmarks.

Large language models (LLMs) have demonstrated impressive capabilities in a wide range of downstream natural language processing tasks. Nevertheless, their considerable sizes and memory demands hinder practical deployment, underscoring the importance of developing efficient compression strategies. Singular value decomposition (SVD) decomposes a matrix into orthogonal components, enabling efficient low-rank approximation. This is particularly suitable for LLM compression, where weight matrices often exhibit significant redundancy. However, current SVD-based methods neglect the residual matrix from truncation, resulting in significant truncation loss. Additionally, compressing all layers of the model results in severe error propagation. To overcome these limitations, we propose ERC-SVD, a new post-training SVD-based LLM compression method from an error-controlled perspective. Specifically, we leverage the residual matrix generated during the truncation process to reduce truncation loss. Moreover, under a fixed overall compression ratio, we selectively compress the last few layers of the model, which mitigates error propagation and improves compressed model performance. Comprehensive evaluations on diverse LLM families and multiple benchmark datasets indicate that ERC-SVD consistently achieves superior performance over existing counterpart methods, demonstrating its practical effectiveness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes