Identification of Driver Phone Usage Violations via State-of-the-Art Object Detection with Tracking
Steven Carrell, Amir Atapour-Abarghouei

TL;DR
This paper presents a high-accuracy, real-time automated system using state-of-the-art object detection and tracking to identify driver phone usage violations from roadside video footage, reducing manual effort.
Contribution
It introduces a custom-trained YOLO-based detector combined with DeepSort tracking to effectively detect and count phone usage violations in traffic videos.
Findings
YOLO achieved up to 96% accuracy (AP10) and 30 FPS.
DeepSort effectively tracks unique violations and vehicle counts.
The system automates violation detection with a user interface.
Abstract
The use of mobiles phones when driving have been a major factor when it comes to road traffic incidents and the process of capturing such violations can be a laborious task. Advancements in both modern object detection frameworks and high-performance hardware has paved the way for a more automated approach when it comes to video surveillance. In this work, we propose a custom-trained state-of-the-art object detector to work with roadside cameras to capture driver phone usage without the need for human intervention. The proposed approach also addresses the issues caused by windscreen glare and introduces the steps required to remedy this. Twelve pre-trained models are fine-tuned with our custom dataset using four popular object detection methods: YOLO, SSD, Faster R-CNN, and CenterNet. Out of all the object detectors tested, the YOLO yields the highest accuracy levels of up to 96% (AP10)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Video Surveillance and Tracking Methods · Fire Detection and Safety Systems
MethodsYou Only Look Once · Deep Layer Aggregation · RoIPool · Batch Normalization · Non Maximum Suppression · Center Pooling · Region Proposal Network · Softmax · 1x1 Convolution · Faster R-CNN
