CVLGApr 27, 2021

Incident Detection on Junctions Using Image Processing

arXiv:2104.13437v13 citations
Originality Synthesis-oriented
AI Analysis

This addresses the need for faster incident response in traffic management, but it is incremental as it builds on existing detection and tracking methods.

The study tackled the problem of detecting traffic incidents at junctions by analyzing vehicle trajectories from fisheye camera data, achieving 84.6% success in vehicle detection and up to 97.3% success in abnormality detection on real data.

In traffic management, it is a very important issue to shorten the response time by detecting the incidents (accident, vehicle breakdown, an object falling on the road, etc.) and informing the corresponding personnel. In this study, an anomaly detection framework for road junctions is proposed. The final judgment is based on the trajectories followed by the vehicles. Trajectory information is provided by vehicle detection and tracking algorithms on visual data streamed from a fisheye camera. Deep learning algorithms are used for vehicle detection, and Kalman Filter is used for tracking. To observe the trajectories more accurately, the detected vehicle coordinates are transferred to the bird's eye view coordinates using the lens distortion model prediction algorithm. The system determines whether there is an abnormality in trajectories by comparing historical trajectory data and instantaneous incoming data. The proposed system has achieved 84.6% success in vehicle detection and 96.8% success in abnormality detection on synthetic data. The system also works with a 97.3% success rate in detecting abnormalities on real data.

Foundations

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

Your Notes