2016

Pruning Filters for Efficient ConvNets

Li, Hao, Kadav, Asim, Durdanovic, Igor et al.

Understand

The success of CNNs in various applications is accompanied by a significant increase in the computation and parameter storage costs.

  • Recent efforts toward reducing these overheads involve pruning and compressing the weights of various layers without hurting original accuracy.
  • However, magnitude-based pruning of weights reduces a significant number of parameters from the fully connected layers and may not adequately reduce the computation costs in the convolutional layers due to irregular sparsity in the pruned networks.
  • We present an acceleration method for CNNs, where we prune filters from CNNs that are identified as having a small effect on the output accuracy.

Reading the bibliography…