# Play and Prune: Adaptive Filter Pruning for Deep Model Compression

**Authors:** Pravendra Singh, Vinay Kumar Verma, Piyush Rai, Vinay P. Namboodiri

arXiv: 1905.04446 · 2019-05-14

## TL;DR

This paper introduces Play and Prune, a novel adaptive filter pruning framework for CNNs that reduces model size and computation while maintaining accuracy, outperforming existing methods.

## Contribution

It proposes a min-max framework with adaptive pruning and accuracy maximization, allowing direct error tolerance specification for CNN model compression.

## Key findings

- Reduces VGG-16 parameters by 17.5X without accuracy loss
- Decreases FLOPS by 6.43X, outperforming state-of-the-art methods
- Maintains predictive performance after pruning

## Abstract

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 requirement as well as computational overheads. Consequently, there is a growing need for filter-level pruning approaches for compressing CNN based models that not only reduce the total number of parameters but reduce the overall computation as well. We present a new min-max framework for filter-level pruning of CNNs. Our framework, called Play and Prune (PP), jointly prunes and fine-tunes CNN model parameters, with an adaptive pruning rate, while maintaining the model's predictive performance. Our framework consists of two modules: (1) An adaptive filter pruning (AFP) module, which minimizes the number of filters in the model; and (2) A pruning rate controller (PRC) module, which maximizes the accuracy during pruning. Moreover, unlike most previous approaches, our approach allows directly specifying the desired error tolerance instead of pruning level. Our compressed models can be deployed at run-time, without requiring any special libraries or hardware. Our approach reduces the number of parameters of VGG-16 by an impressive factor of 17.5X, and number of FLOPS by 6.43X, with no loss of accuracy, significantly outperforming other state-of-the-art filter pruning methods.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.04446/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1905.04446/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1905.04446/full.md

---
Source: https://tomesphere.com/paper/1905.04446