paper-with-me

Papers

Layer-wise dynamic rank for compressing large language models

2025-09-30 · Zhendong Mi, Bian Sun, Grace Li Zhang, Shaoyi Huang arxiv

Large language models (LLMs) have rapidly scaled in size, bringing severe memory and computational challenges that hinder their deployment. Singular Value Decomposition (SVD)-based compression has emerged as an appealing post-training compression technique for LLMs, yet most existing methods apply a uniform compression ratio across all layers, implicitly assuming homogeneous information included in various layers. This overlooks the substantial intra-layer heterogeneity observed in LLMs, where middle layers tend to encode richer information while early and late layers are more redundant. In this work, we revisit the existing SVD-based compression method and propose D-Rank, a framework with layer-wise balanced Dynamic Rank allocation for LLMs compression. We first introduce effective rank as a principled metric to measure the information density of weight matrices, and then allocate ranks via a Lagrange multiplier-based optimization scheme to adaptively assign more capacity to groups with higher information density under a fixed compression ratio. Moreover, we rebalance the allocated ranks across attention layers to account for their varying importance and extend D-Rank to latest LLMs with grouped-query attention. Extensive experiments on various LLMs with different scales across multiple compression ratios demonstrate that D-Rank consistently outperforms SVD-LLM, ASVD, and Basis Sharing, achieving more than 15 lower perplexity with LLaMA-3-8B model on C4 datasets at 20% compression ratio and up to 5% higher zero-shot reasoning accuracy with LLaMA-7B model at 40% compression ratio while achieving even higher throughput.

📄 PDF Abstract BibTeX arXiv:2509.25622

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Low-Rank Matrix Approximation for Neural Network Compression

2025-04-25 · Kalyan Cherukuri, Aarav Lala

Deep Neural Networks (DNNs) have encountered an emerging deployment challenge due to large and expensive memory and computation requirements. In this paper, we present a new Adaptive-Rank Singular Value Decomposition (AR…

Model CompressionNeural Network Compression

Compressing Neural Networks: Towards Determining the Optimal Layer-wise Decomposition

2021-07-23 · NeurIPS 2021 12 · Lucas Liebenwein, Alaa Maalouf, Oren Gal, Dan Feldman 외

We present a novel global compression framework for deep neural networks that automatically analyzes each layer to identify the optimal per-layer compression ratio, while simultaneously achieving the desired overall comp…

Low-rank compression

Exploiting Elasticity in Tensor Ranks for Compressing Neural Networks

2021-05-10 · Jie Ran, Rui Lin, Hayden K. H. So, Graziano Chesi 외

Elasticities in depth, width, kernel size and resolution have been explored in compressing deep neural networks (DNNs). Recognizing that the kernels in a convolutional neural network (CNN) are 4-way tensors, we further e…

GPTQ-intrinsic LoRA: A Near-optimal Algorithm for Low-precision Quantization with Low-rank Adaptation

2026-05-31 · Shihao Zhang, Rayan Saab arxiv

Post-training quantization is widely used for compressing large neural networks, but aggressive low-bit quantization can significantly degrade model quality. A common remedy is to augment the quantized weights with a low…

Rank Selection of CP-decomposed Convolutional Layers with Variational Bayesian Matrix Factorization

2018-01-16 · Marcella Astrid, Seung-Ik Lee, Beom-Su Seo

Convolutional Neural Networks (CNNs) is one of successful method in many areas such as image classification tasks. However, the amount of memory and computational cost needed for CNNs inference obstructs them to run effi…

image-classificationImage Classification