SCOP: Scientific Control for Reliable Neural Network Pruning
Yehui Tang, Yunhe Wang, Yixing Xu, Dacheng Tao, Chunjing Xu, Chao Xu,, Chang Xu

TL;DR
This paper introduces a scientifically controlled neural network pruning method using knockoff features as control groups, leading to more reliable filter importance assessment and significant model compression with minimal accuracy loss.
Contribution
The paper proposes a novel pruning algorithm that incorporates scientific control via knockoff features, improving the reliability of filter importance evaluation in neural networks.
Findings
Reduces 57.8% parameters in ResNet-101 on ImageNet.
Reduces 60.2% FLOPs with only 0.01% accuracy loss.
Outperforms state-of-the-art pruning methods.
Abstract
This paper proposes a reliable neural network pruning algorithm by setting up a scientific control. Existing pruning methods have developed various hypotheses to approximate the importance of filters to the network and then execute filter pruning accordingly. To increase the reliability of the results, we prefer to have a more rigorous research design by including a scientific control group as an essential part to minimize the effect of all factors except the association between the filter and expected network output. Acting as a control group, knockoff feature is generated to mimic the feature map produced by the network filter, but they are conditionally independent of the example label given the real feature map. We theoretically suggest that the knockoff condition can be approximately preserved given the information propagation of network layers. Besides the real feature map on an…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
MethodsPruning
