LGAISPMar 19, 2024

Finding the Missing Data: A BERT-inspired Approach Against Package Loss in Wireless Sensing

arXiv:2403.12400v124 citationsHas CodeINFOCOM WKSHPS
Originality Incremental advance
AI Analysis

This addresses performance degradation in wireless sensing applications due to data loss, offering a domain-specific improvement.

The paper tackles the problem of package loss in Wi-Fi sensing, which degrades Channel State Information (CSI) estimation, by proposing CSI-BERT, a BERT-inspired model for CSI recovery that achieves lower error rates and faster speed compared to traditional methods, and enables other models to gain an average 15% accuracy increase in Wi-Fi sensing tasks.

Despite the development of various deep learning methods for Wi-Fi sensing, package loss often results in noncontinuous estimation of the Channel State Information (CSI), which negatively impacts the performance of the learning models. To overcome this challenge, we propose a deep learning model based on Bidirectional Encoder Representations from Transformers (BERT) for CSI recovery, named CSI-BERT. CSI-BERT can be trained in an self-supervised manner on the target dataset without the need for additional data. Furthermore, unlike traditional interpolation methods that focus on one subcarrier at a time, CSI-BERT captures the sequential relationships across different subcarriers. Experimental results demonstrate that CSI-BERT achieves lower error rates and faster speed compared to traditional interpolation methods, even when facing with high loss rates. Moreover, by harnessing the recovered CSI obtained from CSI-BERT, other deep learning models like Residual Network and Recurrent Neural Network can achieve an average increase in accuracy of approximately 15\% in Wi-Fi sensing tasks. The collected dataset WiGesture and code for our model are publicly available at https://github.com/RS2002/CSI-BERT.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes