BLPR: Robust License Plate Recognition under Viewpoint and Illumination Variations via Confidence-Driven VLM Fallback

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

BLPR is a novel deep learning-based License Plate Detection and Recognition (LPDR) framework designed for Bolivian license plates, addressing challenges like viewpoint distortion and illumination variations in unconstrained environments. The system employs a two-stage pipeline: a YOLO-based detector pretrained on Blender-generated synthetic data and fine-tuned on real street-level data from La Paz. Detected plates undergo geometric rectification and character recognition. To enhance robustness in ambiguous scenarios, a lightweight vision-language model (Gemma3 4B) is selectively activated as a confidence-based fallback. BLPR achieves a character-level recognition accuracy of 89.6% on real-world data with an average inference time of 461 ms, and includes the first publicly available Bolivian LPDR dataset.

Key takeaway

For machine learning engineers developing LPDR systems in challenging environments, consider adopting a modular pipeline with synthetic data pretraining and a confidence-driven VLM fallback. This approach, demonstrated by BLPR's 89.6% accuracy and 461 ms inference time, effectively balances recognition performance and computational efficiency, especially for distorted or low-light images. Focus on adaptive preprocessing and selective VLM activation to avoid unnecessary latency.

Key insights

A modular LPDR system uses synthetic data, adaptive preprocessing, and a VLM fallback for robust recognition in challenging conditions.

Principles

Method

A YOLOv26n detector is pretrained on synthetic data, fine-tuned on real data. Detected plates are geometrically rectified and illumination-corrected. A YOLOv26x OCR model uses Gemma3 4B as a confidence-triggered fallback.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.