Papers › SPTS v2: Single-Point Scene Text Spotting

SPTS v2: Single-Point Scene Text Spotting

4 Jan 2023arXiv:2301.01635archive 2025-07-28

Yuliang Liu, Jiaxin Zhang, Dezhi Peng, Mingxin Huang, Xinyu Wang, Jingqun Tang, Can Huang, Dahua Lin, Chunhua Shen, Xiang Bai, Lianwen Jin

End-to-end scene text spotting has made significant progress due to its intrinsic synergy between text detection and recognition. Previous methods commonly regard manual annotations such as horizontal rectangles, rotated rectangles, quadrangles, and polygons as a prerequisite, which are much more expensive than using single-point. Our new framework, SPTS v2, allows us to train high-performing text-spotting models using a single-point annotation. SPTS v2 reserves the advantage of the auto-regressive Transformer with an Instance Assignment Decoder (IAD) through sequentially predicting the center points of all text instances inside the same predicting sequence, while with a Parallel Recognition Decoder (PRD) for text recognition in parallel, which significantly reduces the requirement of the length of the sequence. These two decoders share the same parameters and are interactively connected with a simple but effective information transmission process to pass the gradient and information. Comprehensive experiments on various existing benchmark datasets demonstrate the SPTS v2 can outperform previous state-of-the-art single-point text spotters with fewer parameters while achieving 19× faster inference speed. Within the context of our SPTS v2 framework, our experiments suggest a potential preference for single-point representation in scene text spotting when compared to other representations. Such an attempt provides a significant opportunity for scene text spotting applications beyond the realms of existing paradigms. Code is available at: https://github.com/Yuliang-Liu/SPTSv2.

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

Code

Syntology Ran 5 of 16 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

bytedance/sptsv2 officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
yuliang-liu/sptsv2 officialmentioned in papermentioned on GitHub report
shannanyinxiang/spts officialmentioned in paperpytorch 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

16 samples harvested; 5 ran; 0 honoured the contract we drafted; 11 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
1ran · our draft was wrong
1ran · fixture could not drive it
2ran
11unverified

Licence: 0 of the 16 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 bytedance/sptsv2. “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.

generate_square_subsequent_mask bytedance/sptsv2/models/encoder_decoder.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 894b253f35765276 · report
hflip bytedance/sptsv2/datasets/sptsv2_transforms.py official repository ran Apache-2.0 (permissive) · 9be9e658b5bd688a · report
reduce_dict bytedance/sptsv2/util/misc_sptsv2.py official repository ran Apache-2.0 (permissive) · 05992505df9ef0cd · report
window_partition bytedance/sptsv2/models/encoder_decoder.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · f9fd6241d935f07b · report
window_reverse bytedance/sptsv2/models/encoder_decoder.py official repository ran · our draft was wrong Apache-2.0 (permissive) · fb32094c6dbece71 · report
all_gather bytedance/sptsv2/util/misc_sptsv2.py official repository unverified Apache-2.0 (permissive) · ebbfd2397d6c7321 · report
bezier_to_polygon bytedance/sptsv2/datasets/ocr_dataset.py official repository unverified Apache-2.0 (permissive) · 5d3dcc613a7cfc85 · report
crop bytedance/sptsv2/datasets/sptsv2_transforms.py official repository unverified Apache-2.0 (permissive) · 8eac9e88e2b866d8 · report
crop_ bytedance/sptsv2/datasets/sptsv2_transforms.py official repository unverified Apache-2.0 (permissive) · 94654eada185e63b · report
draw_short_line bytedance/sptsv2/util/visualize.py official repository unverified Apache-2.0 (permissive) · a4a397c75fc42094 · report
dynamic_point bytedance/sptsv2/datasets/ocr_dataset.py official repository unverified Apache-2.0 (permissive) · dd6bcdc703fcdaed · report
extract_result_from_output_seqs bytedance/sptsv2/util/visualize.py official repository unverified Apache-2.0 (permissive) · 5c400bdf7fa3204b · report
nested_tensor_from_tensor_list bytedance/sptsv2/util/misc_sptsv2.py official repository unverified Apache-2.0 (permissive) · 5adadb63e05f89b9 · report
process_args bytedance/sptsv2/util/data.py official repository unverified Apache-2.0 (permissive) · 3176f181873cc5f4 · report
read_lexicon bytedance/sptsv2/eval_ic15.py official repository unverified Apache-2.0 (permissive) · 667724bf107c52b8 · report
weighted_edit_distance bytedance/sptsv2/eval_ic15.py official repository unverified Apache-2.0 (permissive) · 16e0e017ff8eb9d7 · report

Tasks

DecoderText DetectionText Spotting

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Text Spotting ICDAR 2015 SPTS v2 F-measure (%) - Generic Lexicon 72.6 #15 of 18 Archive leaderboard report
Text Spotting ICDAR 2015 SPTS v2 F-measure (%) - Strong Lexicon 82.3 #15 of 18 Archive leaderboard report
Text Spotting ICDAR 2015 SPTS v2 F-measure (%) - Weak Lexicon 77.7 #15 of 18 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.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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