COP: Customized Deep Model Compression via Regularized Correlation-Based Filter-Level Pruning
Wenxiao Wang, Cong Fu, Jishun Guo, Deng Cai, Xiaofei He

TL;DR
This paper introduces COP, a novel filter pruning method for CNNs that considers filter redundancy, enables cross-layer comparison, and allows customization based on parameter count or computational cost, leading to superior compression results.
Contribution
The paper proposes COP, a correlation-based filter pruning algorithm that addresses redundancy, cross-layer comparison, and customization, improving over existing methods.
Findings
COP outperforms existing pruning methods significantly.
The method enables customizable compression based on user preferences.
Extensive experiments validate the effectiveness of COP.
Abstract
Neural network compression empowers the effective yet unwieldy deep convolutional neural networks (CNN) to be deployed in resource-constrained scenarios. Most state-of-the-art approaches prune the model in filter-level according to the "importance" of filters. Despite their success, we notice they suffer from at least two of the following problems: 1) The redundancy among filters is not considered because the importance is evaluated independently. 2) Cross-layer filter comparison is unachievable since the importance is defined locally within each layer. Consequently, we must manually specify layer-wise pruning ratios. 3) They are prone to generate sub-optimal solutions because they neglect the inequality between reducing parameters and reducing computational cost. Reducing the same number of parameters in different positions in the network may reduce different computational cost. To…
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 · Domain Adaptation and Few-Shot Learning
MethodsPruning
