CVDec 20, 2020

Computer Vision based Accident Detection for Autonomous Vehicles

arXiv:2012.10870v121 citations
AI Analysis

This system aims to improve safety for autonomous vehicles by enabling them to detect external accidents and react appropriately, which is an incremental improvement for self-driving car perception.

This paper proposes a computer vision system for autonomous vehicles that detects accidents between other vehicles using dashboard camera footage. It leverages Mask R-CNN for vehicle detection and centroid tracking to monitor vehicles, calculating speed, acceleration, and trajectory to identify accidents. The system was tested on a custom dataset and achieved a high accident detection rate with a low false alarm rate.

Numerous Deep Learning and sensor-based models have been developed to detect potential accidents with an autonomous vehicle. However, a self-driving car needs to be able to detect accidents between other vehicles in its path and take appropriate actions such as to slow down or stop and inform the concerned authorities. In this paper, we propose a novel support system for self-driving cars that detects vehicular accidents through a dashboard camera. The system leverages the Mask R-CNN framework for vehicle detection and a centroid tracking algorithm to track the detected vehicle. Additionally, the framework calculates various parameters such as speed, acceleration, and trajectory to determine whether an accident has occurred between any of the tracked vehicles. The framework has been tested on a custom dataset of dashcam footage and achieves a high accident detection rate while maintaining a low false alarm rate.

Foundations

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

Your Notes