MUSE-VAE : Multi-Scale VAE for Environment-Aware Long Term Trajectory Prediction

Mihee Lee, ml1323@rutgers.edu, Rutgers University
Samuel S. Sohn, samuel.sohn@rutgers.edu, Rutgers University
Seonghyeon Moon, sm2062@cs.rutgers.edu, Rutgers University
Sejong Yoon, yoons@tcnj.edu, The College of New Jersey
Mubbasir Kapadia, mubbasir.kapadia@rutgers.edu, Rutgers University
Vladimir Pavlovic, vladimir@cs.rutgers.edu, Rutgers University

CVPR 2022

Paper Code Dataset



Abstract

Accurate long-term trajectory prediction in complex scenes, where multiple agents (e.g., pedestrians or vehicles) interact with each other and the environment while attempting to accomplish diverse and often unknown goals, is a challenging stochastic forecasting problem. In this work, we propose MUSE-VAE, a new probabilistic modeling framework based on a cascade of Conditional VAEs, which tackles the long-term, uncertain trajectory prediction task using a coarse-to-fine multi-factor forecasting architecture. In its Macro stage, the model learns a joint pixel-space representation of two key factors, the underlying environment and the agent movements, to predict the long and short-term motion goals. Conditioned on them, the Micro stage learns a fine-grained spatio-temporal representation for the prediction of individual agent trajectories. The VAE backbones across the two stages make it possible to naturally account for the joint uncertainty at both levels of granularity. As a result, MUSE-VAE offers diverse and simultaneously more accurate predictions compared to the current state-of-the-art. We demonstrate these assertions through a comprehensive set of experiments on nuScenes and SDD benchmarks as well as PFSD, a new synthetic dataset, which challenges the forecasting ability of models on complex agent-environment interaction scenarios.

Architecture

Code

Code

Github repo for the public code of MUSE-VAE Github

Dataset

Dataset

Path Finding Simulation Dataset (PFSD)

BibTeX


@InProceedings{Lee_2022_CVPR,
    author    = {Mihee Lee, Samuel S. Sohn, Seonghyeon Moon, Sejong Yoon, Mubbasir Kapadia, Vladimir Pavlovic},
    title     = {Multi-Scale VAE for Environment-Aware Long Term Trajectory Prediction},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2022},
    pages     = {-}
}

Acknowledgements

The research was supported in part by NSF awards: IIS-1703883, IIS-1955404, IIS-1955365, RETTL-2119265, and EAGER-2122119.