HAT Super-Resolution and a PARSeq+CLIP4STR Voting Ensemble for Extreme In-the-Wild License Plate Recognition

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

The described system, an entry to the ICIP 2026 Grand Challenge on Extreme In-the-Wild License Plate Super-Resolution (XLPSR), achieved a 9.73 wECR score on the public validation leaderboard. This pipeline integrates a Hybrid Attention Transformer (HAT) super-resolution front-end with an ensemble of two scene-text recognizers, PARSeq-S and CLIP4STR-B. It employs a confidence-weighted character-voting scheme that strategically abstains on uncertain positions, explicitly leveraging the challenge's asymmetric scoring rule (+2 / -1 / 0). The system treats XLPSR primarily as a recognition task, where the super-resolution step enhances character legibility from sub-pixel conditions. Running on an RTX 3090, the pipeline processes each sequence in 1.7 seconds, with a maximum of 2.7 seconds and a p99 of 2.4 seconds, well within the 60 seconds/sequence Docker budget.

Key takeaway

For Computer Vision Engineers developing robust license plate recognition systems in challenging conditions, this approach offers a proven strategy. Your team should consider integrating a HAT super-resolution front-end with an ensemble of specialized text recognizers like PARSeq-S and CLIP4STR-B. Implementing a confidence-weighted voting scheme with strategic abstention can significantly improve performance by leveraging specific challenge scoring rules and managing uncertainty effectively.

Key insights

A super-resolution and ensemble recognition system achieved 9.73 wECR for extreme in-the-wild license plate recognition.

Principles

Method

The system pairs a HAT super-resolution front-end with a PARSeq-S and CLIP4STR-B ensemble, using confidence-weighted character-voting and abstention for uncertain positions.

In practice

Topics

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 Computer Vision and Pattern Recognition.