CVMar 2, 2019

Unsupervised Traffic Accident Detection in First-Person Videos

arXiv:1903.00618v4182 citations
Originality Incremental advance
AI Analysis

This addresses the need for anomaly detection in autonomous driving systems by overcoming limitations of fixed cameras and labeled data, though it is incremental as it builds on existing prediction-based methods.

The paper tackles the problem of detecting traffic accidents in first-person driving videos by proposing an unsupervised method that predicts future locations of traffic participants and monitors prediction accuracy and consistency, outperforming state-of-the-art approaches on new and public datasets.

Recognizing abnormal events such as traffic violations and accidents in natural driving scenes is essential for successful autonomous driving and advanced driver assistance systems. However, most work on video anomaly detection suffers from two crucial drawbacks. First, they assume cameras are fixed and videos have static backgrounds, which is reasonable for surveillance applications but not for vehicle-mounted cameras. Second, they pose the problem as one-class classification, relying on arduously hand-labeled training datasets that limit recognition to anomaly categories that have been explicitly trained. This paper proposes an unsupervised approach for traffic accident detection in first-person (dashboard-mounted camera) videos. Our major novelty is to detect anomalies by predicting the future locations of traffic participants and then monitoring the prediction accuracy and consistency metrics with three different strategies. We evaluate our approach using a new dataset of diverse traffic accidents, AnAn Accident Detection (A3D), as well as another publicly-available dataset. Experimental results show that our approach outperforms the state-of-the-art.

Code Implementations2 repos
Foundations

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

Your Notes