Papers › Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene...

Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Recognition

11 Mar 2021CVPR 2021 1arXiv:2103.06495archive 2025-07-28

Shancheng Fang, Hongtao Xie, Yuxin Wang, Zhendong Mao, Yongdong Zhang

Linguistic knowledge is of great benefit to scene text recognition. However, how to effectively model linguistic rules in end-to-end deep networks remains a research challenge. In this paper, we argue that the limited capacity of language models comes from: 1) implicitly language modeling; 2) unidirectional feature representation; and 3) language model with noise input. Correspondingly, we propose an autonomous, bidirectional and iterative ABINet for scene text recognition. Firstly, the autonomous suggests to block gradient flow between vision and language models to enforce explicitly language modeling. Secondly, a novel bidirectional cloze network (BCN) as the language model is proposed based on bidirectional feature representation. Thirdly, we propose an execution manner of iterative correction for language model which can effectively alleviate the impact of noise input. Additionally, based on the ensemble of iterative predictions, we propose a self-training method which can learn from unlabeled images effectively. Extensive experiments indicate that ABINet has superiority on low-quality images and achieves state-of-the-art results on several mainstream benchmarks. Besides, the ABINet trained with ensemble self-training shows promising improvement in realizing human-level recognition. Code is available at https://github.com/FangShancheng/ABINet.

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="2103.06495")

Code

Syntology Ran 18 of 28 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · violated contract; 5 ran · our draft was wrong; 12 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 9 ran; community (archive-listed): 10 samples from 1 repository, 8 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

FangShancheng/ABINet officialmentioned in papermentioned on GitHubpytorch report
mindspore-lab/mindocr mentioned on GitHubmindsporenot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
PaddlePaddle/PaddleOCR paddleApache-2.0 report
topdu/openocr 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

28 samples harvested; 18 ran; 0 honoured the contract we drafted; 10 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 · violated contract
5ran · our draft was wrong
12ran
10unverified

Licence: 18 of the 28 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 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

BasicBlock FangShancheng/ABINet/modules/model_abinet.py official repository ran licence not identified · pointer only · 8b2d895aef15d9be · report
CharsetMapper FangShancheng/ABINet/modules/model_abinet.py official repository ran licence not identified · pointer only · 94a652daa576d606 · report
Model FangShancheng/ABINet/modules/model_abinet.py official repository ran licence not identified · pointer only · 5ff3373e28aae885 · report
ResNet FangShancheng/ABINet/modules/model_abinet.py official repository ran fingerprinted licence not identified · pointer only · 6233cc4fd41851f9 · report
TransformerDecoder FangShancheng/ABINet/modules/model_abinet.py official repository ran fingerprinted licence not identified · pointer only · 226445be82e50d4d · report
TransformerEncoder FangShancheng/ABINet/modules/model_abinet.py official repository ran fingerprinted licence not identified · pointer only · 1b76a464f3c830a7 · report
_get_clones FangShancheng/ABINet/modules/model_abinet.py official repository ran · our draft was wrong licence not identified · pointer only · dcc52ab8e3f774c1 · report
multi_head_attention_forward FangShancheng/ABINet/modules/model_abinet.py official repository ran · our draft was wrong licence not identified · pointer only · 62abaf6e5036ae75 · report
resnet45 FangShancheng/ABINet/modules/model_abinet.py official repository ran licence not identified · pointer only · 79aaa168270e1981 · report
ABINetModel FangShancheng/ABINet/modules/model_abinet.py official repository unverified licence not identified · pointer only · 56724c2edf353bc4 · report
BCNLanguage FangShancheng/ABINet/modules/model_abinet.py official repository unverified licence not identified · pointer only · 53798f23eb8bbe97 · report
BaseAlignment FangShancheng/ABINet/modules/model_abinet.py official repository unverified licence not identified · pointer only · 40352875c67d1c69 · report
BaseVision FangShancheng/ABINet/modules/model_abinet.py official repository unverified licence not identified · pointer only · b60518783b10d9a4 · report
MultiheadAttention FangShancheng/ABINet/modules/model_abinet.py official repository unverified licence not identified · pointer only · 7c0b340a62978887 · report
ResTranformer FangShancheng/ABINet/modules/model_abinet.py official repository unverified licence not identified · pointer only · afb414da038f350c · report
TransformerDecoderLayer FangShancheng/ABINet/modules/model_abinet.py official repository unverified licence not identified · pointer only · cf1325762bea9012 · report
TransformerEncoderLayer FangShancheng/ABINet/modules/model_abinet.py official repository unverified licence not identified · pointer only · 152fce378f96441c · report
DecoderUpsample topdu/openocr/openrec/modeling/decoders/abinet_decoder.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · b0e736ef9fcfc26b · report
MultiheadAttention topdu/openocr/openrec/modeling/decoders/abinet_decoder.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 5dd87791ac034fb5 · report
PositionAttention topdu/openocr/openrec/modeling/decoders/abinet_decoder.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · a03b5b158fee7dbe · report
PositionalEncoding topdu/openocr/openrec/modeling/decoders/abinet_decoder.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · c02c1d1f291e2f20 · report
TransformerBlock topdu/openocr/openrec/modeling/decoders/abinet_decoder.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 27366919489ba9ab · report
_get_length topdu/openocr/openrec/modeling/decoders/abinet_decoder.py community (archive-listed) ran · violated contract fingerprinted Apache-2.0 (permissive) · b45dc0a4d0dae7c6 · report
_get_mask topdu/openocr/openrec/modeling/decoders/abinet_decoder.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · edacec1f0c46d5f6 · report
encoder_layer topdu/openocr/openrec/modeling/decoders/abinet_decoder.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 6d0a2c5e1e8c4121 · report
ABINetDecoder topdu/openocr/openrec/modeling/decoders/abinet_decoder.py community (archive-listed) unverified Apache-2.0 (permissive) · 4fa84ab0bb6d25a1 · report
BCNLanguage topdu/openocr/openrec/modeling/decoders/abinet_decoder.py community (archive-listed) unverified Apache-2.0 (permissive) · 1e58672f91519c02 · report
conv1x1 identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 6ef392f365cc5703 · report

Tasks

Language ModelingLanguage ModellingScene Text Recognition

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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