🤖 AI Summary
This work addresses the challenging task of multi-view consistent hand-object interaction (HOI) video synthesis, which is hindered by complex hand articulations and frequent occlusions. The authors propose a unified diffusion framework that jointly generates multi-view HOI videos and globally aligned 3D point trajectories, thereby modeling appearance and motion in a geometrically consistent manner. A key innovation lies in representing 3D point trajectories as pseudo-videos to align them with the 2D latent space, coupled with a global motion-aligned diffusion mechanism that enables co-evolution of 2D appearance and 3D motion during denoising. By integrating a hybrid multi-view diffusion Transformer and a curriculum learning strategy trained on single-view data, the method achieves state-of-the-art performance in visual fidelity, motion plausibility, and multi-view geometric consistency.
📝 Abstract
Hand-Object Interaction (HOI) synthesis is a cornerstone for animation production and embodied AI. Despite the strong priors of video foundation models, multi-view consistent HOI synthesis remains challenging due to complex hand motions and occlusions. We present HarmoHOI, a unified diffusion framework that jointly and harmoniously generates synchronized multi-view HOI videos and globally aligned 3D point tracks. Our core insight is that robust multi-view consistency fundamentally requires globally aligned 3D geometry and motion. To this end, we propose a Mixture of Multi-view Diffusion Transformer that co-models RGB videos and 3D point tracks. By representing point tracks as pseudo-videos, we align 3D geometric signals with the 2D latent space of foundation models, thereby minimizing the domain gap and easing adaptation of priors. To further ensure geometry consistency, we introduce Global Motion Aligning Diffusion, which refines coarse point tracks into metric-scale, globally aligned 3D trajectories. HarmoHOI enables on-the-fly co-evolution of 2D appearance and 3D motion during denoising. To overcome the scarcity of multi-view HOI data, we employ a hybrid data curriculum learning strategy that successfully transfers generic priors from single-view data to synchronized multi-view generation. Experimental results show that HarmoHOI achieves state-of-the-art performance in visual quality, motion plausibility, and multi-view geometric consistency. Project page available at https://droliven.github.io/HarmoHOI_project.