Optimization of workpiece detection model based on channel pruning and fixed-point quantization

Bin Chai,Weiguang Han,Lanqing Ye
DOI: https://doi.org/10.1016/j.procs.2021.02.086
2021-01-01
Procedia Computer Science
Abstract:<p>As the development of deep learning, the accuracy and speed of object detection tasks are constantly improved, and more and more neural network models meet the needs of object detection. Many network models provide a new possibility for workpiece detection in factory workshops. However, the existing object detection model has the problems of large parameters, slow running speed and high memory consumption, which makes it difficult to be applied to the actual workshop production scene. In order to solve the above problems, based on the research of network model compression and acceleration algorithm, this paper optimizes the classical mobile Mobilenet-yolov3 network by quantification and pruning, and makes experimental analysis and comparison with existing result. The experimental results show that using the same workpiece data set, the new model can get the same effect in F1 score and accuracy rate as the original model, and also slightly improve the recall rate. Compared with the original model, the computational complexity and model size and the Flops (forward inference speed) are greatly reduced.</p>
What problem does this paper attempt to address?