Pruning Filters for Efficient Co

2017-10-24  本文已影响124人  信步闲庭v

Approach

We present a compression technique for CNNs, where we prune the filters from CNNs that are identified as having a small effect on the output accuracy. By removing whole planes in the network, together with their connecting convolution kernels, the computational costs are reduced significantly.

we measure the importance of a filter in each layer by calculating its absolute weight sum



The procedure of pruning m filters from the ith convolutional layer is as follows:


In addition, to understand the sensitivity of each layer, we prune each layer independently and test the resulting pruned network’s accuracy on the validation set.

Experiment

References:
Pruning Filters for Efficient ConvNets, Hao Li, 2017, ICLR

上一篇 下一篇

猜你喜欢

热点阅读