paper-with-me

Papers

Soft Filter Pruning for Accelerating Deep Convolutional Neural Networks

2018-08-21 · Yang He, Guoliang Kang, Xuanyi Dong, Yanwei Fu, Yi Yang

This paper proposed a Soft Filter Pruning (SFP) method to accelerate the inference procedure of deep Convolutional Neural Networks (CNNs). Specifically, the proposed SFP enables the pruned filters to be updated when training the model after pruning. SFP has two advantages over previous works: (1) Larger model capacity. Updating previously pruned filters provides our approach with larger optimization space than fixing the filters to zero. Therefore, the network trained by our method has a larger model capacity to learn from the training data. (2) Less dependence on the pre-trained model. Large capacity enables SFP to train from scratch and prune the model simultaneously. In contrast, previous filter pruning methods should be conducted on the basis of the pre-trained model to guarantee their performance. Empirically, SFP from scratch outperforms the previous filter pruning methods. Moreover, our approach has been demonstrated effective for many advanced CNN architectures. Notably, on ILSCRC-2012, SFP reduces more than 42% FLOPs on ResNet-101 with even 0.2% top-5 accuracy improvement, which has advanced the state-of-the-art. Code is publicly available on GitHub: https://github.com/he-y/soft-filter-pruning

📄 PDF Abstract BibTeX arXiv:1808.06866

Code (6)

he-y/soft-filter-pruning 공식 구현 pytorch
AlumLuther/PruningFilters pytorch
EkdeepSLubana/OrthoReg pytorch
Gideon0805/Tensorflow1.15-Model-Pruning tf
Gideon0805/Tensorflow_Model_Pruning tf
arturjordao/PruningNeuralNetworks tf

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Asymptotic Soft Filter Pruning for Deep Convolutional Neural Networks

2018-08-22 · Yang He, Xuanyi Dong, Guoliang Kang, Yanwei Fu 외

Deeper and wider Convolutional Neural Networks (CNNs) achieve superior performance but bring expensive computation cost. Accelerating such over-parameterized neural network has received increased attention. A typical pru…

image-classificationImage Classification

Globally Soft Filter Pruning For Efficient Convolutional Neural Networks

2019-05-01 · ICLR 2019 5 · Ke Xu, Xiao-Yun Wang, Qun Jia, Jianjing An 외

This paper propose a cumulative saliency based Globally Soft Filter Pruning (GSFP) scheme to prune redundant filters of Convolutional Neural Networks (CNNs).Specifically, the GSFP adopts a robust pruning method, which me…

Gate Decorator: Global Filter Pruning Method for Accelerating Deep Convolutional Neural Networks

2019-09-18 · NeurIPS 2019 12 · Zhonghui You, Kun Yan, Jinmian Ye, Meng Ma 외

Filter pruning is one of the most effective ways to accelerate and compress convolutional neural networks (CNNs). In this work, we propose a global filter pruning algorithm called Gate Decorator, which transforms a vanil…

SCSP: Spectral Clustering Filter Pruning with Soft Self-adaption Manners

2018-06-14 · Huiyuan Zhuo, Xuelin Qian, Yanwei Fu, Heng Yang 외

Deep Convolutional Neural Networks (CNN) has achieved significant success in computer vision field. However, the high computational cost of the deep complex models prevents the deployment on edge devices with limited mem…

ClusteringModel Compression

WHC: Weighted Hybrid Criterion for Filter Pruning on Convolutional Neural Networks

2023-02-16 · Shaowu Chen, Weize Sun, Lei Huang

Filter pruning has attracted increasing attention in recent years for its capacity in compressing and accelerating convolutional neural networks. Various data-independent criteria, including norm-based and relationship-b…

ClassificationNetwork PruningNeural Network Compression