English

IMPACT: Importance-Aware Activation Space Reconstruction

Machine Learning 2026-04-22 v4 Machine Learning

Abstract

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 minimizing weight reconstruction error under the assumption that weights are low-rank. However, this assumption often does not hold in LLMs. In contrast, LLM activations exhibit a more pronounced low-rank structure, motivating approaches that minimize activation reconstruction error. This shift alone, however, is not sufficient: different activation dimensions contribute unequally to model performance, and treating them uniformly can lead to accuracy loss. We introduce IMPACT, an importance-aware activation reconstruction framework that links compression to its effect on model performance. IMPACT formulates compression as an optimization problem that integrates activation structure with gradient-based importance, deriving a closed-form solution where reconstruction bases arise from an importance-weighted activation covariance matrix. This yields low-rank compression explicitly optimized for accuracy preservation. Experiments across multiple models and tasks demonstrate that IMPACT achieves up to 55.4% greater model size reduction while maintaining accuracy comparable to or better than state-of-the-art baselines.

Keywords

Cite

@article{arxiv.2507.03828,
  title  = {IMPACT: Importance-Aware Activation Space Reconstruction},
  author = {Md Mokarram Chowdhury and Daniel Agyei Asante and Ernie Chang and Yang Li},
  journal= {arXiv preprint arXiv:2507.03828},
  year   = {2026}
}

Comments

To appear in the Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (ACL 2026)

R2 v1 2026-07-01T03:47:17.668Z