Papers › What Is Wrong With Scene Text Recognition Model Comparisons? Dataset and Model Analysis

What Is Wrong With Scene Text Recognition Model Comparisons? Dataset and Model Analysis

3 Apr 2019ICCV 2019 10arXiv:1904.01906archive 2025-07-28

Jeonghun Baek, Geewook Kim, Junyeop Lee, Sungrae Park, Dongyoon Han, Sangdoo Yun, Seong Joon Oh, Hwalsuk Lee

Many new proposals for scene text recognition (STR) models have been introduced in recent years. While each claim to have pushed the boundary of the technology, a holistic and fair comparison has been largely missing in the field due to the inconsistent choices of training and evaluation datasets. This paper addresses this difficulty with three major contributions. First, we examine the inconsistencies of training and evaluation datasets, and the performance gap results from inconsistencies. Second, we introduce a unified four-stage STR framework that most existing STR models fit into. Using this framework allows for the extensive evaluation of previously proposed STR modules and the discovery of previously unexplored module combinations. Third, we analyze the module-wise contributions to performance in terms of accuracy, speed, and memory demand, under one consistent set of training and evaluation datasets. Such analyses clean up the hindrance on the current comparisons to understand the performance gain of the existing modules.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1904.01906")

Code

Syntology Ran 0 of 19 code samples harvested from 4 repositories linked to this paper; 19 have no recorded run.

By repository: community (archive-listed): 19 samples from 4 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

13 repositories listed; official and paper-mentioned ones first.

clovaai/deep-text-recognition-benchmark officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
2023-MindSpore-1/ms-code-58 mentioned on GitHubmindspore report
Eom-taeseon/CV_SceneTextRecognition mentioned on GitHubpytorchApache-2.0 report
JoegameZhou/cnnctc mentioned on GitHubmindsporeApache-2.0 report
Luckygyana/Invo-AI mentioned on GitHubpytorchGPL-3.0 report
dmitrijsk/attentionhtr mentioned on GitHubpytorchApache-2.0 report
jakartaresearch/receipt-ocr mentioned on GitHubpytorchMIT report
luozhilin99/cnnctc mentioned on GitHubmindspore report
roatienza/deep-text-recognition-benchmark mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

19unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

a_cosine_learning_rate JoegameZhou/cnnctc/src/lr_schedule.py community (archive-listed) unverified Apache-2.0 (permissive) · 316fb42e9e6ed79e · report
calcul_acc JoegameZhou/cnnctc/postprocess.py community (archive-listed) unverified Apache-2.0 (permissive) · 89c58f89ba416399 · report
change_args dmitrijsk/attentionhtr/datasets/process_imgur5k.py community (archive-listed) unverified Apache-2.0 (permissive) · 7df8b90dc252b116 · report
checkImageIsValid Eom-taeseon/CV_SceneTextRecognition/create_lmdb_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · c7b92e1633b0d2da · report
create_vitstr Eom-taeseon/CV_SceneTextRecognition/modules/vitstr.py community (archive-listed) unverified Apache-2.0 (permissive) · 8a4fd52ddbb2af6b · report
dynamic_lr JoegameZhou/cnnctc/src/lr_schedule.py community (archive-listed) unverified Apache-2.0 (permissive) · fe2c44cd738c9d3e · report
get_args Eom-taeseon/CV_SceneTextRecognition/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · ce83d7152f32b55d · report
get_args roatienza/deep-text-recognition-benchmark/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 98206309c9298631 · report
get_device Eom-taeseon/CV_SceneTextRecognition/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 291192e39061a450 · report
get_flops Eom-taeseon/CV_SceneTextRecognition/predict.py community (archive-listed) unverified Apache-2.0 (permissive) · edfd158c1fa7f00e · report
get_image_split dmitrijsk/attentionhtr/datasets/process_imgur5k.py community (archive-listed) unverified Apache-2.0 (permissive) · 55becdbd1817adde · report
img2text roatienza/deep-text-recognition-benchmark/infer.py community (archive-listed) unverified Apache-2.0 (permissive) · d8e30cd1ae314959 · report
isless Eom-taeseon/CV_SceneTextRecognition/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 8f99ed40edd07e1e · report
linear_warmup_learning_rate JoegameZhou/cnnctc/src/lr_schedule.py community (archive-listed) unverified Apache-2.0 (permissive) · d6a99ec714147ac1 · report
merge JoegameZhou/cnnctc/src/model_utils/config.py community (archive-listed) unverified Apache-2.0 (permissive) · b2108b927c53418b · report
parse_cli_to_yaml JoegameZhou/cnnctc/src/model_utils/config.py community (archive-listed) unverified Apache-2.0 (permissive) · 3498f707d22460cd · report
parse_yaml JoegameZhou/cnnctc/src/model_utils/config.py community (archive-listed) unverified Apache-2.0 (permissive) · c8d98ae32946f6f0 · report
resize dmitrijsk/attentionhtr/datasets/process_imgur5k.py community (archive-listed) unverified Apache-2.0 (permissive) · e7cc5ea8a6820dc3 · report
tensor2im Eom-taeseon/CV_SceneTextRecognition/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · b78e81e855133e45 · report

Tasks

Image MatchingScene Text Recognitionmodel

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Scene Text Recognition ICDAR 2003 Baek et al. Accuracy 94.4 #7 of 12 Archive leaderboard report
Scene Text Recognition ICDAR2013 Baek et al. Accuracy 92.3 #31 of 38 Archive leaderboard report
Scene Text Recognition ICDAR2015 Baek et al. Accuracy 71.8 #26 of 27 Archive leaderboard report
Scene Text Recognition SVT Baek et al. Accuracy 87.5 #31 of 37 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections