Exploring Linear Relationship in Feature Map Subspace for ConvNets Compression
Dong Wang, Lei Zhou, Xueni Zhang, Xiao Bai, Jun Zhou

TL;DR
This paper introduces a novel filter pruning method for CNNs based on the linear relationships in feature map subspaces, effectively reducing redundancy and improving model efficiency without structural constraints.
Contribution
It proposes a subspace clustering approach to filter pruning that leverages linear relationships in feature maps, outperforming existing methods and being adaptable to any network architecture.
Findings
Outperforms existing pruning techniques before fine-tuning
Achieves state-of-the-art results after fine-tuning
Independent of network structure, applicable to various models
Abstract
While the research on convolutional neural networks (CNNs) is progressing quickly, the real-world deployment of these models is often limited by computing resources and memory constraints. In this paper, we address this issue by proposing a novel filter pruning method to compress and accelerate CNNs. Our work is based on the linear relationship identified in different feature map subspaces via visualization of feature maps. Such linear relationship implies that the information in CNNs is redundant. Our method eliminates the redundancy in convolutional filters by applying subspace clustering to feature maps. In this way, most of the representative information in the network can be retained in each cluster. Therefore, our method provides an effective solution to filter pruning for which most existing methods directly remove filters based on simple heuristics. The proposed method is…
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
TopicsAnomaly Detection Techniques and Applications · Human Pose and Action Recognition · Advanced Neural Network Applications
MethodsPruning
