Papers › Fourier Contour Embedding for Arbitrary-Shaped Text Detection

Fourier Contour Embedding for Arbitrary-Shaped Text Detection

21 Apr 2021CVPR 2021 2021 4arXiv:2104.10442archive 2025-07-28

Yiqin Zhu, Jianyong Chen, Lingyu Liang, Zhanghui Kuang, Lianwen Jin, Wayne Zhang

One of the main challenges for arbitrary-shaped text detection is to design a good text instance representation that allows networks to learn diverse text geometry variances. Most of existing methods model text instances in image spatial domain via masks or contour point sequences in the Cartesian or the polar coordinate system. However, the mask representation might lead to expensive post-processing, while the point sequence one may have limited capability to model texts with highly-curved shapes. To tackle these problems, we model text instances in the Fourier domain and propose one novel Fourier Contour Embedding (FCE) method to represent arbitrary shaped text contours as compact signatures. We further construct FCENet with a backbone, feature pyramid networks (FPN) and a simple post-processing with the Inverse Fourier Transformation (IFT) and Non-Maximum Suppression (NMS). Different from previous methods, FCENet first predicts compact Fourier signatures of text instances, and then reconstructs text contours via IFT and NMS during test. Extensive experiments demonstrate that FCE is accurate and robust to fit contours of scene texts even with highly-curved shapes, and also validate the effectiveness and the good generalization of FCENet for arbitrary-shaped text detection. Furthermore, experimental results show that our FCENet is superior to the state-of-the-art (SOTA) methods on CTW1500 and Total-Text, especially on challenging highly-curved text subset.

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

Code

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

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

ElectronicBabylonianLiterature/ebl-ai-api mentioned on GitHubpytorchMIT report
gxym/textbpn-plus-plus mentioned on GitHubpytorch report
gxym/textbpn-puls-plus mentioned on GitHubpytorch report
zhiminzhang0830/FCENet_Paddle mentioned on GitHubpaddleApache-2.0 report
PaddlePaddle/PaddleOCR paddleApache-2.0 report
mindspore-lab/mindocr mindsporenot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
open-mmlab/mmocr pytorchApache-2.0 report
pwc-1/Paper-9 mindspore 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

7 samples harvested; 2 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 · violated contract
1ran · our draft was wrong
5unverified

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

fourier_transform MindCode-4/code-10/FCENet/util/misc.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 7a656add0ef9fc15 · report
str2bool zhiminzhang0830/FCENet_Paddle/PPOCRLabel/PPOCRLabel.py community (archive-listed) ran · violated contract Apache-2.0 (permissive) · 7373b3408ee13c1c · report
inverted zhiminzhang0830/FCENet_Paddle/PPOCRLabel/PPOCRLabel.py community (archive-listed) unverified Apache-2.0 (permissive) · 0769a6bb4dc29a4c · report
multi_apply zhiminzhang0830/FCENet_Paddle/ppocr/losses/det_fce_loss.py community (archive-listed) unverified Apache-2.0 (permissive) · 3803145597ea6de4 · report
ohem_single zhiminzhang0830/FCENet_Paddle/ppocr/losses/det_basic_loss.py community (archive-listed) unverified Apache-2.0 (permissive) · ea3ff3c86a936513 · report
parse_lang zhiminzhang0830/FCENet_Paddle/paddleocr.py community (archive-listed) unverified Apache-2.0 (permissive) · 668e2bee747f1417 · report
read zhiminzhang0830/FCENet_Paddle/PPOCRLabel/PPOCRLabel.py community (archive-listed) unverified Apache-2.0 (permissive) · 14b9c019942ef1b5 · report

Tasks

Scene Text DetectionText Detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Introduced by this paper: Fourier Contour Embedding

Fourier Contour Embedding

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