paper-with-me

홈 › Papers

Data Augmentation Techniques for Cross-Domain WiFi CSI-based Human Activity Recognition

2024-01-01 · Julian Strohmayer, Martin Kampel

The recognition of human activities based on WiFi Channel State Information (CSI) enables contactless and visual privacy-preserving sensing in indoor environments. However, poor model generalization, due to varying environmental conditions and sensing hardware, is a well-known problem in this space. To address this issue, in this work, data augmentation techniques commonly used in image-based learning are applied to WiFi CSI to investigate their effects on model generalization performance in cross-scenario and cross-system settings. In particular, we focus on the generalization between line-of-sight (LOS) and non-line-of-sight (NLOS) through-wall scenarios, as well as on the generalization between different antenna systems, which remains under-explored. We collect and make publicly available a dataset of CSI amplitude spectrograms of human activities. Utilizing this data, an ablation study is conducted in which activity recognition models based on the EfficientNetV2 architecture are trained, allowing us to assess the effects of each augmentation on model generalization performance. The gathered results show that specific combinations of simple data augmentation techniques applied to CSI amplitude data can significantly improve cross-scenario and cross-system generalization.

📄 PDF Abstract BibTeX arXiv:2401.00964

Code (1)

StrohmayerJ/wallhack1.8k 공식 구현 pytorch

Tasks

Activity RecognitionData AugmentationHuman Activity RecognitionPrivacy Preserving

Methods 이 논문이 사용한 방법론

Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Inverted Residual Block 설명 없음
EfficientNetV2 EfficientNetV2 is a type convolutional neural network that has faster training speed and better parameter efficiency than [previous…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Towards a Robust WiFi-based Fall Detection with Adversarial Data Augmentation

2020-05-25 · Tuan-Duy H. Nguyen, Huu-Nghia H. Nguyen

Recent WiFi-based fall detection systems have drawn much attention due to their advantages over other sensory systems. Various implementations have achieved impressive progress in performance, thanks to machine learning …

BIG-bench Machine LearningData AugmentationDeep Learning

RFBoost: Understanding and Boosting Deep WiFi Sensing via Physical Data Augmentation

2024-10-04 · Weiying Hou, Chenshu Wu

Deep learning shows promising performance in wireless sensing. However, deep wireless sensing (DWS) heavily relies on large datasets. Unfortunately, building comprehensive datasets for DWS is difficult and costly, becaus…

Data Augmentation

Beyond Physical Labels: Redefining Domains for Robust WiFi-based Gesture Recognition

2026-01-07 · Xiang Zhang, Huan Yan, Jinyang Huang, Bin Liu 외 arxiv

In this paper, we propose GesFi, a novel WiFi-based gesture recognition system that introduces WiFi latent domain mining to redefine domains directly from the data itself. GesFi first processes raw sensing data collected…

Domain GeneralizationGesture Recognition

WISE-HAR: A Generalizable Ensemble Deep Learning Framework for WiFi-Based Human Activity Recognition

2026-06-02 · Maheen Arshad, Qindeel E Zahra, Muhammad Khuram Shahzad arxiv

Human Activity Recognition (HAR) using WiFi signals has emerged as a transformative technology for smart homes, healthcare monitoring, security systems, and ambient assisted living. Unlike traditional camera-based system…

Human Activity RecognitionEnsemble LearningData Augmentation

Multi-Station WiFi CSI Sensing Framework Robust to Station-wise Feature Missingness and Limited Labeled Data

2026-03-12 · Keita Kayano, Takayuki Nishio, Daiki Yoda, Yuta Hirai 외 arxiv

We propose a WiFi Channel State Information (CSI) sensing framework for multi-station deployments that addresses two fundamental challenges in practical CSI sensing: station-wise feature missingness and limited labeled d…

Self-Supervised LearningRepresentation LearningData Augmentation