AIJul 19, 2023

A Fast and Map-Free Model for Trajectory Prediction in Traffics

arXiv:2307.09831v114 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses the problem of expensive and unavailable map data for real-time traffic applications, though it is incremental as it builds on existing map-free and map-based methods.

The paper tackles trajectory prediction in traffic without relying on high-definition maps, achieving state-of-the-art performance on the Argoverse dataset and faster inference speeds than baseline methods.

To handle the two shortcomings of existing methods, (i)nearly all models rely on high-definition (HD) maps, yet the map information is not always available in real traffic scenes and HD map-building is expensive and time-consuming and (ii) existing models usually focus on improving prediction accuracy at the expense of reducing computing efficiency, yet the efficiency is crucial for various real applications, this paper proposes an efficient trajectory prediction model that is not dependent on traffic maps. The core idea of our model is encoding single-agent's spatial-temporal information in the first stage and exploring multi-agents' spatial-temporal interactions in the second stage. By comprehensively utilizing attention mechanism, LSTM, graph convolution network and temporal transformer in the two stages, our model is able to learn rich dynamic and interaction information of all agents. Our model achieves the highest performance when comparing with existing map-free methods and also exceeds most map-based state-of-the-art methods on the Argoverse dataset. In addition, our model also exhibits a faster inference speed than the baseline methods.

Foundations

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

Your Notes