Skip to main content
QUICK REVIEW

[論文レビュー] Gesture Recognition from body-Worn RFID under Missing Data

Sahar Golipoor, Richard T. Brophy|arXiv (Cornell University)|Jan 22, 2026
Hand Gesture Recognition Systems被引用数 0
ひとこと要約

The paper develops a gesture recognition system using body-worn passive RFID tags, introducing missing-data handling via interpolation, imputation, and a graph-attention CNN, achieving 98.13% accuracy on 21 gestures and 89.28% with leave-one-person-out.

ABSTRACT

We explore hand-gesture recognition through the use of passive body-worn reflective tags. A data processing pipeline is proposed to address the issue of missing data. Specifically, missing information is recovered through linear and exponential interpolation and extrapolation. Furthermore, imputation and proximity-based inference are employed. We represent tags as nodes in a temporal graph, with edges formed based on correlations between received signal strength (RSS) and phase values across successive timestamps, and we train a graph-based convolutional neural network that exploits graph-based self-attention. The system outperforms state-of-the-art methods with an accuracy of 98.13% for the recognition of 21 gestures. We achieve 89.28% accuracy under leave-one-person-out cross-validation. We further investigate the contribution of various body locations on the recognition accuracy. Removing tags from the arms reduces accuracy by more than 10%, while removing the wrist tag only reduces accuracy by around 2%. Therefore, tag placements on the arms are more expressive for gesture recognition than on the wrist.

研究の動機と目的

  • Motivate robust gesture recognition from body-worn RFID tags despite tag miss-detections and data loss.
  • Propose a data processing pipeline including interpolation, imputation, and normalization to recover missing information.
  • Introduce a graph-based neural network that uses RSS and phase correlations across tags and time for classification.
  • Evaluate the system across multiple environments, distances, and subjects to analyze placement and robustness.

提案手法

  • Represent eight body-worn RFID tags as nodes in a temporal graph with edges based on RSS/phase correlations across timestamps.
  • Apply phase unwrapping, normalization, and Savitzky–Golay and Gaussian smoothing to denoise signals.
  • Use linear and exponential interpolation to fill sparse leading/trailing zero values and zero-padding for missing samples.
  • Perform within-class proximity-based imputation using Mean Euclidean Distance and spatial proximity (tag placement) to fill null dataframes.
  • Construct a graph neural network with temporal-KNN graph construction and self-attention for message passing and aggregation.
  • Structure input as a 4D tensor [B, T, N, D] with T=30, N=8, D=2 (RSS and phase) for graph learning.

実験結果

リサーチクエスチョン

  • RQ1Can body-worn RFID backscatter signals from multiple tags reliably distinguish 21 hand gestures under missing data conditions?
  • RQ2How do data cleaning strategies (interpolation, imputation) influence recognition performance and robustness to tag loss?
  • RQ3What is the impact of tag placement on recognition accuracy and how can a graph-based model leverage correlations across tags and time?
  • RQ4Does a graph-based self-attention CNN outperform traditional RF/RSS-based classifiers under leave-one-person-out scenarios?

主な発見

MethodAcc.Pre.Rec.F1
RFC with SP83.5683.7283.5683.42
RFC with SWP86.2686.4886.2086.07
RFC with SPR95.2595.3595.2595.23
Early Fusion83.6284.2583.5783.34
Late Fusion87.1388.3287.0886.91
EUIGR80.4078.9480.0778.73
GRfid30.3431.4030.1630.22
Our model98.1398.1998.1398.13
RFC with SP85.0786.2985.0285.13
RFC with SWP85.7186.7285.7185.72
RFC with SPR93.5294.3593.5293.59
Early Fusion81.0186.0881.0081.18
Late Fusion89.4190.1889.3989.39
EUIGR80.3774.7580.3375.97
GRfid29.3929.1429.3428.89
Our model96.8297.8896.8097.02
RFC with SP84.1284.6784.0783.96
RFC with SWP81.2682.3981.2680.93
RFC with SPR93.8094.0893.7893.71
Early Fusion91.1394.1691.1391.56
Late Fusion90.1591.1390.1590.15
EUIGR87.3083.7587.2784.55
GRfid34.4336.3033.8734.33
Our model98.41---
  • Achieves 98.13% accuracy on 21 gestures in within-user testing and 89.28% with leave-one-person-out cross-validation.
  • Single-hand gesture accuracy reaches 98.27% for some gestures, with 16 of 21 gestures at 100% in within-user tests.
  • Removing arm-mounted tags significantly reduces accuracy ( >10% drop when arms’ tags are removed; wrist-tag removal only ~2% drop).
  • All eight tags contribute to high performance; certain tags (T4 and T8) have the largest impact when omitted.
  • The proposed graph-attention framework outperforms RF-based baselines (e.g., RFC with SPR, Early/Late Fusion, EUIGR, GRfid) across three datasets at distances 3m and 1.5m.

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。