HAT Super-Resolution and a PARSeq+CLIP4STR Voting Ensemble for Extreme In-the-Wild License Plate Recognition
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
- Combine SR with ensemble recognition.
- Exploit asymmetric scoring rules via abstention.
- Treat SR as a legibility enhancement step.
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
- Implement HAT for sub-pixel character recovery.
- Use PARSeq-S and CLIP4STR-B for robust text.
- Integrate voting with abstention for challenges.
Topics
- License Plate Recognition
- Super-Resolution
- Hybrid Attention Transformer
- Scene Text Recognition
- Ensemble Methods
- ICIP Grand Challenge
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.