CVAIROJul 8, 2024

Enhancing Vision-Language Models with Scene Graphs for Traffic Accident Understanding

arXiv:2407.05910v313 citationsh-index: 27
AI Analysis

This work addresses traffic accident understanding for autonomous driving and road monitoring systems, but it is incremental as it builds on existing multimodal approaches with a specific graph-based enhancement.

The paper tackles traffic accident type classification by representing scenes as graphs and fusing them with visual and textual data, achieving a balanced accuracy of 57.77% on a subset of the DoTA benchmark, a 5 percentage point improvement over methods without scene graphs.

Recognizing a traffic accident is an essential part of any autonomous driving or road monitoring system. An accident can appear in a wide variety of forms, and understanding what type of accident is taking place may be useful to prevent it from recurring. This work focuses on classifying traffic scenes into specific accident types. We approach the problem by representing a traffic scene as a graph, where objects such as cars can be represented as nodes, and relative distances and directions between them as edges. This representation of a traffic scene is referred to as a scene graph, and can be used as input for an accident classifier. Better results are obtained with a classifier that fuses the scene graph input with visual and textual representations. This work introduces a multi-stage, multimodal pipeline that pre-processes videos of traffic accidents, encodes them as scene graphs, and aligns this representation with vision and language modalities before executing the classification task. When trained on 4 classes, our method achieves a balanced accuracy score of 57.77% on an (unbalanced) subset of the popular Detection of Traffic Anomaly (DoTA) benchmark, representing an increase of close to 5 percentage points from the case where scene graph information is not taken into account.

Foundations

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

Your Notes