Perceiving Systems, Computer Vision

FlowCap: 2D Human Pose from Optical Flow (GCPR 2015)

1 August 2015

05:54

We estimate 2D human pose from video using only optical flow. The key insight is that dense optical flow can provide information about 2D body pose. Like range data, flow is largely invariant to appearance but unlike depth it can be directly computed from monocular video. We demonstrate that body parts can be detected from dense flow using the same random forest approach used by the Microsoft Kinect. Unlike range data, however, when people stop moving, there is no optical flow and they effectively disappear. To address this, our FlowCap method uses a Kalman filter to propagate body part positions and velocities over time and a regression method to predict 2D body pose from part centers. No range sensor is required and FlowCap estimates 2D human pose from monocular video sources containing human motion. Such sources include hand-held phone cameras and archival television video. We demonstrate 2D body pose estimation in a range of scenarios and show that the method works with real-time optical flow. The results suggest that optical flow shares invariances with range data that, when complemented with tracking, make it valuable for pose estimation. Romero, J., Loper, M. and Black, M.J. FlowCap: 2D Human Pose from Optical Flow In German Conference on Pattern Recognition (GCPR), 2015. pdf: http://ps.is.tuebingen.mpg.de/publications/214/get_file code/data: http://ps.is.tuebingen.mpg.de/project/FlowCap

=