LGCLFeb 5, 2024

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

arXiv:2402.03142v227 citationsh-index: 14ACL
AI Analysis

This addresses the need for efficient and practical pruning methods for large language models, though it appears incremental as it builds on existing pruning concepts with a new approach.

The paper tackles the problem of pruning large language models by introducing KEN, a simple and universal pruning algorithm based on Kernel Density Estimation, which achieves equal or better performance than unpruned models with at least a 25% parameter reduction across seven LLMs.

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 KEN$_{viz}$, an explainable tool that visualizes the optimized model composition achieved by KEN from different points of view.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes