Overview
Picking up a box, shaking another person’s hand, and sitting on a chair all require a body to coordinate with something in three-dimensional space. Yet motion synthesis has usually treated human–object, human–human, and human–scene interaction as separate tasks, each with its own input representation, network interface, and evaluation protocol. That fragmentation makes it difficult for a model to reuse basic knowledge about approach, contact, occupancy, and avoidance across interaction types.
Uni-Inter proposes a common spatial interface. Its Unified Interactive Volume (UIV) represents people, movable objects, and static scenes in a shared voxel grid with semantic channels, while a probabilistic predictor models possible joint locations and motions. The model does not erase the differences among the three tasks. It gives their entities a shared geometric language, allowing one synthesis framework to learn across contexts while keeping task-specific inputs, supervision, and evaluations intact.
In one sentence
Uni-Inter unifies interaction through representation: heterogeneous entities share a semantic occupancy volume, enabling one motion model to reuse spatial knowledge across three task families.
The common denominator is occupied space
The labels “person,” “object,” and “scene” invite different pipelines, but the body must solve related geometric questions in every case. Where is free space? Which region should a hand approach? Which joints must coordinate with another body? Where would a step or limb collide? A shared representation can expose these commonalities only if all entities enter the same coordinate system. Simply alternating batches from three datasets leaves their incompatible interfaces untouched and provides little reason for learned features to align.
UIV divides a bounded 3D region into voxels and encodes occupancy together with semantic identity. A chair, another body, and a carried object become spatial fields that the motion model can read through the same operations. Semantic channels prevent unification from collapsing all occupied cells into one category. This is an interface choice rather than a claim that people and objects are equivalent. The benefit is that approaching, contacting, and avoiding can be learned over a shared spatial carrier while entity type remains visible.
Why probabilistic joint prediction matters
Interaction conditions rarely determine a single valid pose. A person may approach a chair from different sides; two people can begin a handshake at different distances; a box can be grasped with several body configurations. Directly regressing one coordinate for each joint encourages an average of plausible modes, which may itself be implausible. Uni-Inter predicts joint-wise probability distributions in the interaction volume, retaining multiple spatial possibilities before a coherent motion is recovered.
Probability does not solve diversity automatically. The learned distributions, sampling process, and temporal constraints must still produce a physically and stylistically coherent sequence. Joint-wise uncertainty can also miss correlations if hands, feet, and torso are treated too independently. The paper’s contribution is a unified probabilistic interface, not a guarantee that every valid interaction mode is represented. Researchers should distinguish coverage of multiple possibilities from simple metric variance and inspect contact, collision, and trajectory behavior alongside distributional scores.
One framework does not mean one undifferentiated dataset
The three source tasks differ in skeletons, sequence lengths, entity annotations, and available constraints. A unified model still needs to know which entities are present and which outputs should be supervised. Training balance matters because a large dataset can dominate shared features and create negative transfer. Uni-Inter’s architecture enables shared learning, but the scientific claim requires comparisons against task-specific alternatives and against a naive multi-dataset baseline that does not use the same unified volume.
This distinction is important for related work. Uni-Inter is not merely a larger model trained on more motion data, nor is it a world model covering language, perception, planning, and physical execution. Its demonstrated scope is 3D human motion synthesis in three representative interaction contexts. The unification claim concerns the conditioning representation and generation framework. New tasks qualify only if their entities and constraints can be expressed usefully in UIV and if adding them does not erase performance on existing contexts.
How to read three sets of FID results
The paper evaluates human–object interaction on FullBodyManipulation, human–scene interaction on TRUMANS, and human–human interaction on NTU120-AS. Within those protocols, it reports FID 0.51 versus 0.69 for CHOIS on FullBodyManipulation, 2.650 versus 13.290 for the original method on TRUMANS, and 2.216 versus 3.045 for ReGenNet on NTU120-AS. Additional measures examine contact, hand control, and trajectory errors where the task provides them.
These FID values are not on one universal scale. Each dataset uses its own samples, feature representation, sequence distribution, and baselines. A lower number on one task does not say that the task is easier than another, and the numerical gap cannot be compared across rows as an effect size. The supported conclusion is within-task: under each stated evaluation protocol, the shared framework is competitive or better than the listed specialized approaches. Professionals should also examine contact and collision evidence, because distributional similarity alone does not establish usable interaction.
Evidence map
The locations below point to the primary paper so readers can verify the method and reported evidence directly.
| Claim to verify | Primary-paper location |
|---|---|
| UIV represents humans, objects, and scenes in a shared semantic occupancy volume. | SIGGRAPH Asia 2025 paper, p. 4, Figure 3 and Unified Interactive Volume section. |
| Evaluation covers human–object, human–scene, and human–human motion synthesis under separate protocols. | SIGGRAPH Asia 2025 paper, experiment sections for FullBodyManipulation, TRUMANS, and NTU120-AS. |
| The reported within-task FID values include 0.51, 2.650, and 2.216 for the three stated settings. | SIGGRAPH Asia 2025 paper, main result tables for the three interaction tasks. |
Cite the paper
For scientific claims and reported results, cite the paper itself. This note provides context and interpretation.
Open the source-checked publication record
Sheng Liu, Yuanzhi Liang, Jiepeng Wang, Sidan Du, Chi Zhang, and Xuelong Li. “Uni-Inter: Unifying 3D Human Motion Synthesis Across Diverse Interaction Contexts.” Proceedings of the SIGGRAPH Asia 2025 Conference Papers (2025), 1-11. https://doi.org/10.1145/3757377.3763954.
Reuse
Original commentary in this note is licensed under CC BY 4.0. The paper title and bibliographic material retain their original rights.