Papers › LRANet: Towards Accurate and Efficient Scene Text Detection with Low-Rank Approximation Network

LRANet: Towards Accurate and Efficient Scene Text Detection with Low-Rank Approximation Network

27 Jun 2023arXiv:2306.15142archive 2025-07-28

Yuchen Su, Zhineng Chen, Zhiwen Shao, Yuning Du, Zhilong Ji, Jinfeng Bai, Yong Zhou, Yu-Gang Jiang

Recently, regression-based methods, which predict parameterized text shapes for text localization, have gained popularity in scene text detection. However, the existing parameterized text shape methods still have limitations in modeling arbitrary-shaped texts due to ignoring the utilization of text-specific shape information. Moreover, the time consumption of the entire pipeline has been largely overlooked, leading to a suboptimal overall inference speed. To address these issues, we first propose a novel parameterized text shape method based on low-rank approximation. Unlike other shape representation methods that employ data-irrelevant parameterization, our approach utilizes singular value decomposition and reconstructs the text shape using a few eigenvectors learned from labeled text contours. By exploring the shape correlation among different text contours, our method achieves consistency, compactness, simplicity, and robustness in shape representation. Next, we propose a dual assignment scheme for speed acceleration. It adopts a sparse assignment branch to accelerate the inference speed, and meanwhile, provides ample supervised signals for training through a dense assignment branch. Building upon these designs, we implement an accurate and efficient arbitrary-shaped text detector named LRANet. Extensive experiments are conducted on several challenging benchmarks, demonstrating the superior accuracy and efficiency of LRANet compared to state-of-the-art methods. Code is available at: \url{https://github.com/ychensu/LRANet.git}

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

Code

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

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

ychensu/lranet officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
ernestchenchen/sg-lra mentioned on GitHubpytorchApache-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

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

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

anchor ychensu/lranet/docs_zh_CN/stats.py official repository ran fingerprinted Apache-2.0 (permissive) · d0ddd50f31a39641 · report
disable_text_recog_aug_test ychensu/lranet/mmocr/apis/inference.py official repository unverified Apache-2.0 (permissive) · 134a310b9ec68019 · report
inference_with_session ychensu/lranet/mmocr/core/deployment/deploy_utils.py official repository unverified Apache-2.0 (permissive) · 2252ddf7c0f7fffc · report
overlay_mask_img ychensu/lranet/mmocr/core/visualize.py official repository unverified Apache-2.0 (permissive) · 51bc3232ec8e8744 · report
points2boundary ychensu/lranet/mmocr/core/mask.py official repository unverified Apache-2.0 (permissive) · f9b4b952d392770f · report
seg2boundary ychensu/lranet/mmocr/core/mask.py official repository unverified Apache-2.0 (permissive) · acefba8a62931b37 · report
SMAPE ernestchenchen/sg-lra/Engine_data/Cobb_eval.py community (archive-listed) unverified Apache-2.0 (permissive) · 8764da666d21bfbd · report
chebyshev_distance ernestchenchen/sg-lra/Engine_data/Cobb_eval.py community (archive-listed) unverified Apache-2.0 (permissive) · 54771587e8474db6 · report
cobb_angle_calc ernestchenchen/sg-lra/Engine_data/cobb_evaluate.py community (archive-listed) unverified Apache-2.0 (permissive) · cc9e54c16c0b3c6b · report
euclidean_distance ernestchenchen/sg-lra/Engine_data/chen_lra_to_COCO.py community (archive-listed) unverified Apache-2.0 (permissive) · c2110b21810fb6e8 · report
euclidean_distance ernestchenchen/sg-lra/Engine_data/Cobb_eval.py community (archive-listed) unverified Apache-2.0 (permissive) · ad4926183260cac8 · report
iou_score ernestchenchen/sg-lra/Engine_data/loss_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · a45e329ef3c0b6fd · report
is_S ernestchenchen/sg-lra/Engine_data/cobb_evaluate.py community (archive-listed) unverified Apache-2.0 (permissive) · 863f644c9c65b019 · report
is_point_in_rectangle ernestchenchen/sg-lra/Engine_data/chen_lra_to_COCO.py community (archive-listed) unverified Apache-2.0 (permissive) · 7934463e9c48e36c · report
load_results ernestchenchen/sg-lra/Engine_data/chen_lra_to_COCO_eval.py community (archive-listed) unverified Apache-2.0 (permissive) · 231897c9154a0118 · report
poly_to_bbox ernestchenchen/sg-lra/Engine_data/chen_lra_to_COCO_eval.py community (archive-listed) unverified Apache-2.0 (permissive) · fadb675e86458fda · report
poly_to_bbox_specific ernestchenchen/sg-lra/Engine_data/chen_lra_to_COCO_eval.py community (archive-listed) unverified Apache-2.0 (permissive) · 8c67e5100acd0c62 · report
regression_loss ernestchenchen/sg-lra/Engine_data/loss_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 0a36a9256166788c · report
vertices_to_bbox ernestchenchen/sg-lra/Engine_data/loss_dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 52af6f1b62ffd8bd · report

Tasks

Scene Text DetectionText Detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

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