Computer Vision based Accident Detection for Autonomous Vehicles
Dhananjai Chand, Savyasachi Gupta, and Ilaiah Kavati

TL;DR
This paper presents a novel accident detection system for autonomous vehicles using dashboard camera footage, leveraging deep learning and tracking algorithms to identify accidents accurately and promptly.
Contribution
It introduces a new framework combining Mask R-CNN and centroid tracking to detect vehicular accidents in real-time from dashcam videos.
Findings
High accident detection rate achieved
Low false alarm rate maintained
Effective on custom dashcam dataset
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRegion Proposal Network · Softmax · Convolution · RoIAlign · Mask R-CNN
