WISE-HAR: A Generalizable Ensemble Deep Learning Framework for WiFi-Based Human Activity Recognition
Summary
WISE-HAR, a generalizable ensemble deep learning framework, addresses challenges in WiFi-based Human Activity Recognition (HAR), a non-intrusive, privacy-preserving, and cost-effective alternative to camera or wearable systems. The framework recognizes "No Presence", "Walking", and "Walking + Arm-waving" using the Wallhack1.8k WiFi spectrogram dataset. It incorporates three key improvements: ensemble learning with five CNN architectures (Deep CNN, Wide CNN, MobileNetV2, ResNet50V2, EfficientNetB0) to reduce performance variance; aggressive data augmentation (time-warping, frequency masking, noise addition) to overcome small dataset limitations; and rigorous cross-scenario (Line-of-Sight/Non-Line-of-Sight) and cross-antenna (Biquad/PIFA) evaluation for real-world generalization. The ensemble model achieved 94.87% test accuracy on the LOS scenario with Biquad antenna, outperforming individual models by 0.66%, and data augmentation boosted Random Forest performance from 60% to 95%. Cross-scenario evaluation showed minimal accuracy drops of 1.37% and 2.07%, confirming its robustness for diverse deployments.
Key takeaway
For Machine Learning Engineers developing HAR systems, WISE-HAR's approach offers a blueprint for achieving high accuracy and generalization in non-intrusive sensing. You should consider integrating ensemble learning with diverse CNN architectures and aggressive data augmentation techniques like time-warping and frequency masking. This strategy will enhance your model's robustness and reliability, ensuring strong performance across varied real-world deployment scenarios and hardware configurations, minimizing accuracy drops in new environments.
Key insights
Ensemble deep learning with data augmentation significantly enhances WiFi-based HAR generalization and robustness across diverse environments.
Principles
- Ensemble learning mitigates performance variance in HAR.
- Data augmentation is crucial for small HAR datasets.
- Cross-scenario testing validates real-world HAR generalization.
Method
Combine five CNN architectures via ensemble learning, apply time-warping, frequency masking, and noise addition for data augmentation, then evaluate using cross-scenario and cross-antenna tests.
In practice
- Implement ensemble CNNs for robust HAR.
- Use time-warping for WiFi spectrogram augmentation.
- Test HAR models across different antenna types.
Topics
- WiFi Human Activity Recognition
- Ensemble Deep Learning
- Data Augmentation
- Model Generalization
- CNN Architectures
- Non-intrusive Sensing
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.