ArtHOI: Breaking the Rigid Barrier in Zero-Shot 4D Human-Object Interaction
ArtHOI: Articulated Human-Object Interaction Synthesis by 4D Reconstruction from Video Priors
ArtHOI is the first zero-shot framework for synthesizing articulated human-object interactions (HOI) by treating the task as a 4D reconstruction problem from monocular video priors. It leverages video diffusion models to generate 2D guidance and reconstructs physically plausible 3D scenes using Gaussian Splatting, achieving superior contact accuracy and articulation fidelity without any 3D supervision.
TL;DR
ArtHOI is a breakthrough framework that enables AI to "imagine" and reconstruct how humans interact with articulated objects (like opening a cabinet or microwave) in 3D, using only a text prompt. By moving away from end-to-end 2D-to-3D generation and instead treating synthesis as a 4D reconstruction problem, ArtHOI achieves unprecedented physical realism and contact accuracy in zero-shot settings.
The Impact: It bridges the gap between simple video generation and geometry-aware physics, providing a scalable way to generate training data for robotics and VR without expensive motion-capture setups.
The Core Challenge: Why "Opening a Door" is Hard for AI
Most current AI models treat the world as a collection of rigid "bricks." While we've seen SOTA performance in moving a chair or picking up a cup, articulated motion—where one part of an object moves relative to another—remains a nightmare for monocular (single-view) systems.
The "Monocular Ambiguity" problem is the primary villain: when you see a hand moving a door panel in a 2D video, it’s mathematically unclear how much of that motion is the hand moving, how much is the door rotating, and where exactly they touch in 3D space.
Methodology: Synthesis as Inverse Rendering
ArtHOI’s "secret sauce" is its Decoupled Two-Stage Reconstruction. Instead of trying to optimize the human and the object at the same time (which causes gradient conflicts), it breaks the problem down.
1. Flow-based Part Segmentation
How do you know which part of a cabinet is the door? ArtHOI uses motion as the signal. By tracking points across frames (using CoTracker), it identifies dynamic regions. It then uses Segment Anything (SAM) to create a dense mask, which is projected back into 3D Gaussians to separate the "door" from the "frame."
2. The Two-Stage Pipeline
- Stage I (Object First): The model first reconstructs the object's articulation. It treats the 2D video as supervision to recover the rotation and translation of the moving parts. This creates a "4D Scaffold."
- Stage II (Human Synthesis): With the object's motion fixed, the human model (SMPL-X) is "refined." The system derives 3D Contact Keypoints by looking at where the 2D hand mask overlaps with the 3D object model's depth.
Fig 1: The ArtHOI pipeline, showcasing the transition from 2D Video Priors to a decoupled 4D reconstruction.
Experiments: Setting New Benchmarks
ArtHOI was tested on diverse scenarios: opening fridges, cabinets, microwaves, and boxes.
Key Quantitative Triumphs:
- Contact Rate: Reached 75.64%, significantly higher than the previous SOTA (ZeroHSI) at 61.95%.
- Articulation Accuracy: Reduced mean rotation error from ~25° (D3D-HOI) down to a mere 6.71°.
- Physical Plausibility: Recorded the lowest penetration error (0.08), meaning the human hands actually stop at the object surface rather than "ghosting" through them.
Fig 2: Qualitative comparison showing ArtHOI's superior ability to maintain hand-object contact during complex tasks like opening a microwave.
Deep Insight: Why Reconstruction Wins
The brilliance of ArtHOI lies in its inverse rendering philosophy. End-to-end models often "hallucinate" 3D shapes that look right from one angle but fall apart geometrically. By enforcing Kinematic Constraints (using quasi-static binding to keep hinges attached) and Contact Loss (lifting 2D evidence to 3D via depth), ArtHOI ensures that the physics of the interaction are as important as the pixels.
Limitations & Future Work
While impressive, ArtHOI currently assumes a fixed camera. Moving cameras or objects with multi-degree-of-freedom (like a complex robot arm) still pose challenges. Additionally, low-texture surfaces can cause the optical flow tracker to fail, leading to "wobbly" articulations.
Conclusion
ArtHOI moves us one step closer to truly "Embodied" AI. By providing a framework that understands the mechanics of the world—not just the appearance—it opens the door (pun intended) to generating vast amounts of high-fidelity synthetic data for the next generation of home-assistant robots.
Takeaway: If you want your AI to interact with the world, don't just teach it to generate videos; teach it to reconstruct the underlying physics.
