CHIP: CHannel Independence-based Pruning for Compact Neural Networks
Yang Sui, Miao Yin, Yi Xie, Huy Phan, Saman Zonouz, Bo Yuan

TL;DR
This paper introduces a novel filter pruning method based on channel independence, which measures correlations among feature maps to identify less useful filters, leading to more compact neural networks with maintained or improved accuracy.
Contribution
The paper proposes a new inter-channel based filter pruning approach using channel independence, demonstrating superior performance over existing methods on multiple datasets.
Findings
Achieves up to 0.94% accuracy increase on CIFAR-10 models.
Reduces model size and FLOPs by over 42% on CIFAR-10.
Reduces storage and computation by over 40% on ImageNet with minimal accuracy loss.
Abstract
Filter pruning has been widely used for neural network compression because of its enabled practical acceleration. To date, most of the existing filter pruning works explore the importance of filters via using intra-channel information. In this paper, starting from an inter-channel perspective, we propose to perform efficient filter pruning using Channel Independence, a metric that measures the correlations among different feature maps. The less independent feature map is interpreted as containing less useful informationknowledge, and hence its corresponding filter can be pruned without affecting model capacity. We systematically investigate the quantification metric, measuring scheme and sensitivenessreliability of channel independence in the context of filter pruning. Our evaluation results for different models on various datasets show the superior performance of our approach.…
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 · Multimodal Machine Learning Applications
MethodsPruning
