MotionMap: Representing Multimodality in Human Pose Forecasting

Human pose forecasting is inherently multimodal since multiple futures exist for an observed pose sequence. However, evaluating multimodality is challenging since the task is ill-posed. Therefore, we first propose an alternative paradigm to make the task well-posed. Next, while state-of-the-art methods predict multimodality, this requires oversampling a large volume of predictions. This raises key questions:

(1) Can we capture multimodality by efficiently sampling a smaller number of predictions?

(2) Subsequently, which of the predicted futures is more likely for an observed pose sequence?

We address these questions with MotionMap, a simple yet effective heatmap based representation for multimodality. We extend heatmaps to represent a spatial distribution over the space of all possible motions, where different local maxima correspond to different forecasts for a given observation. MotionMap can capture a variable number of modes per observation and provide confidence measures for different modes. Further, MotionMap allows us to introduce the notion of uncertainty and controllability over the forecasted pose sequence. Finally, MotionMap captures rare modes that are non-trivial to evaluate yet critical for safety. We support our claims through multiple qualitative and quantitative experiments using popular 3D human pose datasets: Human3.6M and AMASS, highlighting the strengths and limitations of our proposed method.

We define a two-stage training pipeline for human pose forecasting. At first, we train a framework similar to an autoencoder to predict the ground truth and future motion. At test time since we do not have the future motion as input, we train a heatmap model to predict MotionMap, which encodes the likely motions and their latents as a drop-in replacement. At inference time, we use the predicted MotionMap to obtain latents corresponding to motions with a high likelihood and use it in tandem with the observed pose sequence to predict the future pose sequence.