CVAIJun 9, 2021

Dual-Modality Vehicle Anomaly Detection via Bilateral Trajectory Tracing

arXiv:2106.05003v120 citations
Originality Synthesis-oriented
AI Analysis

This work addresses robust anomaly detection for intelligent transportation systems, though it appears incremental as it builds on existing methods like YOLOv5 and multi-scale tracking.

The paper tackles vehicle anomaly detection in complex traffic scenes by proposing a dual-modality modularized framework, achieving an F1-Score of 0.9302 and RMSE of 3.4039 on the NVIDIA AI City Challenge dataset.

Traffic anomaly detection has played a crucial role in Intelligent Transportation System (ITS). The main challenges of this task lie in the highly diversified anomaly scenes and variational lighting conditions. Although much work has managed to identify the anomaly in homogenous weather and scene, few resolved to cope with complex ones. In this paper, we proposed a dual-modality modularized methodology for the robust detection of abnormal vehicles. We introduced an integrated anomaly detection framework comprising the following modules: background modeling, vehicle tracking with detection, mask construction, Region of Interest (ROI) backtracking, and dual-modality tracing. Concretely, we employed background modeling to filter the motion information and left the static information for later vehicle detection. For the vehicle detection and tracking module, we adopted YOLOv5 and multi-scale tracking to localize the anomalies. Besides, we utilized the frame difference and tracking results to identify the road and obtain the mask. In addition, we introduced multiple similarity estimation metrics to refine the anomaly period via backtracking. Finally, we proposed a dual-modality bilateral tracing module to refine the time further. The experiments conducted on the Track 4 testset of the NVIDIA 2021 AI City Challenge yielded a result of 0.9302 F1-Score and 3.4039 root mean square error (RMSE), indicating the effectiveness of our framework.

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