Papers › TextSnake: A Flexible Representation for Detecting Text of Arbitrary Shapes

TextSnake: A Flexible Representation for Detecting Text of Arbitrary Shapes

4 Jul 2018ECCV 2018 9arXiv:1807.01544archive 2025-07-28

Shangbang Long, Jiaqiang Ruan, Wenjie Zhang, Xin He, Wenhao Wu, Cong Yao

Driven by deep neural networks and large scale datasets, scene text detection methods have progressed substantially over the past years, continuously refreshing the performance records on various standard benchmarks. However, limited by the representations (axis-aligned rectangles, rotated rectangles or quadrangles) adopted to describe text, existing methods may fall short when dealing with much more free-form text instances, such as curved text, which are actually very common in real-world scenarios. To tackle this problem, we propose a more flexible representation for scene text, termed as TextSnake, which is able to effectively represent text instances in horizontal, oriented and curved forms. In TextSnake, a text instance is described as a sequence of ordered, overlapping disks centered at symmetric axes, each of which is associated with potentially variable radius and orientation. Such geometry attributes are estimated via a Fully Convolutional Network (FCN) model. In experiments, the text detector based on TextSnake achieves state-of-the-art or comparable performance on Total-Text and SCUT-CTW1500, the two newly published benchmarks with special emphasis on curved text in natural images, as well as the widely-used datasets ICDAR 2015 and MSRA-TD500. Specifically, TextSnake outperforms the baseline on Total-Text by more than 40% in F-measure.

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

Code

Syntology Ran 1 of 6 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 1 ran with no contract checked.

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

princewang1994/TextSnake.pytorch mentioned on GitHubpytorchMIT report
speakstone/TextSnake mentioned on GitHubpytorchMIT report
open-mmlab/mmocr 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

6 samples harvested; 1 ran; 0 honoured the contract we drafted; 5 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
5unverified

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

make_layers princewang1994/TextSnake.pytorch/network/vgg.py community (archive-listed) ran MIT (permissive) · ac62432dc5134b0d · report
get speakstone/TextSnake/dataset/data_coco.py community (archive-listed) unverified MIT (permissive) · d2f61d806e44b0a6 · report
get_and_check speakstone/TextSnake/dataset/data_coco.py community (archive-listed) unverified MIT (permissive) · 9df01a1787744a19 · report
get_filename_as_int speakstone/TextSnake/dataset/data_coco.py community (archive-listed) unverified MIT (permissive) · 138a54613786d206 · report
md5sum speakstone/TextSnake/bai_pachong/Img_Deduplication.py community (archive-listed) unverified MIT (permissive) · 1dcd42e5770df07d · report
pil_load_img princewang1994/TextSnake.pytorch/dataset/dataload.py community (archive-listed) unverified MIT (permissive) · 82860b18e1fc22c2 · report

Tasks

Curved Text DetectionScene Text DetectionText Detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Curved Text Detection SCUT-CTW1500 TextSnake [[Long et al.(2018)Long, Ruan, Zhang, He, Wu, and Yao]] F-Measure 75.6% #2 of 5 Archive leaderboard report
Scene Text Detection ICDAR 2015 PixelLink+VGG16 2s F-Measure 83.7 #29 of 43 Archive leaderboard report
Scene Text Detection ICDAR 2015 PixelLink+VGG16 2s Precision 85.5 #29 of 43 Archive leaderboard report
Scene Text Detection ICDAR 2015 PixelLink+VGG16 2s Recall 82 #29 of 43 Archive leaderboard report
Scene Text Detection MSRA-TD500 TextSnake F-Measure 78.3 #15 of 18 Archive leaderboard report
Scene Text Detection MSRA-TD500 TextSnake Precision 83.2 #15 of 18 Archive leaderboard report
Scene Text Detection MSRA-TD500 TextSnake Recall 73.9 #15 of 18 Archive leaderboard report
Scene Text Detection SCUT-CTW1500 TextSnake F-Measure 75.6 #16 of 17 Archive leaderboard report
Scene Text Detection SCUT-CTW1500 TextSnake Precision 67.9 #16 of 17 Archive leaderboard report
Scene Text Detection SCUT-CTW1500 TextSnake Recall 85.3 #16 of 17 Archive leaderboard report
Scene Text Detection Total-Text TextSnake F-Measure 78.4% #24 of 27 Archive leaderboard report
Scene Text Detection Total-Text TextSnake Precision 82.7 #24 of 27 Archive leaderboard report
Scene Text Detection Total-Text TextSnake Recall 74.5 #24 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