CVSep 27, 2022

Motion Transformer with Global Intention Localization and Local Movement Refinement

arXiv:2209.13508v2420 citationsh-index: 137Has Code
AI Analysis

This addresses the challenge of safe decision-making for robotic vehicles, representing a strong specific gain in motion prediction.

The paper tackles the problem of predicting multimodal future trajectories of traffic participants for autonomous vehicles by proposing the Motion Transformer (MTR) framework, which achieves state-of-the-art performance and ranks 1st on the Waymo Open Motion Dataset leaderboards.

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 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 1st on the leaderboards of Waymo Open Motion Dataset. The source code is available at https://github.com/sshaoshuai/MTR.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes