paper-with-me

Papers

Globally Soft Filter Pruning For Efficient Convolutional Neural Networks

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

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 measures the global redundancy of the filter in the whole model by using the soft pruning strategy. In addition, in the model recovery process after pruning, we use the cumulative saliency strategy to improve the accuracy of pruning. GSFP has two advantages over previous works:(1) More accurate pruning guidance. For a pre-trained CNN model, the saliency of the filter varies with different input data. Therefore, accumulating the saliency of the filter over the entire data set can provide more accurate guidance for pruning. On the other hand, pruning from a global perspective is more accurate than local pruning. (2) More robust pruning strategy. We propose a reasonable normalization formula to prevent certain layers of filters in the network from being completely clipped due to excessive pruning rate.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Soft Filter Pruning for Accelerating Deep Convolutional Neural Networks

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

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

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

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

Filter Pruning for Efficient CNNs via Knowledge-driven Differential Filter Sampler

2023-07-01 · Shaohui Lin, Wenxuan Huang, Jiao Xie, Baochang Zhang 외

Filter pruning simultaneously accelerates the computation and reduces the memory overhead of CNNs, which can be effectively applied to edge devices and cloud services. In this paper, we propose a novel Knowledge-driven D…

DecoderImage ClassificationNetwork Pruning

Softer Pruning, Incremental Regularization

2020-10-19 · Linhang Cai, Zhulin An, Chuanguang Yang, Yongjun Xu

Network pruning is widely used to compress Deep Neural Networks (DNNs). The Soft Filter Pruning (SFP) method zeroizes the pruned filters during training while updating them in the next training epoch. Thus the trained in…

Network Pruning