CVAIJul 19, 2023

Explaining Autonomous Driving Actions with Visual Question Answering

arXiv:2307.10408v127 citationsh-index: 12Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the need for interpretability in safety-critical autonomous driving systems, though it is incremental as it applies an existing VQA method to this domain.

The paper tackles the problem of explainability in autonomous driving by proposing a Visual Question Answering (VQA) framework to justify action choices, with empirical results indicating it can support real-time decision interpretation and enhance safety.

The end-to-end learning ability of self-driving vehicles has achieved significant milestones over the last decade owing to rapid advances in deep learning and computer vision algorithms. However, as autonomous driving technology is a safety-critical application of artificial intelligence (AI), road accidents and established regulatory principles necessitate the need for the explainability of intelligent action choices for self-driving vehicles. To facilitate interpretability of decision-making in autonomous driving, we present a Visual Question Answering (VQA) framework, which explains driving actions with question-answering-based causal reasoning. To do so, we first collect driving videos in a simulation environment using reinforcement learning (RL) and extract consecutive frames from this log data uniformly for five selected action categories. Further, we manually annotate the extracted frames using question-answer pairs as justifications for the actions chosen in each scenario. Finally, we evaluate the correctness of the VQA-predicted answers for actions on unseen driving scenes. The empirical results suggest that the VQA mechanism can provide support to interpret real-time decisions of autonomous vehicles and help enhance overall driving safety.

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