An Incremental Pruning Strategy for Fast Training of CNN Models

Sangeeta Sarkar,Meenakshi Agarwalla,Sumit Agarwal,Manash Pratim Sarma
DOI: https://doi.org/10.1109/compe49325.2020.9200168
2020-07-01
Abstract:Deep Neural Networks have progressed significantly over the past few years and they are growing better and bigger each day. Thus, it becomes difficult to compute as well as store these over-parameterized networks. Pruning is a technique to reduce the parameter-count resulting in improved speed, reduced size and reduced computation power. In this paper, we have explored a new pruning strategy based on the technique of Incremental Pruning with less pre-training and achieved better accuracy in lesser computation time on MNIST, CIFAR-10 and CIFAR-100 datasets compared to previous related works with small decrease in compression rates. On MNIST, CIFAR-10 and CIFAR-100 datasets, the proposed technique prunes 10x faster than conventional models with similar accuracy.
What problem does this paper attempt to address?