Search papers, labs, and topics across Lattice.
ArtHOI is introduced, an optimization-based framework leveraging foundation model priors to reconstruct 4D human-articulated-object interactions from monocular RGB videos. It addresses inaccuracies in foundation model priors using Adaptive Sampling Refinement (ASR) for object pose and scale optimization, and MLLM-guided hand-object alignment using contact reasoning. The method is validated on two new datasets, ArtHOI-RGBD and ArtHOI-Wild, demonstrating robustness across diverse objects and interactions.
Foundation models can be tamed to reconstruct realistic 4D interactions between hands and articulated objects from a single RGB video, even without pre-scanning or multi-view data.
Existing hand-object interactions (HOI) methods are largely limited to rigid objects, while 4D reconstruction methods of articulated objects generally require pre-scanning the object or even multi-view videos. It remains an unexplored but significant challenge to reconstruct 4D human-articulated-object interactions from a single monocular RGB video. Fortunately, recent advancements in foundation models present a new opportunity to address this highly ill-posed problem. To this end, we introduce ArtHOI, an optimization-based framework that integrates and refines priors from multiple foundation models. Our key contribution is a suite of novel methodologies designed to resolve the inherent inaccuracies and physical unreality of these priors. In particular, we introduce an Adaptive Sampling Refinement (ASR) method to optimize object's metric scale and pose for grounding its normalized mesh in world space. Furthermore, we propose a Multimodal Large Language Model (MLLM) guided hand-object alignment method, utilizing contact reasoning information as constraints of hand-object mesh composition optimization. To facilitate a comprehensive evaluation, we also contribute two new datasets, ArtHOI-RGBD and ArtHOI-Wild. Extensive experiments validate the robustness and effectiveness of our ArtHOI across diverse objects and interactions. Project: https://arthoi-reconstruction.github.io.