Papers › MASTER: Multi-Aspect Non-local Network for Scene Text Recognition

MASTER: Multi-Aspect Non-local Network for Scene Text Recognition

7 Oct 2019arXiv:1910.02562archive 2025-07-28

Ning Lu, Wenwen Yu, Xianbiao Qi, Yihao Chen, Ping Gong, Rong Xiao, Xiang Bai

Attention-based scene text recognizers have gained huge success, which leverages a more compact intermediate representation to learn 1d- or 2d- attention by a RNN-based encoder-decoder architecture. However, such methods suffer from attention-drift problem because high similarity among encoded features leads to attention confusion under the RNN-based local attention mechanism. Moreover, RNN-based methods have low efficiency due to poor parallelization. To overcome these problems, we propose the MASTER, a self-attention based scene text recognizer that (1) not only encodes the input-output attention but also learns self-attention which encodes feature-feature and target-target relationships inside the encoder and decoder and (2) learns a more powerful and robust intermediate representation to spatial distortion, and (3) owns a great training efficiency because of high training parallelization and a high-speed inference because of an efficient memory-cache mechanism. Extensive experiments on various benchmarks demonstrate the superior performance of our MASTER on both regular and irregular scene text. Pytorch code can be found at https://github.com/wenwenyu/MASTER-pytorch, and Tensorflow code can be found at https://github.com/jiangxiluning/MASTER-TF.

PaperPDFCodeCode 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="1910.02562")

Code

Syntology Ran 4 of 10 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · our draft was wrong.

By repository: official repository: 9 samples from 1 repository, 4 ran; community (archive-listed): 1 sample from 1 repository, 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.

jiangxiluning/MASTER-TF officialmentioned in papermentioned on GitHubtfMIT report
wenwenyu/MASTER-pytorch officialmentioned in papermentioned on GitHubpytorchMIT report
JiaquanYe/TableMASTER-mmocr mentioned on GitHubpytorchApache-2.0 report
S-HuaBomb/MASTER-paddle mentioned on GitHubpaddleMIT report
mindee/doctr mentioned on GitHubpytorchApache-2.0 report
open-mmlab/mmocr mentioned on GitHubpytorchApache-2.0 report
mindspore-lab/mindocr mindsporenot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready 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

10 samples harvested; 4 ran; 3 honoured the contract we drafted; 6 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.

3ran · honoured contract
1ran · our draft was wrong
6unverified

Licence: 0 of the 10 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. “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.

clones jiangxiluning/MASTER-TF/src/model/transformer.py official repository ran · our draft was wrong MIT (permissive) · 2271c8526c9dce4e · report
get_angles jiangxiluning/MASTER-TF/src/model/transformer.py official repository ran · honoured contract fingerprinted MIT (permissive) · 7816c6d65ab55d8f · report
positional_encoding jiangxiluning/MASTER-TF/src/model/transformer_tf.py official repository ran · honoured contract MIT (permissive) · 29af386f64351dae · report
positional_encoding jiangxiluning/MASTER-TF/src/model/transformer.py official repository ran · honoured contract MIT (permissive) · 70fe09020aeba7f4 · report
conv33 jiangxiluning/MASTER-TF/src/model/backbone.py official repository unverified MIT (permissive) · 39161ed30377ac7c · report
create_padding_mask jiangxiluning/MASTER-TF/src/model/transformer_tf.py official repository unverified MIT (permissive) · 436719c2595f1c54 · report
get_vocabulary jiangxiluning/MASTER-TF/src/dataset/utils.py official repository unverified MIT (permissive) · a7852c913c2d2af2 · report
resize_width jiangxiluning/MASTER-TF/src/dataset/utils.py official repository unverified MIT (permissive) · bf79ed7abc99e5ee · report
rotate_img jiangxiluning/MASTER-TF/src/dataset/utils.py official repository unverified MIT (permissive) · e72bcd44ddf201b9 · report
calculate_gain S-HuaBomb/MASTER-paddle/model/initializers.py community (archive-listed) unverified MIT (permissive) · 5c1510caf3cf76cb · report

Tasks

DecoderScene 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