CVAILGROFeb 13, 2023

Exploring Navigation Maps for Learning-Based Motion Prediction

arXiv:2302.06195v18 citationsh-index: 58
Originality Incremental advance
AI Analysis

This addresses the cost and availability issues of HD maps for autonomous driving researchers, but it is incremental as it adapts existing methods with alternative map data.

The paper tackles motion prediction for autonomous driving by exploring navigation maps as a cheaper alternative to HD maps, achieving results close to HD map-reliant models through knowledge distillation.

The prediction of surrounding agents' motion is a key for safe autonomous driving. In this paper, we explore navigation maps as an alternative to the predominant High Definition (HD) maps for learning-based motion prediction. Navigation maps provide topological and geometrical information on road-level, HD maps additionally have centimeter-accurate lane-level information. As a result, HD maps are costly and time-consuming to obtain, while navigation maps with near-global coverage are freely available. We describe an approach to integrate navigation maps into learning-based motion prediction models. To exploit locally available HD maps during training, we additionally propose a model-agnostic method for knowledge distillation. In experiments on the publicly available Argoverse dataset with navigation maps obtained from OpenStreetMap, our approach shows a significant improvement over not using a map at all. Combined with our method for knowledge distillation, we achieve results that are close to the original HD map-reliant models. Our publicly available navigation map API for Argoverse enables researchers to develop and evaluate their own approaches using navigation maps.

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