AgentHOI: Multi-Agent Reasoning for Human-Object-Interaction Video Generation via Implicit Representation Alignment
Summary
AgentHOI is a novel text-driven framework for human-object interaction (HOI) video generation, addressing limitations of explicit motion control. It employs a "thinking-before-generation" schema, utilizing multi-agent reasoning for visual perception, interaction analysis, and motion planning to translate high-level textual intent into physically grounded action timelines. The system integrates an implicit text-to-motion alignment strategy, distilling motion priors into its Wan2.1-I2V-14B video diffusion model, which removes the need for explicit motion inputs during inference. AgentHOI's training leverages a mixed-source dataset of 71,000 real-world and 37,000 synthetic clips, with synthetic data applied at high-noise timesteps. Experiments demonstrate superior performance over state-of-the-art methods in interaction naturalness, object appearance preservation (Obj-DINO), and adherence to complex instructions across cross-motion-driven, HOMA, and AnchorCrafter test sets, with user studies showing significant preference.
Key takeaway
For Machine Learning Engineers developing controllable human-object interaction video generation, AgentHOI demonstrates a robust path to text-driven control. You should consider integrating multi-agent reasoning to deconstruct complex interactions into explicit action plans. Furthermore, adopting implicit text-to-motion feature alignment can embed crucial motion dynamics into your diffusion models, reducing reliance on expensive explicit motion inputs at inference. This strategy significantly improves interaction naturalness and object consistency, enabling more scalable and generalizable HOI synthesis.
Key insights
Text-driven HOI video generation benefits from multi-agent reasoning and implicit text-motion alignment, eliminating explicit motion inputs.
Principles
- Deconstruct complex HOI tasks into physically grounded execution blueprints.
- Distill text-to-motion priors into video models for robust synthesis.
- Combine real and synthetic data to enhance diversity and generalization.
Method
AgentHOI uses a multi-agent system (perception, relation, motion planner, clipping refiner) to create a second-by-second action timeline from text. This plan conditions a Wan2.1-I2V-14B diffusion model, which is trained with implicit text-to-motion feature alignment using TRD loss.
In practice
- Use multi-agent reasoning to bridge high-level intent and physical execution.
- Implement implicit feature alignment to embed motion priors into diffusion models.
- Curate hybrid datasets (real + synthetic) for diverse interaction learning.
Topics
- Human-Object Interaction
- Video Generation
- Multi-Agent Reasoning
- Diffusion Models
- Text-to-Motion Alignment
- Hybrid Data Pipelines
Code references
Best for: Research Scientist, AI Scientist, Computer Vision Engineer, Machine Learning Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.