CVROSep 4, 2021

GOHOME: Graph-Oriented Heatmap Output for future Motion Estimation

arXiv:2109.01827v4297 citations
Originality Highly original
AI Analysis

This work addresses trajectory prediction for autonomous vehicles, offering a computationally efficient solution with competitive accuracy.

The paper tackles motion forecasting in traffic scenes by proposing GOHOME, a method that uses graph representations and sparse projections to generate a heatmap output for predicting future agent positions, achieving second place on the Argoverse benchmark with a 15% improvement in MissRate_6 through ensembling and demonstrating state-of-the-art performance on other datasets.

In this paper, we propose GOHOME, a method leveraging graph representations of the High Definition Map and sparse projections to generate a heatmap output representing the future position probability distribution for a given agent in a traffic scene. This heatmap output yields an unconstrained 2D grid representation of agent future possible locations, allowing inherent multimodality and a measure of the uncertainty of the prediction. Our graph-oriented model avoids the high computation burden of representing the surrounding context as squared images and processing it with classical CNNs, but focuses instead only on the most probable lanes where the agent could end up in the immediate future. GOHOME reaches 2$nd$ on Argoverse Motion Forecasting Benchmark on the MissRate$_6$ metric while achieving significant speed-up and memory burden diminution compared to Argoverse 1$^{st}$ place method HOME. We also highlight that heatmap output enables multimodal ensembling and improve 1$^{st}$ place MissRate$_6$ by more than 15$\%$ with our best ensemble on Argoverse. Finally, we evaluate and reach state-of-the-art performance on the other trajectory prediction datasets nuScenes and Interaction, demonstrating the generalizability of our method.

Foundations

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

Your Notes