ReLP: Reinforcement Learning Pruning Method Based on Prior Knowledge.

Weiwei Zhang,Ming Ji,Haoran Yu,Chenghui Zhen
DOI: https://doi.org/10.1007/s11063-022-11058-3
IF: 2.565
2022-01-01
Neural Processing Letters
Abstract:Filter pruning is one of the main methods of neural network model compression. Existing filter pruning methods rely more on experience based on manual techniques and are less efficient, while local optimal solutions are prone to appear based on greedy or heuristic algorithms. Some researchers use reinforcement learning to determine the compression strategy automatically but lack the guidance of network characteristics and prior knowledge, and the pruning efficiency needs to be improved. To this end, we propose a reinforcement learning pruning method based on prior knowledge to address these issues. Firstly, we rank the filters globally and obtain the position variables α, k, and the rank scaling factor r. Then, the relevant variables of the filter are passed into the deep deterministic policy gradient agent as prior knowledge through the concept of defined importance filters. Finally, a reinforcement learning-based automated pruning method is used to iteratively perform filter selection and parameter optimization. We verify the effectiveness of this method through extensive experiments. The experiments use three mainstream neural network models, including VGG, ResNet, and MobileNet, to compare the performance of our method with others on the CIFAR-10/100 and ImageNet datasets. On the ImageNet dataset, when the accuracy of MobileNetV2 is only reduced by 0.82
What problem does this paper attempt to address?