Research Article Open Access

Optimization of Multi-Layer Perceptron Deep Neural Networks using Genetic Algorithms for Hand Gesture Recognition

Khanh Nguyen-Trong1 and Thi-Thanh-Tan Nguyen2
  • 1 Posts and Telecommunications Institute of Technology, Vietnam
  • 2 Electric Power University, Vietnam

Abstract

Applications of wearable sensors for Hand Gesture Recognition (HGR) have been gaining popularity in recent years. Among the proposed methods, deep neural networks with many hidden layers are promising to address the requirements of this wearable activity recognition. They can directly uncover features tied to the dynamics of HGR, from simple motion encoding in lower layers to more complex motion dynamics in upper layers. However, these methods require many efforts of researches to build an efficient neural network architecture. This study proposes an integrated method that allows finding the best neural networks for HGR using wearable sensors. The proposed method consists of two parts: (i) A generic Multi-Layer Perceptron (MLP) deep neural network and (ii) A genetic algorithm. We applied the genetic algorithm to find the best network architecture in terms of accuracy. At each generation of the algorithm, a new set of architecture was created with different Hyper parameters (the activation, optimizer, the number of layers, neurons and epochs). Extensive experiments were conducted on a dataset containing 18.000 gesture samples from 20 subjects. Experimental results demonstrated the performance and efficiency of the proposed methods in finding deep neural network architectures for HGR. The obtained neural network achieves 89.21% of accuracy and outperforms the previous study on the same dataset.

Journal of Computer Science
Volume 18 No. 2, 2022, 57-66

DOI: https://doi.org/10.3844/jcssp.2022.57.66

Submitted On: 3 December 2021 Published On: 8 February 2022

How to Cite: Nguyen-Trong, K. & Nguyen, T. (2022). Optimization of Multi-Layer Perceptron Deep Neural Networks using Genetic Algorithms for Hand Gesture Recognition. Journal of Computer Science, 18(2), 57-66. https://doi.org/10.3844/jcssp.2022.57.66

  • 2,331 Views
  • 1,064 Downloads
  • 0 Citations

Download

Keywords

  • Hand Gesture Recognition
  • MLP Deep Neural Networks
  • Genetic