Eurographics 2026
Xiaotang Zhang1,
Ziyi Chang1,
Qianhui Men2,
Hubert Shum1†
1Durham University
2University of Bristol
† Corresponding Author
Motion tracking has been an important technique for imitating human-like movement from large-scale datasets in physics-based motion synthesis. However, existing approaches focus on tracking either single character or a particular type of interaction, limiting their ability to handle contact-rich interactions. Extending single-character tracking approaches suffers from the instability due to the challenge of forces transferred through contacts. Contact-rich interactions requires levels of control, which places much greater demands on model capacity. To this end, we propose a robust tracking method based on progressive neural network (PNN) where multiple experts are specialized in learning skills of various difficulties. Our method learns to assign training samples to experts automatically without requiring manually scheduling. Both qualitative and quantitative results show that our method delivers more stable motion tracking in densely interactive movements while enabling more efficient model training.
- This project is tested on
IsaacSim 4.5,IsaacLab v2.0.XandUbuntu 22.04. - Please kindly install the IsaacLab framework from: https://github.com/isaac-sim/IsaacLab.
- Clone this repository to
/IsaacLab/source/isaaclab_tasks/isaaclab_tasks/direct. - Download AMASS and InterHuman datasets to
/datasetsfolder. - Create virtural environment with
python>=3.10and install packages fromrequirements.txt. - Run the project with
bash run.bash
@inproceedings{zhang2026physics,
title={Physics-Based Motion Tracking of Contact-Rich Interacting Characters},
author={Zhang, Xiaotang and Chang, Ziyi and Men, Qianhui and Shum, Hubert PH},
booktitle={Computer Graphics Forum},
pages={e70336},
year={2026},
organization={Wiley Online Library}
}