ROCVFeb 27, 2021

Open-set Intersection Intention Prediction for Autonomous Driving

arXiv:2103.00140v23 citations
AI Analysis

This addresses a critical challenge for autonomous vehicles in handling irregular intersections, though it is incremental with a focus on specific domain improvements.

The paper tackles the problem of predicting driver intentions at diverse and unseen intersections for autonomous driving by formulating it as an open-set prediction problem, achieving satisfactory performance when validated on a real-world dataset of 98 intersections without fine-tuning.

Intention prediction is a crucial task for Autonomous Driving (AD). Due to the variety of size and layout of intersections, it is challenging to predict intention of human driver at different intersections, especially unseen and irregular intersections. In this paper, we formulate the prediction of intention at intersections as an open-set prediction problem that requires context specific matching of the target vehicle state and the diverse intersection configurations that are in principle unbounded. We capture map-centric features that correspond to intersection structures under a spatial-temporal graph representation, and use two MAAMs (mutually auxiliary attention module) that cover respectively lane-level and exitlevel intentions to predict a target that best matches intersection elements in map-centric feature space. Under our model, attention scores estimate the probability distribution of the openset intentions that are contextually defined by the structure of the current intersection. The proposed model is trained and evaluated on simulated dataset. Furthermore, the model, trained on simulated dataset and without any fine tuning, is directly validated on in-house real-world dataset collected at 98 realworld intersections and exhibits satisfactory performance,demonstrating the practical viability of our approach.

Foundations

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

Your Notes