AI Navigate

OnlineHMR: Video-based Online World-Grounded Human Mesh Recovery

arXiv cs.CV / 3/19/2026

📰 NewsModels & Research

Key Points

  • OnlineHMR is a fully online framework for video-based human mesh recovery that meets four essential criteria of online processing—system-level causality, faithfulness, temporal consistency, and efficiency—and does not rely on future frames.
  • It uses a two-branch architecture with a causal key-value cache and a curated sliding-window learning strategy to enable streaming inference.
  • A human-centric incremental SLAM module provides online world-grounded alignment with physically plausible trajectory correction.
  • Experiments show competitive performance with existing chunk-based approaches on EMDB and dynamic videos, while uniquely enabling online processing for AR/VR and telepresence; page and code are available.

Abstract

Human mesh recovery (HMR) models 3D human body from monocular videos, with recent works extending it to world-coordinate human trajectory and motion reconstruction. However, most existing methods remain offline, relying on future frames or global optimization, which limits their applicability in interactive feedback and perception-action loop scenarios such as AR/VR and telepresence. To address this, we propose OnlineHMR, a fully online framework that jointly satisfies four essential criteria of online processing, including system-level causality, faithfulness, temporal consistency, and efficiency. Built upon a two-branch architecture, OnlineHMR enables streaming inference via a causal key-value cache design and a curated sliding-window learning strategy. Meanwhile, a human-centric incremental SLAM provides online world-grounded alignment under physically plausible trajectory correction. Experimental results show that our method achieves performance comparable to existing chunk-based approaches on the standard EMDB benchmark and highly dynamic custom videos, while uniquely supporting online processing. Page and code are available at https://tsukasane.github.io/Video-OnlineHMR/.