paper-with-me

홈 › Papers

Large Language Model Compression via the Nested Activation-Aware Decomposition

2025-03-21 · Jun Lu, Tianyi Xu, Bill Ding, David Li, Yu Kang

In this paper, we tackle the critical challenge of compressing large language models (LLMs) to facilitate their practical deployment and broader adoption. We introduce a novel post-training compression paradigm that focuses on low-rank decomposition of LLM weights. Our analysis identifies two main challenges in this task: the variability in LLM activation distributions and handling unseen activations from different datasets and models. To address these challenges, we propose a nested activation-aware framework (NSVD) for LLMs, a training-free approach designed to enhance the accuracy of low-rank decompositions by managing activation outliers through transforming the weight matrix based on activation distribution and the original weight matrix. This method allows for the absorption of outliers into the transformed weight matrix, improving decomposition accuracy. Our comprehensive evaluation across eight datasets and six models from three distinct LLM families demonstrates the superiority of NSVD over current state-of-the-art methods, especially at medium to large compression ratios or in multilingual and multitask settings.

📄 PDF Abstract BibTeX arXiv:2503.17101

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelModel Compression

Similar Papers 제목 키워드 기반

FlexMoE: One-for-All Nested Intra-Expert Pruning for MoE Language Models

2026-06-26 · Fan Mo, Yuxuan Han, Geng Zhang, Wangbo Zhao 외 arxiv

Mixture-of-Experts (MoE) language models scale model ability with sparsely activated experts, making this architecture a standard recipe for modern large models. However, sparse activation does not remove the deployment …

N-Ary Quantization for CNN Model Compression and Inference Acceleration

2019-05-01 · ICLR 2019 5 · Günther Schindler, Wolfgang Roth, Franz Pernkopf, Holger Fröning

The tremendous memory and computational complexity of Convolutional Neural Networks (CNNs) prevents the inference deployment on resource-constrained systems. As a result, recent research focused on CNN optimization techn…

ClusteringModel CompressionQuantization

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

IMPACT: Importance-Aware Activation Space Reconstruction

2025-07-04 · Md Mokarram Chowdhury, Daniel Agyei Asante, Ernie Chang, Yang Li arxiv

Large language models (LLMs) achieve strong performance across diverse domains but remain difficult to deploy in resource-constrained environments due to their size. Low-rank compression is a common remedy, typically min…

LaMoC: Loss-Aware Modular Compression for LLMs

2026-08-31 · Mohanad Odema, Jacob Song arxiv

Modular compression has enabled considerable parameter reduction in LLMs while preserving strong language understanding and downstream task accuracy. However, existing joint modular compression methods primarily rely on …