Home

Awesome

Motion Transformer (MTR): A Strong Baseline for Multimodal Motion Prediction in Autonomous Driving

teaser

This repository is the official implementation of the NeurIPS 2022 paper (oral presentation) "Motion Transformer with Global Intention Localization and Local Movement Refinement".

Authors: Shaoshuai Shi, Li Jiang, Dengxin Dai, Bernt Schiele

[MTR (arXiv)]    [MTR++ (arXiv)]

News

[2023-06] The formal paper of MTR++ is released to arXiv:2306.17770, which support multi-agent motion prediction and achieve state-of-the-art performance on Waymo Open Dataset.

[2023-05] MTR++ won the Championship of Waymo Open Dataset Motion Prediction Challenge 2023, see the leaderboard here.

[2022-06] MTR won the Championship of Waymo Open Dataset Motion Prediction Challenge 2022, see the official post here.

Abstract

Predicting multimodal future behavior of traffic participants is essential for robotic vehicles to make safe decisions. Existing works explore to directly predict future trajectories based on latent features or utilize dense goal candidates to identify agent's destinations, where the former strategy converges slowly since all motion modes are derived from the same feature while the latter strategy has efficiency issue since its performance highly relies on the density of goal candidates. In this paper, we propose the Motion TRansformer (MTR) framework that models motion prediction as the joint optimization of global intention localization and local movement refinement. Instead of using goal candidates, MTR incorporates spatial intention priors by adopting a small set of learnable motion query pairs. Each motion query pair takes charge of trajectory prediction and refinement for a specific motion mode, which stabilizes the training process and facilitates better multimodal predictions. Experiments show that MTR achieves state-of-the-art performance on both the marginal and joint motion prediction challenges, ranking $1^{st}$ on the leaderbaords of Waymo Open Motion Dataset.

Highlights

MTR Codebase

Method

teaser

Getting Started

Main Results

Performance on the validation set of Waymo Open Motion Dataset

ModelTraining SetminADEminFDEMiss RatemAP
MTR20%0.66971.37120.16680.3437
MTR100%0.60461.22510.13660.4164
MTR-e2e100%0.51601.04040.12340.3245

Performance on the testing set of Waymo Open Motion Dataset

ModelTraining SetminADEminFDEMiss RatemAP
MTR100%0.60501.22070.13510.4129
MTR-A (ens)100%0.56401.13440.11600.4492

Citation

If you find this work useful in your research, please consider cite:

@article{shi2022motion,
  title={Motion transformer with global intention localization and local movement refinement},
  author={Shi, Shaoshuai and Jiang, Li and Dai, Dengxin and Schiele, Bernt},
  journal={Advances in Neural Information Processing Systems},
  year={2022}
}

@article{shi2023mtr,
  title={MTR++: Multi-Agent Motion Prediction with Symmetric Scene Modeling and Guided Intention Querying},
  author={Shi, Shaoshuai and Jiang, Li and Dai, Dengxin and Schiele, Bernt},
  journal={arXiv preprint arXiv:2306.17770},
  year={2023}
}

@article{shi2022mtra,
  title={MTR-A: 1st Place Solution for 2022 Waymo Open Dataset Challenge--Motion Prediction},
  author={Shi, Shaoshuai and Jiang, Li and Dai, Dengxin and Schiele, Bernt},
  journal={arXiv preprint arXiv:2209.10033},
  year={2022}
}