LGFeb 4, 2025

Dobi-SVD: Differentiable SVD for LLM Compression and Some New Perspectives

arXiv:2502.02723v141 citationsh-index: 27
Originality Incremental advance
AI Analysis

This work provides a domain-specific solution for compressing large language models, offering a novel approach that could enhance efficiency in deployment scenarios.

The paper tackles LLM compression by proposing a new SVD-based method that focuses on truncating activations rather than using them as an optimization distance, addressing challenges like determining optimal truncation positions and reconstructing weight matrices, resulting in improved compression performance with concrete gains reported in the abstract.

We provide a new LLM-compression solution via SVD, unlocking new possibilities for LLM compression beyond quantization and pruning. We point out that the optimal use of SVD lies in truncating activations, rather than merely using activations as an optimization distance. Building on this principle, we address three critical challenges in SVD-based LLM compression: including (1) How can we determine the optimal activation truncation position for each weight matrix in LLMs? (2) How can we efficiently reconstruct the weight matrices based on truncated activations? (3) How can we address the inherent "injection" nature that results in the information loss of the SVD? We propose Dobi-SVD, which establishes a new, principled approach to SVD-based LLM compression.

Foundations

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

Your Notes