CVAIApr 15, 2025

PatrolVision: Automated License Plate Recognition in the wild

arXiv:2504.10810v12 citationsh-index: 1SoutheastCon
Originality Synthesis-oriented
AI Analysis

This work addresses the need for accurate and fast AI-driven traffic monitoring systems for public services, though it is incremental as it builds on existing methods like YOLO and RFB-Net.

The paper tackled the problem of automated license plate recognition in unconstrained urban environments by developing a complete ALPR system, achieving 86% precision in detection and 67% accuracy in character recognition on a new dataset of over 16,000 images.

Adoption of AI driven techniques in public services remains low due to challenges related to accuracy and speed of information at population scale. Computer vision techniques for traffic monitoring have not gained much popularity despite their relative strength in areas such as autonomous driving. Despite large number of academic methods for Automatic License Plate Recognition (ALPR) systems, very few provide an end to end solution for patrolling in the city. This paper presents a novel prototype for a low power GPU based patrolling system to be deployed in an urban environment on surveillance vehicles for automated vehicle detection, recognition and tracking. In this work, we propose a complete ALPR system for Singapore license plates having both single and double line creating our own YOLO based network. We focus on unconstrained capture scenarios as would be the case in real world application, where the license plate (LP) might be considerably distorted due to oblique views. In this work, we first detect the license plate from the full image using RFB-Net and rectify multiple distorted license plates in a single image. After that, the detected license plate image is fed to our network for character recognition. We evaluate the performance of our proposed system on a newly built dataset covering more than 16,000 images. The system was able to correctly detect license plates with 86\% precision and recognize characters of a license plate in 67\% of the test set, and 89\% accuracy with one incorrect character (partial match). We also test latency of our system and achieve 64FPS on Tesla P4 GPU

Foundations

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

Your Notes