Lane-Wise Highway Anomaly Detection
Mei Qiu, William Lorenz Reindl, Yaobin Chen, Stanley Chien, Shu Hu
TL;DR
The study tackles lane-level highway anomaly detection using vision-based lane features extracted from surveillance video. It introduces a modular, multi-branch framework that fuses a DL module operating on $CWT$-transformed lane counts via a $VQ$-VAE, a rule-based module monitoring flow and occupancy, and an ML module using occupancy and truck percentage with an Isolation Forest. A new lane-wise highway dataset from Indiana cameras (73,139 normal samples; 341 anomalies across four types plus a sensor anomaly) underpins the evaluation, with an anomaly labeling pipeline combining Isolation Forest, manual checks, and expert validation. The full fusion outperforms baselines (best accuracy $0.9787$, F1-score $0.9149$), with wavelet analysis and time-of-day adaptive thresholds enhancing performance, illustrating a cost-effective, scalable approach for real-world ITS applications.
Abstract
This paper proposes a scalable and interpretable framework for lane-wise highway traffic anomaly detection, leveraging multi-modal time series data extracted from surveillance cameras. Unlike traditional sensor-dependent methods, our approach uses AI-powered vision models to extract lane-specific features, including vehicle count, occupancy, and truck percentage, without relying on costly hardware or complex road modeling. We introduce a novel dataset containing 73,139 lane-wise samples, annotated with four classes of expert-validated anomalies: three traffic-related anomalies (lane blockage and recovery, foreign object intrusion, and sustained congestion) and one sensor-related anomaly (camera angle shift). Our multi-branch detection system integrates deep learning, rule-based logic, and machine learning to improve robustness and precision. Extensive experiments demonstrate that our framework outperforms state-of-the-art methods in precision, recall, and F1-score, providing a cost-effective and scalable solution for real-world intelligent transportation systems.
