paper-with-me

Papers

ThiNet: A Filter Level Pruning Method for Deep Neural Network Compression

2017-07-20 · ICCV 2017 10 · Jian-Hao Luo, Jianxin Wu, Weiyao Lin

We propose an efficient and unified framework, namely ThiNet, to simultaneously accelerate and compress CNN models in both training and inference stages. We focus on the filter level pruning, i.e., the whole filter would be discarded if it is less important. Our method does not change the original network structure, thus it can be perfectly supported by any off-the-shelf deep learning libraries. We formally establish filter pruning as an optimization problem, and reveal that we need to prune filters based on statistics information computed from its next layer, not the current layer, which differentiates ThiNet from existing methods. Experimental results demonstrate the effectiveness of this strategy, which has advanced the state-of-the-art. We also show the performance of ThiNet on ILSVRC-12 benchmark. ThiNet achieves 3.31$\times$ FLOPs reduction and 16.63$\times$ compression on VGG-16, with only 0.52$\%$ top-5 accuracy drop. Similar experiments with ResNet-50 reveal that even for a compact network, ThiNet can also reduce more than half of the parameters and FLOPs, at the cost of roughly 1$\%$ top-5 accuracy drop. Moreover, the original VGG-16 model can be further pruned into a very small model with only 5.05MB model size, preserving AlexNet level accuracy but showing much stronger generalization ability.

📄 PDF Abstract BibTeX arXiv:1707.06342

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Network Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Directed-Weighting Group Lasso for Eltwise Blocked CNN Pruning

2019-10-21 · Ke Zhan, Shimiao Jiang, Yu Bai, Yi Li 외

Eltwise layer is a commonly used structure in the multi-branch deep learning network. In a filter-wise pruning procedure, due to the specific operation of the eltwise layer, all its previous convolutional layers should v…

COP: Customized Deep Model Compression via Regularized Correlation-Based Filter-Level Pruning

2019-06-25 · Wenxiao Wang, Cong Fu, Jishun Guo, Deng Cai 외

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 a…

Model CompressionNeural Network Compression

Play and Prune: Adaptive Filter Pruning for Deep Model Compression

2019-05-11 · Pravendra Singh, Vinay Kumar Verma, Piyush Rai, Vinay P. Namboodiri

While convolutional neural networks (CNN) have achieved impressive performance on various classification/recognition tasks, they typically consist of a massive number of parameters. This results in significant memory req…

Model Compression

Compression of Deep Neural Networks by combining pruning and low rank decomposition

2018-10-20 · Saurabh Goyal, Anamitra R Choudhury, Vivek Sharma, Yogish Sabharwal 외

Large number of weights in deep neural networks make the models difficult to be deployed in low memory environments such as, mobile phones, IOT edge devices as well as "inferencing as a service" environments on the cloud…

Model Compression

Group Sparsity: The Hinge Between Filter Pruning and Decomposition for Network Compression

2020-03-19 · CVPR 2020 6 · Yawei Li, Shuhang Gu, Christoph Mayer, Luc van Gool 외

In this paper, we analyze two popular network compression techniques, i.e. filter pruning and low-rank decomposition, in a unified sense. By simply changing the way the sparsity regularization is enforced, filter pruning…