Filter Pruning Using Expectation Value of Feature Map's Summation

Hai Wu,Chuanbin Liu,Fanchao Lin,Yizhi Liu
DOI: https://doi.org/10.1007/978-3-030-89092-6_68
2021-01-01
Abstract:With the widespread application of artificial intelligence, many scenarios require fewer parameters network. Mobile devices require networks with faster inference speed. However, current networks are becoming more and more complex. Network pruning is an important way to solve this contradiction. Current data dependent network pruning methods use a large amount of data to guide the pruning. Such a pruning strategy is undoubtedly time-consuming and computing resource-consuming. In order to guide pruning process with less computing resource and time, this paper proposes a new pruning method. The proposed method comes from a phenomenon observed in experiments: the expectation value of feature map's summation of a certain filter is relatively stable, and the number of input images has little effect on this value. Therefore, we use a small amount of images to abtain and sort these values to guide pruning. We prune filters corresponding to smaller expectation value according to a certain pruning rate. Using the proposed method, we perform experiments on public datasets. Experiments show that our method can reach Top-1 accuracy of 93.72% on CIFAR-10 on VGG-16-BN under 83.3% compression ratio of parameters. In order to verify the proposed pruning strategy on medical image analysis, we compare the accuracy of landmarks detection on the DDH (Developmental Dysplaisa of the Hips) dataset. The experimental results show that after network pruning, the landmark detection accuracy can also be well maintained.
What problem does this paper attempt to address?