English

Small Contributions, Small Networks: Efficient Neural Network Pruning Based on Relative Importance

Machine Learning 2024-10-22 v1 Artificial Intelligence Neural and Evolutionary Computing

Abstract

Recent advancements have scaled neural networks to unprecedented sizes, achieving remarkable performance across a wide range of tasks. However, deploying these large-scale models on resource-constrained devices poses significant challenges due to substantial storage and computational requirements. Neural network pruning has emerged as an effective technique to mitigate these limitations by reducing model size and complexity. In this paper, we introduce an intuitive and interpretable pruning method based on activation statistics, rooted in information theory and statistical analysis. Our approach leverages the statistical properties of neuron activations to identify and remove weights with minimal contributions to neuron outputs. Specifically, we build a distribution of weight contributions across the dataset and utilize its parameters to guide the pruning process. Furthermore, we propose a Pruning-aware Training strategy that incorporates an additional regularization term to enhance the effectiveness of our pruning method. Extensive experiments on multiple datasets and network architectures demonstrate that our method consistently outperforms several baseline and state-of-the-art pruning techniques.

Keywords

Cite

@article{arxiv.2410.16151,
  title  = {Small Contributions, Small Networks: Efficient Neural Network Pruning Based on Relative Importance},
  author = {Mostafa Hussien and Mahmoud Afifi and Kim Khoa Nguyen and Mohamed Cheriet},
  journal= {arXiv preprint arXiv:2410.16151},
  year   = {2024}
}
R2 v1 2026-06-28T19:29:58.580Z