Gesture Recognition Using mmWave Sensors
第15組
朱彥慈、黃朝旺
Introduction: Background knowledge of Gesture Recognition
1/3/2022
2
Introduction: Vision/Goal�Non-Contact Human Machine Interface
1/3/2022
3
9 Gestures
1/3/2022
4
Dataset
1/3/2022
5
Original features used by the collector of the dataset
1/3/2022
6
Features Engineering
1/3/2022
7
New features used by us
1/3/2022
8
if (x, y) > 32767
[(x, y) – 65536] / 1024
else
(x, y) / 1024
If doppler_idx > 32767
doppler_idx - 65536
Task Flow
1/3/2022
9
Dataset Analysis
Feature Engineering
Model Training
Predicting
Performance Analysis
Original features
New features
CNN
LSTM
Transformer
12/29/2021
10
Model
Experiment
Model | Parameter | Running time (for each epoch) |
CNN | 318,089 | 1s |
LSTM | 630,153 | 4s |
Transformer | 1,518,612 | 10s |
Result
Model | Original features (val) | Original features (test) | New feature (val) | New feature (test) | ||||
Accuracy | Macro F1 | Accuracy | Macro F1 | Accuracy | Macro F1 | Accuracy | Macro F1 | |
CNN | 97.77 | 97.74 | 98.31 | 98.55 | 99.73 | 99.67 | 99.59 | 99.56 |
LSTM | 98.04 | 98.11 | 97.37 | 97.64 | 99.59 | 99.47 | 99.59 | 99.62 |
Transformer | 92.23 | 90.64 | 91.22 | 89.68 | 98.85 | 98.78 | 98.51 | 98.43 |
Transformer - overfitting
Conclusion
Q&A
Backup- CNN
Backup- LSTM
Backup- Transformer