Graph Pruning for Model Compression
Mingyang Zhang, Xinyi Yu, Jingtao Rong, Linlin Ou

TL;DR
This paper introduces GraphPruning, a novel neural network pruning method that models networks as graphs and uses graph convolutional networks to better capture inter-layer redundancies, leading to improved model compression.
Contribution
It proposes a graph-based pruning approach with a graph aggregator and reinforcement learning to optimize sub-network configurations, outperforming previous AutoML pruning methods.
Findings
Achieved state-of-the-art results on ImageNet-2012
Effectively captures inter-layer redundancies
Utilizes graph convolution networks for feature aggregation
Abstract
Previous AutoML pruning works utilized individual layer features to automatically prune filters. We analyze the correlation for two layers from the different blocks which have a short-cut structure. It shows that, in one block, the deeper layer has many redundant filters which can be represented by filters in the former layer. So, it is necessary to take information from other layers into consideration in pruning. In this paper, a novel pruning method, named GraphPruning, is proposed. Any series of the network is viewed as a graph. To automatically aggregate neighboring features for each node, a graph aggregator based on graph convolution networks(GCN) is designed. In the training stage, a PruningNet that is given aggregated node features generates reasonable weights for any size of the sub-network. Subsequently, the best configuration of the Pruned Network is searched by reinforcement…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
MethodsPruning · Convolution
