Skip to content

realcrane/Human-Motion-Prediction-under-Unexpected-Perturbation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We investigate a new task in human motion prediction, which is predicting motions under unexpected physical perturbation potentially involving multiple people. Compared with existing research, this task involves predicting less controlled, unpremeditated and pure reactive motions in response to external impact and how such motions can propagate through people. It brings new challenges such as data scarcity and predicting complex interactions. To this end, we propose a new method capitalizing differentiable physics and deep neural networks, leading to an explicit Latent Differentiable Physics (LDP) model. Through experiments, we demonstrate that LDP has high data efficiency, outstanding prediction accuracy, strong generalizability and good explainability. Since there is no similar research, a comprehensive comparison with 11 adapted baselines from several relevant domains is conducted, showing LDP outperforming existing research both quantitatively and qualitatively, improving prediction accuracy by as much as 70%, and demonstrating significantly stronger generalization.

Get Started

Dependencies

Below is the key environment with the recommended version under which the code was developed:

Python 3.8; torch 2.0.0; numpy 1.22.3; scipy 1.7.3; Cuda 11.1

Training

The differentiable IPM can be trained by using the training script in single-person/multi-people. The CVAEs and Samplers in the skeleton restoration model can be trained by using their corresponding training scripts in single-person-motion/multi-people-motion. The code is being optimized for improved readability and usability.

Authors

Jiangbei Yue, Baiyi Li, Julien Pettré, Armin Seyfried and He Wang Jiangbei Yue scjy@leeds.ac.uk
He Wang, he_wang@@ucl.ac.uk, Personal Site
Project Webpage: https://drhewang.com/pages/LDP.html

Contact

If you have any questions, please feel free to contact me: Jiangbei Yue (scjy@leeds.ac.uk)

Acknowledgement

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 899739 CrowdDNA.

Citation (Bibtex)

Please cite our paper if you find it useful:

@inproceedings{yue2024human,
  title={Human Motion Prediction under Unexpected Perturbation},
  author={Yue, Jiangbei and Li, Baiyi and Pettr{\'e}, Julien and Seyfried, Armin and Wang, He},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={1501--1511},
  year={2024}
}

License

Copyright (c) 2024, The University of Leeds, UK. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1 distributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2 distributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Our CVPR 2024 paper 'Human Motion Prediction under Unexpected Perturbation'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages