Entropy Meets Importance: A Unified Head Importance-Entropy Score for Stable and Efficient Transformer Pruning
Minsik Choi, Hyegang Son, Changhoon Kim, Young Geun Kim
TL;DR
Transformer pruning is challenged by gradient-based HIS alone, which ignores per-head attention distribution and can destabilize pruning. The paper introduces Head Importance Entropy Score (HIES), defined as $\mathrm{HIES}_h = \alpha \widehat{\mathrm{HIS}}_h + (1-\alpha)(1-\widehat{\mathrm{AE}}_h)$ with min–max normalization to $[0,1]$, enabling layer-adaptive pruning. The authors prove near-orthogonality of HIS and AE gradients and demonstrate that HIES yields more stable and accurate pruning than HIS alone, with up to 15.2% accuracy gains and 2.04x stability improvements on aggressive pruning. Their experiments scale to larger transformers and multimodal models, indicating broad applicability for resource-constrained deployment. Code release is planned.
Abstract
Transformer-based models have achieved remarkable performance in NLP tasks. However, their structural characteristics-multiple layers and attention heads-introduce efficiency challenges in inference and deployment. To address these challenges, various pruning methods have recently been proposed. Notably, gradient-based methods using Head Importance Scores (HIS) have gained traction for interpretability, efficiency, and ability to identify redundant heads. However, HIS alone has limitations as it captures only the gradient-driven contribution, overlooking the diversity of attention patterns. To overcome these limitations, we introduce a novel pruning criterion, HIES (Head Importance-Entropy Score), which integrates head importance scores with attention entropy, providing complementary evidence on per-head contribution. Empirically, HIES-based pruning yields up to 15.2% improvement in model quality and 2.04x improvement in stability over HIS-only methods, enabling substantial model compression without sacrificing either accuracy or stability. Code will be released upon publication.
