IEEE IT2023: Deep learning-based vehicle speed estimation using the YOLO detector and 1D-CNN

Researchers from NCC Montenegro presented a paper at the 27th IEEE Conference on Information Technology IT2023. The paper is titled “Deep learning-based vehicle speed estimation using the YOLO detector and 1D-CNN” and authored by Andrej Cvijetić, Slobodan Djukanović and Andrija Peruničić

ABSTRACT : This paper addresses vehicle speed estimation using visual data obtained from a single video camera. The proposed method accurately predicts the speed of a vehicle, using the YOLO algorithm for vehicle detection and tracking, and a one-dimensional convolutional neural network (1D-CNN) for speed estimation. The YOLO algorithm outputs bounding boxes around detected objects in an image, which is, in our case, the vehicle whose speed is to be predicted. As input to our 1D-CNN speed estimation model, we introduce a novel feature based on the change of area of the bounding box around the vehicle. The feature, referred to as the changing bounding box area (CBBA), is obtained by calculating the area of the bounding box, frame-to-frame, as the vehicle approaches the camera. The shape of the CBBA curve remains closely the same for all vehicles, with differences conditioned by the value of the observed vehicle’s speed. The proposed method is trained and tested on the VS13 dataset. Experiments show that it is able to accurately predict the vehicle’s speed with an average error of 2.76 km/h, with the best performing vehicle having the average error of just 1.31 km/h. The proposed method exhibits the robustness as a key advantage, eliminating the need for prior knowledge of real-world dimensions such as the vehicle size, road width, camera distance and angle in relation to the road etc.

Link : https://ieeexplore.ieee.org/document/10078518