Predicting 4D Hand Trajectory from Monocular Videos
Yufei Ye, Yao Feng, Omid Taheri, Haiwen Feng, Shubham Tulsiani, Michael J. Black
TL;DR
HaPTIC addresses the challenge of predicting coherent 4D hand trajectories (3D space over time) from monocular video by repurposing a strong image-based transformer (HaMeR) and introducing two lightweight attention mechanisms: cross-view self-attention for temporal fusion and global-context cross-attention for scene-level context. It directly predicts 4D hand trajectories in global coordinates by parameterizing depth change $\Delta d_t$ and XY offsets, avoiding the weaknesses of Weak2Full uplift. The method is trained with interleaved video and image data, achieving state-of-the-art global trajectory accuracy on allocentric and egocentric datasets while preserving 2D pose alignment, and it generalizes to single-image hand pose estimation. HaPTIC enables robust hand-object interaction reasoning in AR/VR and robotics, while providing a fast, feed-forward alternative to optimization-based 4D reconstruction and offering a strong initialization for subsequent refinement.
Abstract
We present HaPTIC, an approach that infers coherent 4D hand trajectories from monocular videos. Current video-based hand pose reconstruction methods primarily focus on improving frame-wise 3D pose using adjacent frames rather than studying consistent 4D hand trajectories in space. Despite the additional temporal cues, they generally underperform compared to image-based methods due to the scarcity of annotated video data. To address these issues, we repurpose a state-of-the-art image-based transformer to take in multiple frames and directly predict a coherent trajectory. We introduce two types of lightweight attention layers: cross-view self-attention to fuse temporal information, and global cross-attention to bring in larger spatial context. Our method infers 4D hand trajectories similar to the ground truth while maintaining strong 2D reprojection alignment. We apply the method to both egocentric and allocentric videos. It significantly outperforms existing methods in global trajectory accuracy while being comparable to the state-of-the-art in single-image pose estimation. Project website: https://judyye.github.io/haptic-www
