Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

MF-LPR$^2$: Multi-Frame License Plate Image Restoration and Recognition using Optical Flow

Created by
  • Haebom

Author

Kihyun Na, Junseok Oh, Youngkwan Cho, Bumjin Kim, Sungmin Cho, Jinyoung Choi, Injung Kim

Outline

This paper proposes a novel multi-frame-based framework, MF-LPR$^2$, for license plate region restoration and recognition in dashcam videos, where accurate license plate recognition is difficult due to low resolution, motion blur, and flare. To address the problem that existing pre-trained models generate serious artifacts and distortions when restoring low-quality images, MF-LPR$^2$ resolves the ambiguity of low-quality images by aligning and aggregating neighboring frames instead of relying on pre-trained knowledge. We utilize a state-of-the-art optical flow estimator for accurate frame alignment and design an algorithm that leverages the spatiotemporal coherence of license plate image sequences to detect and correct incorrect optical flow estimates. Experimental results show that MF-LPR$^2$ significantly outperforms eight state-of-the-art restoration models in terms of PSNR, SSIM, and LPIPS, and achieves a recognition accuracy of 86.44%, outperforming both the best single-frame LPR (14.04%) and the best multi-frame LPR (82.55%) among 11 baseline models. We evaluated MF-LPR$^2$ by constructing a new Realistic LPR (RLPR) dataset.

Takeaways, Limitations

Takeaways:
A novel multi-frame-based framework, MF-LPR$^2$, significantly improves license plate recognition accuracy in low-quality dashcam footage.
Resolving ambiguity in low-quality images through optical flow-based frame alignment and aggregation without relying on pre-trained knowledge.
Achieving improved image quality and recognition accuracy
Building a new RLPR dataset that reflects the complexity of real-world environments.
Limitations:
The RLPR dataset is relatively small, consisting of only 200 pairs. Evaluation using a more diverse and larger dataset is needed.
Analysis and optimization of the algorithm's computational complexity is required.
Possible performance degradation under certain conditions (e.g. extreme movement, severe light reflection).
👍