Prune it Yourself: Automated Pruning by Multiple Level Sensitivity

Zhaoyi Yan,Peiyin Xing,Yaowei Wang,Yonghong Tian
DOI: https://doi.org/10.1109/MIPR49039.2020.00022
2020-01-01
Abstract:Deep neural network pruning is to reduce the model size by removing redundant structures and weights. Existing methods focus on single layer information which ignore other layers. And pruning progress is simply removing all weights at the same time. To address these limitations, we propose Prune it Yourself (PIY) framework. First, we collect both filter and channel sensitivity information. Then combine them to decide the structure to be pruned. At last we use the gradual pruning algorithm to reduce the accuracy loss without extra hyper-parameters. We use VGG-16 and ResNet to perform experiments on CIFAR-10 and ImageNet. The experimental results prove the effectiveness of our method.
What problem does this paper attempt to address?