Embedded Gesture Detection Algorithm Based on Convolutional Neural Network

Kun WANG,Yonghong SONG,Fei ZHENG,Kuizhi MEI
DOI: https://doi.org/10.3778/j.issn.1002-8331.1803-0233
2019-01-01
Abstract:Aiming at solving the problems that the convolutional neural network runs slowly and people can not detect fastly gesture under embedded platform, this paper proposes an embedded gesture detection algorithm based on convolution neu-ral network, which significantly improves the speed of gesture detection and maintains high accuracy. Firstly, a new pre-processing method is used to extend the original gesture database by 5 times. Then, the original neural network layer of the Single Shot MultiBox Detector(SSD)algorithm is changed, and a 3 times acceleration under the CPU is obtained by using the MobileNet neural network. Finally, using different sizes of input pictures and changing the network structure at the same time, the amount of calculation of the algorithm is greatly reduced. The experimental results show that the pro-posed algorithm reduces mean Average Precision(mAP)by 2.7% in two datasets, but under the Qualcomm SnapDragon 820 platform, a picture can be detected to reach 0.233 s and the detection speed is increased by more than 40 times.
What problem does this paper attempt to address?