CVFeb 21, 2023

Improving Scene Text Image Super-resolution via Dual Prior Modulation Network

arXiv:2302.10414v241 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This work addresses the domain gap and structural neglect in STISR, which is crucial for improving text legibility in images for applications like optical character recognition, but it appears incremental as it builds on existing prior-based methods.

The paper tackles the problem of scene text image super-resolution (STISR) by proposing a Dual Prior Modulation Network (DPMN) that uses dual image-level priors to improve structural clarity and semantic accuracy, resulting in enhanced image quality and boosted performance in downstream tasks over five typical approaches on benchmarks.

Scene text image super-resolution (STISR) aims to simultaneously increase the resolution and legibility of the text images, and the resulting images will significantly affect the performance of downstream tasks. Although numerous progress has been made, existing approaches raise two crucial issues: (1) They neglect the global structure of the text, which bounds the semantic determinism of the scene text. (2) The priors, e.g., text prior or stroke prior, employed in existing works, are extracted from pre-trained text recognizers. That said, such priors suffer from the domain gap including low resolution and blurriness caused by poor imaging conditions, leading to incorrect guidance. Our work addresses these gaps and proposes a plug-and-play module dubbed Dual Prior Modulation Network (DPMN), which leverages dual image-level priors to bring performance gain over existing approaches. Specifically, two types of prior-guided refinement modules, each using the text mask or graphic recognition result of the low-quality SR image from the preceding layer, are designed to improve the structural clarity and semantic accuracy of the text, respectively. The following attention mechanism hence modulates two quality-enhanced images to attain a superior SR result. Extensive experiments validate that our method improves the image quality and boosts the performance of downstream tasks over five typical approaches on the benchmark. Substantial visualizations and ablation studies demonstrate the advantages of the proposed DPMN. Code is available at: https://github.com/jdfxzzy/DPMN.

Code Implementations2 repos
Foundations

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

Your Notes