TL;DR
The paper introduces A3, a low-rank approximation framework for Transformers that reduces model size and computation without runtime overhead, outperforming previous methods in language modeling tasks.
Contribution
A3 provides an analytical, layer-splitting approach to low-rank approximation that minimizes functional loss and improves compression efficiency over existing techniques.
Findings
A3 maintains superior performance compared to SoTAs under the same reduction budget.
LLaMA 3.1-70B with A3 achieves perplexity of 4.69 on WikiText-2.
A3 enables versatile applications including KV cache compression and quantization integration.
Abstract
Large language models have demonstrated remarkable performance; however, their massive parameter counts make deployment highly expensive. Low-rank approximation offers a promising compression solution, yet existing approaches have two main limitations: (1) They focus on minimizing the output error of individual linear layers, without considering the architectural characteristics of Transformers, and (2) they decompose a large weight matrix into two small low-rank matrices. Consequently, these methods often fall short compared to other compression techniques like pruning and quantization, and introduce runtime overhead such as the extra GEMM kernel launches and memory operations for decomposed small matrices. To address these limitations, we propose , a post-training low-rank approximation framework. splits a Transformer layer into three functional components, namely…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
