paper-with-me

홈 › Papers

Low-Rank Compression of Language Models via Differentiable Rank Selection

2025-12-14 · Sidhant Sundrani, Francesco Tudisco, Pasquale Minervini arxiv

Approaches for compressing large-language models using low-rank decomposition have made strides, particularly with the introduction of activation and loss-aware SVD, which improves the trade-off between decomposition rank and downstream task performance. Despite these advancements, a persistent challenge remains--selecting the optimal ranks for each layer to jointly optimise compression rate and downstream task accuracy. Current methods either rely on heuristics that can yield sub-optimal results due to their limited discrete search space or are gradient-based but are not as performant as heuristic approaches without post-compression fine-tuning. To address these issues, we propose Learning to Low-Rank Compress (LLRC), a gradient-based approach which directly learns the weights of masks that select singular values in a fine-tuning-free setting. Using a calibration dataset, we train only the mask weights to select fewer and fewer singular values while minimising the divergence of intermediate activations from the original model. Our approach outperforms competing ranking selection methods that similarly require no post-compression fine-tuning across various compression rates on common-sense reasoning and open-domain question-answering tasks. For instance, with a compression rate of 20% on Llama-2-13B, LLRC outperforms the competitive Sensitivity-based Truncation Rank Searching (STRS) on MMLU, BoolQ, and OpenbookQA by 12%, 3.5%, and 4.4%, respectively. Compared to other compression techniques, our approach consistently outperforms fine-tuning-free variants of SVD-LLM and LLM-Pruner across datasets and compression rates. Our fine-tuning-free approach also performs competitively with the fine-tuning variant of LLM-Pruner.

📄 PDF Abstract BibTeX arXiv:2512.13733

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Differentiable Framework for End-to-End Learning of Hybrid Structured Compression

2023-09-21 · Moonjung Eo, Suhyun Kang, Wonjong Rhee

Filter pruning and low-rank decomposition are two of the foundational techniques for structured compression. Although recent efforts have explored hybrid approaches aiming to integrate the advantages of both techniques, …

Scheduling

STAR-KV: Low-Rank KV Cache Compression via Soft Thresholding for Adaptive Rank Control

2026-06-07 · Priyansh Bhatnagar, Ashkan Moradifirouzabadi, Se-Hyun Yang, SeungJae Lee 외 arxiv

Low-rank projection has emerged as a promising approach for compressing the KV cache by exploiting hidden-dimension redundancy. However, prior methods rely on fixed or heuristic rank selection and struggle to achieve agg…

HALOC: Hardware-Aware Automatic Low-Rank Compression for Compact Neural Networks

2023-01-20 · Jinqi Xiao, Chengming Zhang, Yu Gong, Miao Yin 외

Low-rank compression is an important model compression strategy for obtaining compact neural network models. In general, because the rank values directly determine the model complexity and model accuracy, proper selectio…

GPULow-rank compressionModel Compression

Activation-Informed Pareto-Guided Low-Rank Compression for Efficient LLM/VLM

2025-10-07 · Ryan Solgi, Parsa Madinei, Jiayi Tian, Rupak Swaminathan 외 arxiv

Large language models (LLM) and vision-language models (VLM) have achieved state-of-the-art performance, but they impose significant memory and computing challenges in deployment. We present a novel low-rank compression …

Model Compression

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