Feature Statistics Guided Efficient Filter Pruning
Hang Li, Chen Ma, Wei Xu, Xue Liu

TL;DR
This paper introduces a novel filter pruning method for CNNs that leverages feature map diversity and similarity to effectively reduce model size and computational cost without sacrificing accuracy.
Contribution
It proposes a new pruning approach using diversity-aware and similarity-aware feature map selection, improving efficiency over traditional methods.
Findings
Achieves up to 91.6% parameter reduction
Reduces FLOPs by 83.7%
Maintains accuracy with significant model compression
Abstract
Building compact convolutional neural networks (CNNs) with reliable performance is a critical but challenging task, especially when deploying them in real-world applications. As a common approach to reduce the size of CNNs, pruning methods delete part of the CNN filters according to some metrics such as -norm. However, previous methods hardly leverage the information variance in a single feature map and the similarity characteristics among feature maps. In this paper, we propose a novel filter pruning method, which incorporates two kinds of feature map selections: diversity-aware selection (DFS) and similarity-aware selection (SFS). DFS aims to discover features with low information diversity while SFS removes features that have high similarities with others. We conduct extensive empirical experiments with various CNN architectures on publicly available datasets. The experimental…
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 · Human Pose and Action Recognition · Video Surveillance and Tracking Methods
MethodsPruning
