- Notifications
You must be signed in to change notification settings - Fork2
Dingpx/EAI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pengxiang Ding, Qiongjie Cui, Min Zhang, Mengyuan Liu, Haofan Wang, Donglin Wang
Human motion forecasting, with the goal of estimating future human behavior over a period of time, is a fundamental task in many real-world applications.Existing work typically concentrates on foretelling the major joints of the human body without considering the delicate movements of the human hands.In practical applications, hand gestures play an important role in human communication with the real world, and express the primary intentions of human beings.In this work, we propose a new Encoding-Alignment-Interaction (EAI) framework to address expressive forecasting of 3D whole-body human motions, which aims to predict coarse- (body joints) and fine-grained (gestures) activities cooperatively.To our knowledge, this meaningful topic has not been explored before.Specifically, our model mainly involves two key constituents: cross-context alignment (XCA) and cross-context interaction (XCI).Considering the heterogeneous information within the whole-body, the former aims to align the latent features of various human components, while the latter focuses on effectively capturing thecontext interaction among the human components.We conduct extensive experiments on a newly-introduced large-scale benchmark and achieve state-of-the-art performance.
Clone this repository
$ git clone https://github.com/Dingpx/EAI.git
Initialize conda environment
$ conda env create -f requirement.yaml
Updated: You can download ourprocessed data
TODO:
- The whole process ofGRAB will be updated soon.
Run$ bash run_train.sh
.
Run$ bash run.sh
.
@article{ding2023expressive, title={Expressive Forecasting of 3D Whole-body Human Motions}, author={Ding, Pengxiang and Cui, Qiongjie and Zhang, Min and Liu, Mengyuan and Wang, Haofan and Wang, Donglin}, journal={arXiv preprint arXiv:2312.11972}, year={2023}}