← Back to Paper List

mmGAT: Pose Estimation by Graph Attention with Mutual Features from mmWave Radar Point Cloud

Abdullah Al Masud, Shi Xintong, Mondher Bouazizi, Ohtsuki Tomoaki
Keio University
arXiv (2026)
MM Benchmark KG

📝 Paper Summary

mmWave Radar Sensing Human Pose Estimation
mmGAT treats radar point clouds as graphs, utilizing a Graph Attention Network to process both individual point features and mutual pairwise features (distance, relative velocity) for more accurate human pose estimation.
Core Problem
Existing radar pose estimation methods (CNNs, Seq2Seq) often lose spatial coherence during voxelization or ignore the mutual relationships (edges) between radar points.
Why it matters:
  • Image-based pose estimation fails in dark environments and compromises privacy, making radar a vital alternative
  • Radar point clouds are sparse and unstructured; treating them as fixed-grid images or independent points discards critical structural information needed for accurate skeletal reconstruction
Concrete Example: When sorting radar points into a 2D image grid for CNN processing, spatially close points may end up far apart in the matrix, destroying local geometric patterns essential for identifying limbs.
Key Novelty
Graph Attention Network (GAT) with Edge Features for Radar
  • Models the radar point cloud as a directed graph where nodes are data points and edges represent relationships (e.g., relative velocity, distance)
  • Introduces a 'mutual feature' extraction block that explicitly computes and processes pairwise attributes between points before feeding them into the attention mechanism
Evaluation Highlights
  • Reduces Mean Per Joint Position Error (MPJPE) by 35.6% compared to state-of-the-art benchmarks on the mRI dataset
  • Reduces PA-MPJPE (Procrustes Analysis MPJPE) by 14.1% compared to state-of-the-art benchmarks on the mRI dataset
Breakthrough Assessment
7/10
Significant quantitative improvement (over 30% error reduction) and a methodologically sound shift from CNNs to GNNs for sparse radar data, though validation is limited to existing datasets.
×