The paper "Vehicle and License Plate Recognition with Novel Dataset for Toll Collection" presents an image-based framework for automated toll collection that addresses a variety of challenges specific to Pakistani vehicles. The proposed framework is comprised of three main components: vehicle type recognition, license plate localization, and license plate character recognition. These components operate sequentially to identify the vehicle type and accurately read license plates from images. The framework leverages convolutional neural networks (CNNs) and evaluates multiple object detection architectures, including YOLOv2, YOLOv3, YOLOv4, Tiny YOLOv3, Tiny YOLOv4, and Faster RCNN.
Key contributions and findings of the paper include:
- Dataset Creation: The authors introduce the Diverse Vehicle and License Plates Dataset (DVLPD), which contains 10,000 images annotated with six vehicle types. This dataset reflects real-world conditions and variations seen in Pakistani vehicles, such as decorations, non-uniform license plate positions, and variations in font styles.
- Evaluation of Detection Architectures: The paper evaluates six object detection algorithms for their performance in vehicle type recognition, license plate detection, and character recognition tasks. YOLOv4 achieves the best overall performance with mean Average Precision ([email protected]) scores of 98.8% for vehicle type recognition, 98.5% for license plate detection, and 98.3% for license plate character recognition.
- Challenges Addressed: The authors tackle significant challenges due to severe clutter from vehicle decorations, non-standard formats of license plates, and environmental conditions that obscure license plates. Through targeted data preprocessing and model design, they improve recognition accuracy under these conditions.
- Real-Time Deployment: For potential implementation at toll collection facilities, the framework is designed to run on a Raspberry Pi, ensuring feasibility in low-resource environments. Tiny versions of YOLO are highlighted for their efficient performance, offering a balance between accuracy and computational load.
- Experimental Results: On a novel test set with real-world images captured at toll plazas, the framework shows high end-to-end recognition rates, particularly excelling in recognizing less-decorated vehicles like cars and vans, while still achieving respectable accuracy for trucks, a vehicle type fraught with challenges.
The proposed solution innovatively addresses the computational and environmental challenges faced in automated toll collection, making it a practical option for regions with diverse vehicle appearances and limited digital infrastructure. Future research directions include enhancing the frameworkâs performance for more decorated vehicles like trucks and exploring alternative detection models to further boost accuracy, particularly under challenging conditions. The paper emphasizes improving the economic feasibility of automated toll systems without reliance on RFID tags.