MANTRA: Memory Augmented Networks for Multiple Trajectory Prediction

Autonomous vehicles are expected to drive in complex scenarios with several independent non cooperating agents. Path planning for safely navigating in such environments can not just rely on perceiving present location and motion of other agents. It requires instead to predict such variables in a far enough future. In this paper we address the problem of multimodal trajectory prediction exploiting a Memory Augmented Neural Network. Our method learns past and future trajectory embeddings using recurrent neural networks and exploits an associative external memory to store and retrieve such embeddings. Trajectory prediction is then performed by decoding in-memory future encodings conditioned with the observed past. We incorporate scene knowledge in the decoding state by learning a CNN on top of semantic scene maps. Memory growth is limited by learning a writing controller based on the predictive capability of existing embeddings. We show that our method is able to natively perform multi-modal trajectory prediction obtaining state-of-the art results on three datasets. Moreover, thanks to the non-parametric nature of the memory module, we show how once trained our system can continuously improve by ingesting novel patterns.

PDF Abstract CVPR 2020 PDF CVPR 2020 Abstract

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Trajectory Prediction ETH/UCY MANTRA ADE-8/12 0.32 # 13
FDE-8/12 0.65 # 12
Multi Future Trajectory Prediction KITTI-trajectory-prediction MANTRA ADE@4s (K=5) 0.94 # 2
FDE@4s (K=5) 2.48 # 3
FDE@4s (K=20) 1.49 # 1
Trajectory Prediction Stanford Drone MANTRA ADE-8/12 @K = 20 8.96 # 7
FDE-8/12 @K= 20 17.76 # 8
ADE (8/12) @K=5 13.51 # 3
FDE(8/12) @K=5 27.34 # 5

Methods