Activation-Informed Pareto-Guided Low-Rank Compression for Efficient LLM/VLM
About
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 framework to address this challenge. First, we upper bound the change of network loss via layer-wise activation-based compression errors, filling a theoretical gap in the literature. We then formulate low-rank model compression as a bi-objective optimization and prove that a single uniform tolerance yields surrogate Pareto-optimal heterogeneous ranks. Based on our theoretical insights, we propose Pareto-Guided Singular Value Decomposition (PGSVD), a zero-shot pipeline that improves activation-aware compression via Pareto-guided rank selection and alternating least-squares implementation. We apply PGSVD to both LLM and VLM, showing better accuracy at the same compression levels and inference speedup.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Language Modeling | WikiText-2 | Perplexity (PPL)5.36 | 2862 | |
| Physical Commonsense Reasoning | PIQA | Accuracy68.39 | 724 | |
| Language Modeling | WikiText | Word Perplexity14.31 | 331 | |
| Word Prediction | LAMBADA | Accuracy36.81 | 222 | |
| Reasoning | WinoGrande (WG) | Accuracy64.56 | 172 | |
| Question Answering | CommonsenseQA | Accuracy23.91 | 172 | |
| Reasoning | PIQA | Accuracy71.27 | 168 | |
| Reasoning | ARC-C | Accuracy (ARC-c)36.52 | 113 | |
| Commonsense Reasoning | WinoGrande | -- | 94 | |
| Reasoning | ARC-E | First-Token Accuracy70.75 | 28 |