Artificial Intelligence Enabled Traffic Monitoring System

Vishal Mandal,Abdul Rashid Mussah,Peng Jin,Yaw Adu-Gyamfi
DOI: https://doi.org/10.48550/arXiv.2010.01217
2020-10-03
Abstract:Manual traffic surveillance can be a daunting task as Traffic Management Centers operate a myriad of cameras installed over a network. Injecting some level of automation could help lighten the workload of human operators performing manual surveillance and facilitate making proactive decisions which would reduce the impact of incidents and recurring congestion on roadways. This article presents a novel approach to automatically monitor real time traffic footage using deep convolutional neural networks and a stand-alone graphical user interface. The authors describe the results of research received in the process of developing models that serve as an integrated framework for an artificial intelligence enabled traffic monitoring system. The proposed system deploys several state-of-the-art deep learning algorithms to automate different traffic monitoring needs. Taking advantage of a large database of annotated video surveillance data, deep learning-based models are trained to detect queues, track stationary vehicles, and tabulate vehicle counts. A pixel-level segmentation approach is applied to detect traffic queues and predict severity. Real-time object detection algorithms coupled with different tracking systems are deployed to automatically detect stranded vehicles as well as perform vehicular counts. At each stages of development, interesting experimental results are presented to demonstrate the effectiveness of the proposed system. Overall, the results demonstrate that the proposed framework performs satisfactorily under varied conditions without being immensely impacted by environmental hazards such as blurry camera views, low illumination, rain, or snow.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the difficulty of manual operation in traffic monitoring. Currently, most traffic monitoring centers rely on human operators to track traffic flow and supervise any events that occur on the roads. However, manual operation is not only time - consuming and labor - intensive, but also prone to errors caused by fatigue, which affects the monitoring effect. Therefore, the development of automated traffic monitoring tools can reduce the workload of human operators, improve work efficiency, and be able to make predictive decisions in a timely manner, reducing the impact of traffic accidents and road congestion. The paper proposes a new automatic traffic monitoring system based on deep convolutional neural networks and an independent graphical user interface, aiming to achieve functions such as traffic congestion monitoring, accident detection, and vehicle counting, in order to enhance the intelligence level of traffic management.