CVNEApr 4, 2022

Truck Axle Detection with Convolutional Neural Networks

arXiv:2204.01868v23 citationsh-index: 7
Originality Synthesis-oriented
AI Analysis

This addresses the problem of automated axle counting for road system management, but it is incremental as it applies existing methods to a specific dataset.

The paper compared three deep learning object detection algorithms (YOLO, Faster R-CNN, and SSD) for detecting truck axles, achieving over 96% mAP for YOLO and SSD.

Axle count in trucks is important to the classification of vehicles and to the operation of road systems. It is used in the determination of service fees and in the impact on the pavement. Although axle count can be achieved with traditional methods, such as manual labor, it is increasingly possible to count axles using deep learning and computer vision methods. This paper aims to compare three deep-learning object detection algorithms, YOLO, Faster R-CNN, and SSD, for the detection of truck axles. A dataset was built to provide training and testing examples for the neural networks. The training was done on different base models, to increase training time efficiency and to compare results. We evaluated results based on five metrics: precision, recall, mAP, F1-score, and FPS count. Results indicate that YOLO and SSD have similar accuracy and performance, with more than 96\% mAP for both models. Datasets and codes are publicly available for download.

Code Implementations1 repo
Foundations

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

Your Notes