JSTR: Judgment Improves Scene Text Recognition
Masato Fujitake
TL;DR
JSTR tackles scene text recognition by introducing a judgment mechanism that assesses whether the image-text pair is correct, in addition to standard recognition. It builds on the DTrOCR baseline and adds a correct/incorrect judgement task that uses the recognizer's outputs to generate misrecognition examples. The model is trained in two steps: first for text recognition, then for correctness judgment, enabling it to learn error patterns and improve discrimination on hard cases. Experimental results on six benchmarks show improved word-level accuracy and competitive performance with state-of-the-art methods, with larger gains when trained on real-world data, highlighting practical robustness.
Abstract
In this paper, we present a method for enhancing the accuracy of scene text recognition tasks by judging whether the image and text match each other. While previous studies focused on generating the recognition results from input images, our approach also considers the model's misrecognition results to understand its error tendencies, thus improving the text recognition pipeline. This method boosts text recognition accuracy by providing explicit feedback on the data that the model is likely to misrecognize by predicting correct or incorrect between the image and text. The experimental results on publicly available datasets demonstrate that our proposed method outperforms the baseline and state-of-the-art methods in scene text recognition.
