AVI-HT: Adaptive Vision-IMU Fusion for 3D Hand Tracking
Summary
AVI-HT is an adaptive visual-IMU fusion system designed for 3D hand tracking, combining egocentric images with on-glove 6-DoF IMU signals. Developed by Meta Reality Labs, AVI-HT significantly enhances tracking accuracy and availability, particularly in hand-object interaction scenarios where visual occlusion is prevalent. Its success stems from a synchronized multi-modal training dataset, DexGloveHOI, comprising over 100K vision-IMU samples with ground-truth 3D hand poses, and a novel cross-sensor deep attention mechanism that dynamically adjusts reliance on vision or individual IMU sensors. Experiments on DexGloveHOI demonstrated AVI-HT reduced mean keypoint error by 16.1% and its wrist-aligned variant by 24.2% compared to vision-only baselines like UMETrack, and improved MANO model performance by 23.5% PA-MPJPE. Ablation studies confirmed IMU sensors primarily benefit their respective fingers and provide the greatest gains in highly occluded activities.
Key takeaway
For machine learning engineers developing 3D hand tracking for AR/VR or robotics, you should integrate egocentric vision with on-glove 6-DoF IMU data. This fusion, particularly with an adaptive cross-sensor attention mechanism, dramatically improves accuracy during heavy occlusion, a common challenge in hand-object interactions. Consider building multi-modal datasets with synchronized vision-IMU and ground truth to train robust systems, ensuring reliable performance in complex real-world scenarios.
Key insights
Adaptive fusion of egocentric vision and on-glove 6-DoF IMUs, guided by cross-sensor attention, significantly improves 3D hand tracking under occlusion.
Principles
- Vision and 6-DoF IMUs are complementary for hand tracking.
- Kinematic priors improve multi-modal sensor fusion.
- Adaptive attention dynamically balances sensor reliance.
Method
AVI-HT uses a hierarchical cross-sensor attention module to fuse global visual tokens with 12 per-sensor IMU tokens, guided by a kinematic prior mask, then re-calibrates with a second-level self-attention.
In practice
- Use 6-DoF IMUs for occlusion-robust finger tracking.
- Synchronize multi-modal data for optimal fusion.
- Design attention mechanisms with anatomical priors.
Topics
- 3D Hand Tracking
- Vision-IMU Fusion
- Cross-Sensor Attention
- DexGloveHOI Dataset
- AR/VR Applications
- Robotics Teleoperation
Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.