paper-with-me

홈 › Papers

Activation Compression in LLMs: Theoretical Analysis and Efficient Algorithm

2026-05-02 · Wen-Da Wei, Han-Bin Fang, Yang-Di Liu, Jiang-Xin Shi, James Kwok, Yu-Feng Li arxiv

Training large language models (LLMs) is highly memory-intensive, as training must store not only weights and optimizer states but also intermediate activations for backpropagation. While existing memory-efficient methods largely focus on gradients and optimizer states, activation compression is less well established due to the lack of LLM-tailored theory and guarantees. In this work, we develop a theoretical framework showing that activation compression is safe for linear operators when activation compression is unbiased, but problematic for nonlinear ones. We further derive gradient variance bound and establish convergence guarantees for applying activation compression to all linear operators under the standard $L$-smoothness assumption, showing that it does not change the convergence rate. Guided by the theory, we propose an activation-gradient co-compression method that reuses low-rank activation factors to compress linear-layer gradients without extra computation or additional gradient error. We conduct extensive experiments on Qwen and LLaMA models using a pretraining benchmark and multiple fine-tuning benchmarks to validate our theory and demonstrate competitive performance of our method in both accuracy and compression efficiency. We provide our code in the supplementary material for reproducibility.

📄 PDF Abstract BibTeX arXiv:2605.01255

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attention Sinks and Compression Valleys in LLMs are Two Sides of the Same Coin

2025-10-07 · Enrique Queipo-de-Llano, Álvaro Arroyo, Federico Barbero, Xiaowen Dong 외 arxiv

Attention sinks and compression valleys have attracted significant attention as two puzzling phenomena in large language models, but have been studied in isolation. In this work, we present a surprising connection betwee…

ESPACE: Dimensionality Reduction of Activations for Model Compression

2024-10-07 · Charbel Sakr, Brucek Khailany

We propose ESPACE, an LLM compression technique based on dimensionality reduction of activations. Unlike prior works on weight-centric tensor decomposition, ESPACE projects activations onto a pre-calibrated set of princi…

Dimensionality ReductionmodelModel CompressionTensor Decomposition

QuBLAST: A Framework for Quantizing Large Language Models with Block-Level Compression Approach and Activation Scaling Strategy

2026-06-03 · Pasindu Wickramasinghe, Achyuta Muthuvelan, Rachmad Vidya Wicaksana Putra, Minghao Shao 외 arxiv

LLMs have become the state-of-the-art algorithms for solving NLP tasks. However, they typically come at huge computational and memory costs, thus making them difficult to deploy on embedded systems. Toward this, state-of…

Swift-SVD: Theoretical Optimality Meets Practical Efficiency in Low-Rank LLM Compression

2026-04-02 · Ruoling Qi, Yirui Liu, Xuaner Wu, Xiangyu Wang 외 arxiv

The deployment of Large Language Models is constrained by the memory and bandwidth demands of static weights and dynamic Key-Value cache. SVD-based compression provides a hardware-friendly solution to reduce these costs.…

Large Language Model Compression via the Nested Activation-Aware Decomposition

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

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

Language ModelingLanguage ModellingLarge Language ModelModel Compression