English

Neural Network Pruning by Gradient Descent

Machine Learning 2023-11-23 v2 Artificial Intelligence

Abstract

The rapid increase in the parameters of deep learning models has led to significant costs, challenging computational efficiency and model interpretability. In this paper, we introduce a novel and straightforward neural network pruning framework that incorporates the Gumbel-Softmax technique. This framework enables the simultaneous optimization of a network's weights and topology in an end-to-end process using stochastic gradient descent. Empirical results demonstrate its exceptional compression capability, maintaining high accuracy on the MNIST dataset with only 0.15\% of the original network parameters. Moreover, our framework enhances neural network interpretability, not only by allowing easy extraction of feature importance directly from the pruned network but also by enabling visualization of feature symmetry and the pathways of information propagation from features to outcomes. Although the pruning strategy is learned through deep learning, it is surprisingly intuitive and understandable, focusing on selecting key representative features and exploiting data patterns to achieve extreme sparse pruning. We believe our method opens a promising new avenue for deep learning pruning and the creation of interpretable machine learning systems.

Keywords

Cite

@article{arxiv.2311.12526,
  title  = {Neural Network Pruning by Gradient Descent},
  author = {Zhang Zhang and Ruyi Tao and Jiang Zhang},
  journal= {arXiv preprint arXiv:2311.12526},
  year   = {2023}
}

Comments

21 pages, 5 figures

R2 v1 2026-06-28T13:27:17.578Z