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

arXiv cs.CV / 4/14/2026

📰 NewsSignals & Early TrendsModels & Research

Key Points

  • BLPRはボリビア(ラパス)のナンバープレートを対象に、照明変化や視点歪みがある非制約環境でも頑健に検出・認識する2段階のLPDRフレームワークを提案している。
  • YOLOベースの検出器をBlenderで生成した合成データ(極端な遠近・照明)で事前学習し、その後現地ストリートデータで微調整することで実環境への適応を図っている。
  • 検出後は幾何学的に整形(rectification)し、文字認識モデルで読み取りを行う構成に加え、曖昧なケースでは信頼度に基づいて軽量VLM(Gemma3 4B)をフォールバックとして選択的に起動する。
  • 合成→実データのドメイン適応により多様な現実条件での頑健性を高め、公開データセットとしてボリビア初のLPDRデータを提供して評価を可能にしている。

Abstract

Robust license plate recognition in unconstrained environments remains a significant challenge, particularly in underrepresented regions with limited data availability and unique visual characteristics, such as Bolivia. Recognition accuracy in real-world conditions is often degraded by factors such as illumination changes and viewpoint distortion. To address these challenges, we introduce BLPR, a novel deep learning-based License Plate Detection and Recognition (LPDR) framework specifically designed for Bolivian license plates. The proposed system follows a two-stage pipeline where a YOLO-based detector is pretrained on synthetic data generated in Blender to simulate extreme perspectives and lighting conditions, and subsequently fine-tuned on street-level data collected in La Paz, Bolivia. Detected plates are geometrically rectified and passed to a character recognition model. To improve robustness under ambiguous scenarios, a lightweight vision-language model (Gemma3 4B) is selectively triggered as a confidence-based fallback mechanism. The proposed framework further leverages synthetic-to-real domain adaptation to improve robustness under diverse real-world conditions. We also introduce the first publicly available Bolivian LPDR dataset, enabling evaluation under diverse viewpoint and illumination conditions. The system achieves a character-level recognition accuracy of 89.6% on real-world data, demonstrating its effectiveness for deployment in challenging urban environments. Our project is publicly available at https://github.com/EdwinTSalcedo/BLPR.