CVMay 28, 2023

Lighting and Rotation Invariant Real-time Vehicle Wheel Detector based on YOLOv5

arXiv:2305.17785v1Has Code
Originality Synthesis-oriented
AI Analysis

This work provides a domain-specific solution for vehicle wheel detection, which is incremental as it adapts an existing YOLOv5 method to handle specific environmental variations.

The paper tackled the challenge of creating a lighting and rotation invariant real-time vehicle wheel detector using YOLOv5, addressing issues with varied camera orientations and lighting conditions, and demonstrated it as a reference for developing other real-time object detectors.

Creating an object detector, in computer vision, has some common challenges when initially developed based on Convolutional Neural Network (CNN) architecture. These challenges are more apparent when creating model that needs to adapt to images captured by various camera orientations, lighting conditions, and environmental changes. The availability of the initial training samples to cover all these conditions can be an enormous challenge with a time and cost burden. While the problem can exist when creating any type of object detection, some types are less common and have no pre-labeled image datasets that exists publicly. Sometime public datasets are not reliable nor comprehensive for a rare object type. Vehicle wheel is one of those example that been chosen to demonstrate the approach of creating a lighting and rotation invariant real-time detector based on YOLOv5 architecture. The objective is to provide a simple approach that could be used as a reference for developing other types of real-time object detectors.

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