The LLM Surgeon
Tycho F. A. van der Ouderaa, Markus Nagel, Mart van Baalen, Yuki M. Asano, Tijmen Blankevoort
TL;DR
The paper tackles the challenge of deploying large language models under resource constraints by introducing LLM Surgeon, a data-driven pruning framework that uses Kronecker-factored curvature approximations of the empirical Fisher to prune unstructured, semi-structured, and structured patterns. It extends optimal pruning theory by deriving closed-form pruning costs and correlated weight updates, enabling global-threshold, multi-shot pruning with optional low-rank corrections. Empirical results on OPT and Llama-v2 show state-of-the-art performance for unstructured and semi-structured pruning, and demonstrate practical structured pruning of up to 30% with minimal loss, along with learned sparsity structures that concentrate pruning on early layers and FC blocks. The approach provides a principled, scalable path to compact, deployable LLMs without retraining from scratch, balancing accuracy and compute through configurable correlations and shot schedules.
Abstract
State-of-the-art language models are becoming increasingly large in an effort to achieve the highest performance on large corpora of available textual data. However, the sheer size of the Transformer architectures makes it difficult to deploy models within computational, environmental or device-specific constraints. We explore data-driven compression of existing pretrained models as an alternative to training smaller models from scratch. To do so, we scale Kronecker-factored curvature approximations of the target loss landscape to large language models. In doing so, we can compute both the dynamic allocation of structures that can be removed as well as updates of remaining weights that account for the removal. We provide a general framework for unstructured, semi-structured and structured pruning and improve upon weight updates to capture more correlations between weights, while remaining computationally efficient. Experimentally, our method can prune rows and columns from a range of OPT models and Llamav2-7B by 20%-30%, with a negligible loss in performance, and achieve state-of-the-art results in unstructured and semi-structured pruning of large language models.
