Mathematics (Jun 2022)

A Compact Parallel Pruning Scheme for Deep Learning Model and Its Mobile Instrument Deployment

  • Meng Li,
  • Ming Zhao,
  • Tie Luo,
  • Yimin Yang,
  • Sheng-Lung Peng

DOI
https://doi.org/10.3390/math10122126
Journal volume & issue
Vol. 10, no. 12
p. 2126

Abstract

Read online

In the single pruning algorithm, channel pruning or filter pruning is used to compress the deep convolution neural network, and there are still many redundant parameters in the compressed model. Directly pruning the filter will largely cause the loss of key information and affect the accuracy of model classification. To solve these problems, a parallel pruning algorithm combined with image enhancement is proposed. Firstly, in order to improve the generalization ability of the model, a data enhancement method of random erasure is introduced. Secondly, according to the trained batch normalization layer scaling factor, the channels with small contribution are cut off, the model is initially thinned, and then the filters are pruned. By calculating the geometric median of the filters, redundant filters similar to them are found and pruned, and their similarity is measured by calculating the distance between filters. Pruning was done using VGG19 and DenseNet40 on cifar10 and cifar100 data sets. The experimental results show that this algorithm can improve the accuracy of the model, and at the same time, it can compress the calculation and parameters of the model to a certain extent. Finally, this method is applied in practice, and combined with transfer learning, traffic objects are classified and detected on the mobile phone.

Keywords