CVAIAug 12, 2022

Real-Time Accident Detection in Traffic Surveillance Using Deep Learning

arXiv:2208.06461v180 citationsh-index: 37Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of automatic accident monitoring for traffic management systems, but it is incremental as it builds on existing methods like YOLOv4 and Kalman filters.

The paper tackles real-time accident detection at urban intersections by proposing a hierarchical framework combining YOLOv4 object detection, Kalman filter tracking with a new cost function, and trajectory conflict analysis, achieving high detection rates and low false alarms in experiments with real traffic videos.

Automatic detection of traffic accidents is an important emerging topic in traffic monitoring systems. Nowadays many urban intersections are equipped with surveillance cameras connected to traffic management systems. Therefore, computer vision techniques can be viable tools for automatic accident detection. This paper presents a new efficient framework for accident detection at intersections for traffic surveillance applications. The proposed framework consists of three hierarchical steps, including efficient and accurate object detection based on the state-of-the-art YOLOv4 method, object tracking based on Kalman filter coupled with the Hungarian algorithm for association, and accident detection by trajectory conflict analysis. A new cost function is applied for object association to accommodate for occlusion, overlapping objects, and shape changes in the object tracking step. The object trajectories are analyzed in terms of velocity, angle, and distance in order to detect different types of trajectory conflicts including vehicle-to-vehicle, vehicle-to-pedestrian, and vehicle-to-bicycle. Experimental results using real traffic video data show the feasibility of the proposed method in real-time applications of traffic surveillance. In particular, trajectory conflicts, including near-accidents and accidents occurring at urban intersections are detected with a low false alarm rate and a high detection rate. The robustness of the proposed framework is evaluated using video sequences collected from YouTube with diverse illumination conditions. The dataset is publicly available at: http://github.com/hadi-ghnd/AccidentDetection.

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