A conditional mutual information ranking with Scree test and X-means cutoffs prunes 36% of VGG16 filters on CIFAR-10 with only 0.32% accuracy loss.
A Closer Look at Structured Pruning for Neural Network Compression
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Structured pruning is a popular method for compressing a neural network: given a large trained network, one alternates between removing channel connections and fine-tuning; reducing the overall width of the network. However, the efficacy of structured pruning has largely evaded scrutiny. In this paper, we examine ResNets and DenseNets obtained through structured pruning-and-tuning and make two interesting observations: (i) reduced networks---smaller versions of the original network trained from scratch---consistently outperform pruned networks; (ii) if one takes the architecture of a pruned network and then trains it from scratch it is significantly more competitive. Furthermore, these architectures are easy to approximate: we can prune once and obtain a family of new, scalable network architectures that can simply be trained from scratch. Finally, we compare the inference speed of reduced and pruned networks on hardware, and show that reduced networks are significantly faster. Code is available at https://github.com/BayesWatch/pytorch-prunes.
fields
cs.LG 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Pruning Deep Convolutional Neural Network Using Conditional Mutual Information
A conditional mutual information ranking with Scree test and X-means cutoffs prunes 36% of VGG16 filters on CIFAR-10 with only 0.32% accuracy loss.