[ICCV 2019] Ego-Pose Estimation and Forecasting as Real-Time PD Control

ICCV 2019

[ICCV 2019] Ego-Pose Estimation and Forecasting as Real-Time PD Control

Dec 17, 2020
|
40 views
|
|
Code
Details
by Ye Yuan, Kris Kitani International Conference on Computer Vision (ICCV), 2019 project page: https://www.ye-yuan.com/ego-pose code: https://github.com/Khrylx/EgoPose paper: https://arxiv.org/abs/1906.03173 Abstract: We propose the use of a proportional-derivative (PD) control based policy learned via reinforcement learning (RL) to estimate and forecast 3D human pose from egocentric videos. The method learns directly from unsegmented egocentric videos and motion capture data consisting of various complex human motions (e.g., crouching, hopping, bending, and motion transitions). We propose a video-conditioned recurrent control technique to forecast physically-valid and stable future motions of arbitrary length. We also introduce a value function based fail-safe mechanism which enables our method to run as a single pass algorithm over the video data. Experiments with both controlled and in-the-wild data show that our approach outperforms previous art in both quantitative metrics and visual quality of the motions, and is also robust enough to transfer directly to real-world scenarios. Additionally, our time analysis shows that the combined use of our pose estimation and forecasting can run at 30 FPS, making it suitable for real-time applications.

Comments
loading...