Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Multimodal Motion Prediction with Stacked Transformers

About

Predicting multiple plausible future trajectories of the nearby vehicles is crucial for the safety of autonomous driving. Recent motion prediction approaches attempt to achieve such multimodal motion prediction by implicitly regularizing the feature or explicitly generating multiple candidate proposals. However, it remains challenging since the latent features may concentrate on the most frequent mode of the data while the proposal-based methods depend largely on the prior knowledge to generate and select the proposals. In this work, we propose a novel transformer framework for multimodal motion prediction, termed as mmTransformer. A novel network architecture based on stacked transformers is designed to model the multimodality at feature level with a set of fixed independent proposals. A region-based training strategy is then developed to induce the multimodality of the generated proposals. Experiments on Argoverse dataset show that the proposed model achieves the state-of-the-art performance on motion prediction, substantially improving the diversity and the accuracy of the predicted trajectories. Demo video and code are available at https://decisionforce.github.io/mmTransformer.

Yicheng Liu, Jinghuai Zhang, Liangji Fang, Qinhong Jiang, Bolei Zhou• 2021

Related benchmarks

TaskDatasetResultRank
Trajectory PredictionArgoverse (test)
Min ADE0.8435
36
Motion forecastingArgoverse 1 (test)
b-minFDE (K=6)2.033
30
Motion forecastingArgoverse 1.0 (val)
minFDE61.15
29
Motion forecastingArgoverse Motion Forecasting 1.1 (test)
minADE (K=1)1.7
27
Motion PredictionArgoverse official leaderboard (test)
minADE (1 step)1.77
18
Trajectory PredictionArgoverse 1.0 (test)
minADE (k=6)0.87
15
Trajectory PredictionRoundabout Scenarios
FDE1.34
13
Trajectory PredictionArgoverse Motion Forecasting Leaderboard 1.0 (test)
minADE (6)0.84
12
Trajectory PredictionArgoverse (val)
ADE (original)0.7
12
Trajectory PredictionArgoverse 2 (val)
Miss Rate15.4
11
Showing 10 of 13 rows

Other info

Code

Follow for update