Overview
Field: Computer Vision Authors: Yufei Liu, Xixi Wang, Hao Li, Ganlong Zhao Published: 2026-08-22 arXiv: 2608.20308
Abstract
Egocentric video offers scalable manipulation data for embodied AI, but recovering metric 3D hand trajectories remains challenging due to severe object occlusion and frequent out-of-frame gaps. Existing single-frame and windowed temporal regressors fail when hands briefly leave the frame, while recent video diffusion models (VDMs) rely on heavy stochastic multi-step sampling as pixel-space renderers.
This paper repurposes the VDM as a deterministic geometric encoder — a single forward pass on clean latents exposes scene content beyond the current observation, including occluded and off-frame hands. The authors propose DreamHand, an offline segment-level framework that extracts features via the deterministic clean-latent encoder and decodes them with a bidirectional spatiotemporal decoder.
Key Contributions
- Recasts video diffusion models as deterministic geometric encoders rather than stochastic pixel-space renderers
- Recovers continuous two-hand trajectories with metric placement, without external detectors
- A ray-based camera solver enables a second configuration requiring no test-time camera intrinsics
- 30% reduction in MPJPE-p on the heavily occluded ARCTIC dataset
- 40% reduction in MPJPE-p on HOT3D
Results
DreamHand establishes new state-of-the-art performance across five egocentric benchmarks:
*Paper link: https://arxiv.org/abs/2608.20308*