Abstract
To solve the problem of low gesture image recognition rate, we propose a transfer learning based image recognition method called Mobilenet-RF. We combine the two models of MobileNet convolutional network with Random Forest to further improve image recognition accuracy. This method firstly transfers the model architecture and weight files of MobileNet to gesture images, trains the model and extracts image features, and then classifies the features extracted by convolutional network through the Random Forest model, and finally obtains the classification results. The test results on the Sign Language Digital dataset, Sign Language Gesture Image dataset and Fingers dataset showed that the recognition rate was significantly improved compared with Random Forest, Logistic Regression, Nearest Neighbor, XGBoost, VGG, Inception and MobileNet.
Original language | English |
---|---|
Pages (from-to) | 140-145 |
Number of pages | 6 |
Journal | Procedia Computer Science |
Volume | 187 |
DOIs | |
Publication status | Published - 2021 |
Externally published | Yes |
Event | 9th International Conference on Identification, Information and Knowledge in the Internet of Things, IIKI 2020 - Zhuhai, China Duration: 27 Nov 2020 → 29 Nov 2020 |
Keywords
- Gesture image identification
- convolution neural network
- random forest
- transfer learning