Search papers, labs, and topics across Lattice.
This paper introduces OneHOI, a unified diffusion transformer framework for both Human-Object Interaction (HOI) generation and editing, addressing limitations in existing disjoint approaches. The core of OneHOI is the Relational Diffusion Transformer (R-DiT), which models verb-mediated relations using role- and instance-aware HOI tokens, layout-based spatial Action Grounding, Structured HOI Attention, and HOI RoPE. Trained jointly on HOI-Edit-44K and other datasets, OneHOI achieves state-of-the-art results across various control conditions, including layout-guided, layout-free, arbitrary-mask, and mixed-condition scenarios.
Forget disjointed approaches: OneHOI's unified diffusion transformer generates and edits human-object interactions with unprecedented control and realism.
Human-Object Interaction (HOI) modelling captures how humans act upon and relate to objects, typically expressed astriplets. Existing approaches split into two disjoint families: HOI generation synthesises scenes from structured triplets and layout, but fails to integrate mixed conditions like HOI and object-only entities; and HOI editing modifies interactions via text, yet struggles to decouple pose from physical contact and scale to multiple interactions. We introduce OneHOI, a unified diffusion transformer framework that consolidates HOI generation and editing into a single conditional denoising process driven by shared structured interaction representations. At its core, the Relational Diffusion Transformer (R-DiT) models verb-mediated relations through role- and instance-aware HOI tokens, layout-based spatial Action Grounding, a Structured HOI Attention to enforce interaction topology, and HOI RoPE to disentangle multi-HOI scenes. Trained jointly with modality dropout on our HOI-Edit-44K, along with HOI and object-centric datasets, OneHOI supports layout-guided, layout-free, arbitrary-mask, and mixed-condition control, achieving state-of-the-art results across both HOI generation and editing. Code is available at https://jiuntian.github.io/OneHOI/.