WiFlexFormer: Efficient WiFi-Based Person-Centric Sensing
This work addresses the problem of real-time, scalable WiFi sensing for applications like human activity recognition, though it appears incremental as it builds on existing Transformer and WiFi sensing methods.
The paper tackles efficient WiFi-based person-centric sensing by proposing WiFlexFormer, a Transformer-based architecture that achieves comparable human activity recognition performance to state-of-the-art models with a lower parameter count and faster inference times, such as 10 ms on an Nvidia Jetson Orin Nano.
We propose WiFlexFormer, a highly efficient Transformer-based architecture designed for WiFi Channel State Information (CSI)-based person-centric sensing. We benchmark WiFlexFormer against state-of-the-art vision and specialized architectures for processing radio frequency data and demonstrate that it achieves comparable Human Activity Recognition (HAR) performance while offering a significantly lower parameter count and faster inference times. With an inference time of just 10 ms on an Nvidia Jetson Orin Nano, WiFlexFormer is optimized for real-time inference. Additionally, its low parameter count contributes to improved cross-domain generalization, where it often outperforms larger models. Our comprehensive evaluation shows that WiFlexFormer is a potential solution for efficient, scalable WiFi-based sensing applications. The PyTorch implementation of WiFlexFormer is publicly available at: https://github.com/StrohmayerJ/WiFlexFormer.