NCAP: Scene Text Image Super-Resolution with Non-CAtegorical Prior
Dongwoo Park, Suk Pil Ko
TL;DR
This work tackles two problems in scene text image super-resolution (STISR): instability from explicit text priors and the domain gap between low- and high-resolution images when jointly training recognizers with STISR. It introduces Non-CAtegorical Prior (NCAP), which uses penultimate-layer representations processed by adapters as a category-free, information-rich prior, incurring only about 0.3% extra parameters. It further mitigates overconfidence by mixing hard ground-truth labels with soft teacher labels via a temperature-scaled KL divergence together with cross-entropy loss, formalized as $\mathcal{L}=(1-\alpha)\mathcal{L}_{CE} + \alpha\mathcal{L}_{KL}(p^s(\tau),p^t(\tau))$ with $\tau$ controlling distribution sharpness. Experiments on TextZoom show a $3.5\%$ improvement, and cross-dataset STR evaluation demonstrates a $14.8\%$ generalization gain, with NCAP-compatible gains across TP-guided STISR models, validating broad applicability and robustness.
Abstract
Scene text image super-resolution (STISR) enhances the resolution and quality of low-resolution images. Unlike previous studies that treated scene text images as natural images, recent methods using a text prior (TP), extracted from a pre-trained text recognizer, have shown strong performance. However, two major issues emerge: (1) Explicit categorical priors, like TP, can negatively impact STISR if incorrect. We reveal that these explicit priors are unstable and propose replacing them with Non-CAtegorical Prior (NCAP) using penultimate layer representations. (2) Pre-trained recognizers used to generate TP struggle with low-resolution images. To address this, most studies jointly train the recognizer with the STISR network to bridge the domain gap between low- and high-resolution images, but this can cause an overconfidence phenomenon in the prior modality. We highlight this issue and propose a method to mitigate it by mixing hard and soft labels. Experiments on the TextZoom dataset demonstrate an improvement by 3.5%, while our method significantly enhances generalization performance by 14.8\% across four text recognition datasets. Our method generalizes to all TP-guided STISR networks.
