Structured Network Pruning by Measuring Filter-wise Interactions
Wenting Tang, Xingxing Wei, Bo Li (Beijing Key Laboratory of Digital, Media, School of Computer Science, Engineering, Beihang University,, Beijing, China)

TL;DR
This paper introduces SNPFI, a structured network pruning method that measures filter interactions to more effectively identify redundant filters, reducing computation by about 60% while maintaining accuracy.
Contribution
It proposes a novel redundancy criterion incorporating filter interactions and a pruning approach that adaptively assigns sparsity and recovers performance without iterative training.
Findings
Achieves nearly 60% computation reduction across multiple CNN models.
Maintains classification accuracy after pruning.
Effective on datasets like MNIST, CIFAR-10, and ImageNet.
Abstract
Structured network pruning is a practical approach to reduce computation cost directly while retaining the CNNs' generalization performance in real applications. However, identifying redundant filters is a core problem in structured network pruning, and current redundancy criteria only focus on individual filters' attributes. When pruning sparsity increases, these redundancy criteria are not effective or efficient enough. Since the filter-wise interaction also contributes to the CNN's prediction accuracy, we integrate the filter-wise interaction into the redundancy criterion. In our criterion, we introduce the filter importance and filter utilization strength to reflect the decision ability of individual and multiple filters. Utilizing this new redundancy criterion, we propose a structured network pruning approach SNPFI (Structured Network Pruning by measuring Filter-wise Interaction).…
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
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Brain Tumor Detection and Classification
MethodsPruning · Focus
