English

LEAN: graph-based pruning for convolutional neural networks by extracting longest chains

Machine Learning 2022-06-24 v3 Computer Vision and Pattern Recognition Neural and Evolutionary Computing

Abstract

Neural network pruning techniques can substantially reduce the computational cost of applying convolutional neural networks (CNNs). Common pruning methods determine which convolutional filters to remove by ranking the filters individually, i.e., without taking into account their interdependence. In this paper, we advocate the viewpoint that pruning should consider the interdependence between series of consecutive operators. We propose the LongEst-chAiN (LEAN) method that prunes CNNs by using graph-based algorithms to select relevant chains of convolutions. A CNN is interpreted as a graph, with the operator norm of each operator as distance metric for the edges. LEAN pruning iteratively extracts the highest value path from the graph to keep. In our experiments, we test LEAN pruning on several image-to-image tasks, including the well-known CamVid dataset, and a real-world X-ray CT dataset. Results indicate that LEAN pruning can result in networks with similar accuracy, while using 1.7-12x fewer convolutional filters than existing approaches.

Keywords

Cite

@article{arxiv.2011.06923,
  title  = {LEAN: graph-based pruning for convolutional neural networks by extracting longest chains},
  author = {Richard Schoonhoven and Allard A. Hendriksen and Daniël M. Pelt and K. Joost Batenburg},
  journal= {arXiv preprint arXiv:2011.06923},
  year   = {2022}
}

Comments

10 pages + 2 pages references. Code is publicly available at: https://github.com/schoonhovenrichard/LEAN_CNN_pruning

R2 v1 2026-06-23T20:10:47.991Z