CVSep 22, 2023

License Plate Recognition Based On Multi-Angle View Model

arXiv:2309.12972v13 citationsh-index: 5
Originality Synthesis-oriented
AI Analysis

This addresses license plate recognition for practical applications, but it is incremental as it builds on existing techniques like CnOCR.

The paper tackles license plate text detection by combining multiple camera angles to extract features like corner points and area, then uses CnOCR for recognition. Experimental results on PTITPlates and Stanford Cars datasets show it outperforms existing methods.

In the realm of research, the detection/recognition of text within images/videos captured by cameras constitutes a highly challenging problem for researchers. Despite certain advancements achieving high accuracy, current methods still require substantial improvements to be applicable in practical scenarios. Diverging from text detection in images/videos, this paper addresses the issue of text detection within license plates by amalgamating multiple frames of distinct perspectives. For each viewpoint, the proposed method extracts descriptive features characterizing the text components of the license plate, specifically corner points and area. Concretely, we present three viewpoints: view-1, view-2, and view-3, to identify the nearest neighboring components facilitating the restoration of text components from the same license plate line based on estimations of similarity levels and distance metrics. Subsequently, we employ the CnOCR method for text recognition within license plates. Experimental results on the self-collected dataset (PTITPlates), comprising pairs of images in various scenarios, and the publicly available Stanford Cars Dataset, demonstrate the superiority of the proposed method over existing approaches.

Foundations

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

Your Notes