CVJun 5, 2020

MANTRA: Memory Augmented Networks for Multiple Trajectory Prediction

arXiv:2006.03340v2142 citations
AI Analysis

This addresses the problem of safe path planning for autonomous vehicles in complex scenarios with multiple agents, representing an incremental improvement with novel memory integration.

The paper tackles multimodal trajectory prediction for autonomous vehicles by using a Memory Augmented Neural Network to store and retrieve trajectory embeddings, achieving state-of-the-art results on three datasets.

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.

Code Implementations1 repo
Foundations

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

Your Notes