SocialStructureHHI โ€” Executor

Pretrained executor weights for SocialStructureHHI: Social Structure Matters in 3D Humanโ€“Human Interaction Generation.

The solo-to-social motion executor is the full social-planning model โ€” a HunyuanMotion-Lite backbone with variable-length partner conditioning plus a pinned self-history prefix โ€” that generates two-person interactions phase-by-phase in a Ping-Pong manner.

Files

file description
ckpts/best.pt solo-to-social motion executor, ~1.86 GB

Usage

# In the SocialStructureHHI repo:
#   https://github.com/EngineeringAI-LAB/SocialStructureHHI
from huggingface_hub import hf_hub_download
ckpt = hf_hub_download("EngineeringAI-LAB/SocialStructure", "ckpts/best.pt")
python inference/run_inference.py --ckpt $ckpt --demo_id 5 \
    --llm_model qwen3.5:35b --llm_base_url http://localhost:11435/v1 \
    --out_dir outputs/handshake --render

The HunyuanMotion backbone, Qwen3-8B and CLIP-L are additional external dependencies โ€” see the code repository for setup. Dataset normalization stats (data/motion_norm_stats.npz) ship with the code repo and are required to load the model.

Links

Citation

@misc{wang2026socialstructure,
  title  = {Social Structure Matters in 3D Human--Human Interaction Generation},
  author = {Zhongju Wang and Beier Wang and Yatao Bian and Pichao Wang and Zhi Wang
            and Daoyi Dong and Hongdong Li and Huadong Mo and Zhenhong Sun},
  year   = {2026},
  eprint = {2606.24255},
  archivePrefix = {arXiv},
  primaryClass  = {cs.CV}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Paper for EngineeringAI-LAB/SocialStructure