Papers › Character Region Awareness for Text Detection

Character Region Awareness for Text Detection

3 Apr 2019CVPR 2019 6arXiv:1904.01941archive 2025-07-28

Youngmin Baek, Bado Lee, Dongyoon Han, Sangdoo Yun, Hwalsuk Lee

Scene text detection methods based on neural networks have emerged recently and have shown promising results. Previous methods trained with rigid word-level bounding boxes exhibit limitations in representing the text region in an arbitrary shape. In this paper, we propose a new scene text detection method to effectively detect text area by exploring each character and affinity between characters. To overcome the lack of individual character level annotations, our proposed framework exploits both the given character-level annotations for synthetic images and the estimated character-level ground-truths for real images acquired by the learned interim model. In order to estimate affinity between characters, the network is trained with the newly proposed representation for affinity. Extensive experiments on six benchmarks, including the TotalText and CTW-1500 datasets which contain highly curved texts in natural images, demonstrate that our character-level text detection significantly outperforms the state-of-the-art detectors. According to the results, our proposed method guarantees high flexibility in detecting complicated scene text images, such as arbitrarily-oriented, curved, or deformed texts.

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.01941")

Code

Syntology Ran 6 of 40 code samples harvested from 7 repositories linked to this paper; 34 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 2 ran · fixture could not drive it.

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

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

JaidedAI/EasyOCR mentioned on GitHubpytorch report
Luckygyana/Invo-AI mentioned on GitHubpytorchGPL-3.0 report
SpikeKing/CRAFT-Re-reimplementation mentioned on GitHubpytorch report
autonise/CRAFT-Remade mentioned on GitHubpytorchMIT report
backtime92/CRAFT-Reimplementation mentioned on GitHubpytorch report
chauthehan/CRAFT mentioned on GitHubtf report
clovaai/CRAFT-pytorch mentioned on GitHubpytorchMIT report
dipu-bd/craft-moran-ocr mentioned on GitHubpytorch report
gmuffiness/CRAFT-train mentioned on GitHubpytorch report
inouetaka/CRAFT mentioned on GitHubpytorch report
jakartaresearch/receipt-ocr mentioned on GitHubpytorchMIT report
joanrod/ocr-vqgan mentioned on GitHubpytorch report
namedysx/CRAFT-tensorflow mentioned on GitHubtf report
rainbowhash/ID_CARD_Automation mentioned on GitHubpytorch report
scoutant/signature-detect mentioned on GitHubpytorch report
nunenuh/craft.pytorch pytorchApache-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

40 samples harvested; 6 ran; 1 honoured the contract we drafted; 34 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.

1ran · honoured contract
3ran · our draft was wrong
2ran · fixture could not drive it
34unverified

Licence: 4 of the 40 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 7 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.

compute_input chauthehan/CRAFT/detect.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 182a7a8c7e4855e0 · report
copyStateDict SpikeKing/CRAFT-Re-reimplementation/trainSyndata.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · cec16dc1a4349b41 · report
get_rotated_width_height chauthehan/CRAFT/tools.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 50ba87e95515668b · report
invert_input chauthehan/CRAFT/detect.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 477af6fc28a1f011 · report
plot_boxes SakuraRiven/CRAFT/detect.py community (archive-listed) ran · our draft was wrong MIT (permissive) · d52500f5b8ec969d · report
resize_img SakuraRiven/CRAFT/detect.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 193feca2a79684d9 · report
batch_box_coordinate_to_xyminmax nunenuh/craft.pytorch/craft/ops/box_ops.py community (archive-listed) unverified Apache-2.0 (permissive) · e4c0369feb21e11b · report
box_coordinate_to_xyminmax nunenuh/craft.pytorch/craft/ops/box_ops.py community (archive-listed) unverified Apache-2.0 (permissive) · cb9cc883042ddaf7 · report
clean_annots autonise/CRAFT-Remade/src/utils/data_structure_ic17.py community (archive-listed) unverified MIT (permissive) · 89d70e7cf93ed2df · report
combine_point_single nunenuh/craft.pytorch/craft/datasets/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 9ec176e145bf2527 · report
copy_state_dict jakartaresearch/receipt-ocr/src/text_detector/load_model.py community (archive-listed) unverified MIT (permissive) · 57a0fb73bcfe67fa · report
data_preparation jakartaresearch/receipt-ocr/src/text_recognizer/infer.py community (archive-listed) unverified MIT (permissive) · 884d81c7e8570b00 · report
denormalizeMeanVariance clovaai/CRAFT-pytorch/imgproc.py community (archive-listed) unverified MIT (permissive) · b9439a9c0e20cc6f · report
denormalize_mean_variance autonise/CRAFT-Remade/src/utils/data_manipulation.py community (archive-listed) unverified MIT (permissive) · 0967b66c489945c3 · report
getDetBoxes_core clovaai/CRAFT-pytorch/craft_utils.py community (archive-listed) unverified MIT (permissive) · c13a54a77b4f00e8 · report
getPoly_core clovaai/CRAFT-pytorch/craft_utils.py community (archive-listed) unverified MIT (permissive) · 45f5918657dff3ff · report
get_files clovaai/CRAFT-pytorch/file_utils.py community (archive-listed) unverified MIT (permissive) · 5eb8f5306638605a · report
inference jakartaresearch/receipt-ocr/src/text_detector/infer.py community (archive-listed) unverified MIT (permissive) · 0080f90ce4243bd0 · report
inference jakartaresearch/receipt-ocr/src/text_recognizer/infer.py community (archive-listed) unverified MIT (permissive) · 4966ec7a56eb141d · report
list_files clovaai/CRAFT-pytorch/file_utils.py community (archive-listed) unverified MIT (permissive) · 3a2cb8ecd06449a7 · report
loadImage clovaai/CRAFT-pytorch/imgproc.py community (archive-listed) unverified MIT (permissive) · fcfd3b787bf16ec2 · report
load_craft jakartaresearch/receipt-ocr/src/text_detector/load_model.py community (archive-listed) unverified MIT (permissive) · 4de3d5024b3166bc · report
load_craft_onnx jakartaresearch/receipt-ocr/src/text_detector/load_model.py community (archive-listed) unverified MIT (permissive) · 5fa3b7d854c65f78 · report
load_image nunenuh/craft.pytorch/craft/datasets/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · c6c3b5dabfc3b506 · report
load_json2dict nunenuh/craft.pytorch/craft/datasets/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 1018b4cd7ad82c3d · report
load_star jakartaresearch/receipt-ocr/src/text_recognizer/load_model.py community (archive-listed) unverified MIT (permissive) · 495ff57c5a36a262 · report
negative_mask nunenuh/craft.pytorch/craft/nn/functional.py community (archive-listed) unverified Apache-2.0 (permissive) · 4ee9e2489b6b87dc · report
normalizeMeanVariance clovaai/CRAFT-pytorch/imgproc.py community (archive-listed) unverified MIT (permissive) · bbb59da91782eb4d · report
normalize_mean_variance autonise/CRAFT-Remade/src/utils/data_manipulation.py community (archive-listed) unverified MIT (permissive) · 57aac6f1caa06b6f · report
order_points nunenuh/craft.pytorch/craft/ops/box_ops.py community (archive-listed) unverified Apache-2.0 (permissive) · aa2cc8d50d099d54 · report
patch_replication_callback autonise/CRAFT-Remade/src/utils/parallel.py community (archive-listed) unverified MIT (permissive) · e50200dbeffa0133 · report
positive_mask nunenuh/craft.pytorch/craft/nn/functional.py community (archive-listed) unverified Apache-2.0 (permissive) · 1e3766c4386e7660 · report
resize_aspect_ratio jakartaresearch/receipt-ocr/src/text_detector/modules/imgproc.py community (archive-listed) unverified MIT (permissive) · dfefccf0cadf1742 · report
return_height_width autonise/CRAFT-Remade/src/utils/check_dataset.py community (archive-listed) unverified MIT (permissive) · 14efc945c083eae4 · report
test_net jakartaresearch/receipt-ocr/src/text_detector/infer.py community (archive-listed) unverified MIT (permissive) · 6642e901efdd1c29 · report
timeit jakartaresearch/receipt-ocr/src/engine.py community (archive-listed) unverified MIT (permissive) · d54faa5a93381208 · report
trainset_transform nunenuh/craft.pytorch/craft/datasets/loader.py community (archive-listed) unverified Apache-2.0 (permissive) · d465866867a306de · report
validset_transform nunenuh/craft.pytorch/craft/datasets/loader.py community (archive-listed) unverified Apache-2.0 (permissive) · 372dcf0bd38d6552 · report
warpCoord clovaai/CRAFT-pytorch/craft_utils.py community (archive-listed) unverified MIT (permissive) · c2c03abebea398e0 · report
yaml_loader jakartaresearch/receipt-ocr/src/text_detector/modules/utils.py community (archive-listed) unverified MIT (permissive) · ed031c09bde0c116 · report

Tasks

Scene Text DetectionText Detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Scene Text Detection ICDAR 2013 CRAFT H-Mean 95.2 #16 of 16 Archive leaderboard report
Scene Text Detection ICDAR 2013 CRAFT Precision 97.4 #16 of 16 Archive leaderboard report
Scene Text Detection ICDAR 2013 CRAFT Recall 93.1 #16 of 16 Archive leaderboard report
Scene Text Detection ICDAR 2015 CRAFT F-Measure 86.9 #19 of 43 Archive leaderboard report
Scene Text Detection ICDAR 2015 CRAFT Precision 89.8 #19 of 43 Archive leaderboard report
Scene Text Detection ICDAR 2015 CRAFT Recall 84.3 #19 of 43 Archive leaderboard report
Scene Text Detection ICDAR 2017 MLT CRAFT H-Mean 73.9 #8 of 14 Archive leaderboard report
Scene Text Detection ICDAR 2017 MLT CRAFT Precision 80.6 #8 of 14 Archive leaderboard report
Scene Text Detection ICDAR 2017 MLT CRAFT Recall 68.2 #8 of 14 Archive leaderboard report
Scene Text Detection MSRA-TD500 CRAFT F-Measure 82.9 #10 of 18 Archive leaderboard report
Scene Text Detection MSRA-TD500 CRAFT Precision 88.2 #10 of 18 Archive leaderboard report
Scene Text Detection MSRA-TD500 CRAFT Recall 78.2 #10 of 18 Archive leaderboard report
Scene Text Detection SCUT-CTW1500 CRAFT F-Measure 83.5 #9 of 17 Archive leaderboard report
Scene Text Detection SCUT-CTW1500 CRAFT Precision 86 #9 of 17 Archive leaderboard report
Scene Text Detection SCUT-CTW1500 CRAFT Recall 81.1 #9 of 17 Archive leaderboard report
Scene Text Detection Total-Text CRAFT F-Measure 83.6% #17 of 27 Archive leaderboard report
Scene Text Detection Total-Text CRAFT Precision 87.6 #17 of 27 Archive leaderboard report
Scene Text Detection Total-Text CRAFT Recall 79.9 #17 of 27 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