Imitation Learning for Human Pose Prediction

Abstract

Modeling and prediction of human motion dynamics has long been a challenging problem in computer vision, and most existing methods rely on the end-to-end supervised training of various architectures of recurrent neural networks. Inspired by the recent success of deep reinforcement learning methods, in this paper we propose a new reinforcement learning formulation for the problem of human pose prediction, and develop an imitation learning algorithm for predicting future poses under this formulation through a combination of behavioral cloning and generative adversarial imitation learning. Our experiments show that our proposed method outperforms all existing state-of-the-art baseline models by large margins on the task of human pose prediction in both short-term predictions and long-term predictions, while also enjoying huge advantage in training speed.

Cite

Text

Wang et al. "Imitation Learning for Human Pose Prediction." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00722

Markdown

[Wang et al. "Imitation Learning for Human Pose Prediction." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/wang2019iccv-imitation/) doi:10.1109/ICCV.2019.00722

BibTeX

@inproceedings{wang2019iccv-imitation,
  title     = {{Imitation Learning for Human Pose Prediction}},
  author    = {Wang, Borui and Adeli, Ehsan and Chiu, Hsu-kuang and Huang, De-An and Niebles, Juan Carlos},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00722},
  url       = {https://mlanthology.org/iccv/2019/wang2019iccv-imitation/}
}