English

Less is KEN: a Universal and Simple Non-Parametric Pruning Algorithm for Large Language Models

Machine Learning 2024-06-11 v2 Computation and Language

Abstract

Neural network pruning has become increasingly crucial due to the complexity of these models and their widespread use in various fields. Existing pruning algorithms often suffer from limitations such as architecture specificity, excessive complexity and reliance on demanding calculations, rendering them impractical for real-world applications. This paper introduces KEN: a straightforward, universal and unstructured pruning algorithm based on Kernel Density Estimation (KDE). KEN aims to construct optimized transformers by selectively preserving the most significant parameters while restoring others to their pre-training state. This strategy preserves model performance while enabling storage of only the optimized subnetwork, leading to substantial memory savings. Extensive evaluations across seven different LLMs demonstrate that KEN achieves equal or better performance than their original unpruned versions, with a minimum parameter reduction of 25%. Furthermore, in-depth comparisons with established pruning and PEFT algorithms confirm KEN effectiveness. We further introduce KENviz_{viz}, an explainable tool that visualizes the optimized model composition achieved by KEN from different points of view.

Keywords

Cite

@article{arxiv.2402.03142,
  title  = {Less is KEN: a Universal and Simple Non-Parametric Pruning Algorithm for Large Language Models},
  author = {Michele Mastromattei and Fabio Massimo Zanzotto},
  journal= {arXiv preprint arXiv:2402.03142},
  year   = {2024}
}

Comments

14 pages, 8 figures, 7 tables - to be published at ACL 2024

R2 v1 2026-06-28T14:38:45.084Z