Table 1 Hyper-parameter tuning on DB-a.

From: Gesture recognition by instantaneous surface EMG images

Hyper-parameter configuration

Accuracy

Description

Baseline

85.5%

Without any preprocessing or data augmentation. Create a RGB image by replicating grayscale sEMG image three times. Use the same ConvNet architecture as that in experiment 1, with the exception that the last two convolutional layers are removed. The recognition accuracy reached 92.5% using simple majority voting over 6 frames.

Malfunctioning channels corrected

85.4%

Detect and correct malfunctioning channels as described in a previous study45.

Power-line interference removed

86.4%

Band-stop filtered between 45 and 55 Hz using a second-order Butterworth filter to remove power-line interference.

Full-wave rectified

81.2%

Full-wave rectification followed by low-pass filtering is a standard amplitude estimation technique46. Full-wave rectification takes the absolute value of the sEMG signals.

Low-pass filtered

88.2%

Full-wave rectified and low-pass filtered using a second-order Butterworth filter with a cut-off frequency of 75 Hz.

Amplitude normalized

85.0%

sEMG signals are normalized by maximum voluntary contraction (MVC), which is a technique used to reduce the unwanted variability by dividing the sEMG signals by a reference value10. For each subject, the reference value is computed as the maximum of the full-wave rectified and low-pass filtered (3 Hz, second-order Butterworth) max-force data which is collected during the same acquisition session with eight gestures.

Cross-talk removed

80.0%

sEMG signals are preprocessed by independent component analysis (ICA), which has been found to be successful for cross-talk removal47.

Jet colour scheme

83.7%

Create a RGB image from grayscale sEMG image by Jet colour scheme48.

Training data augmented

84.2%

Augment training data by circularly translate ±1 pixels in row direction to simulate electrode shift49.

  1. Each configuration is a variation of the baseline with respect to one hyper-parameter.