Filter Pruning For CNN With Enhanced Linear Representation Redundancy
Bojue Wang, Chunmei Ma, Bin Liu, Nianbo Liu, Jinqi Zhu

TL;DR
This paper introduces a novel structured pruning method for CNNs that uses CCM-loss to enhance linear representation redundancy, enabling more effective pruning with minimal accuracy loss.
Contribution
It proposes CCM-loss to create structured redundancy and a PCA-based channel selection strategy for dynamic, optimal pruning ratios.
Findings
Achieves 93.64% accuracy with 90.6% parameter reduction on CIFAR-10 VGG-16.
Reduces 47.3% of FLOPs on ImageNet ResNet-50 with 76.23% accuracy.
Provides a universal mathematical tool for redundancy generation beyond L*-norm regularization.
Abstract
Structured network pruning excels non-structured methods because they can take advantage of the thriving developed parallel computing techniques. In this paper, we propose a new structured pruning method. Firstly, to create more structured redundancy, we present a data-driven loss function term calculated from the correlation coefficient matrix of different feature maps in the same layer, named CCM-loss. This loss term can encourage the neural network to learn stronger linear representation relations between feature maps during the training from the scratch so that more homogenous parts can be removed later in pruning. CCM-loss provides us with another universal transcendental mathematical tool besides L*-norm regularization, which concentrates on generating zeros, to generate more redundancy but for the different genres. Furthermore, we design a matching channel selection strategy…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Human Pose and Action Recognition · Digital Imaging for Blood Diseases
MethodsPruning · Focus
