Papers › Fully Convolutional Line Parsing

Fully Convolutional Line Parsing

22 Apr 2021arXiv:2104.11207archive 2025-07-28

Xili Dai, Haigang Gong, Shuai Wu, Xiaojun Yuan, Yi Ma

We present a one-stage Fully Convolutional Line Parsing network (F-Clip) that detects line segments from images. The proposed network is very simple and flexible with variations that gracefully trade off between speed and accuracy for different applications. F-Clip detects line segments in an end-to-end fashion by predicting each line's center position, length, and angle. We further customize the design of convolution kernels of our fully convolutional network to effectively exploit the statistical priors of the distribution of line angles in real image datasets. We conduct extensive experiments and show that our method achieves a significantly better trade-off between efficiency and accuracy, resulting in a real-time line detector at up to 73 FPS on a single GPU. Such inference speed makes our method readily applicable to real-time tasks without compromising any accuracy of previous methods. Moreover, when equipped with a performance-improving backbone network, F-Clip is able to significantly outperform all state-of-the-art line detectors on accuracy at a similar or even higher frame rate. In other word, under same inference speed, F-Clip always achieving best accuracy compare with other methods. Source code https://github.com/Delay-Xili/F-Clip.

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

Code

Syntology Ran 2 of 19 code samples harvested from 2 repositories linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

Delay-Xili/F-Clip officialmentioned in papermentioned on GitHubpytorchMIT 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; 2 ran; 0 honoured the contract we drafted; 17 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 · our draft was wrong
1ran · fixture could not drive it
17unverified

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.

ap Delay-Xili/F-Clip/FClip/metric.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 6cc7fd04d6d9a593 · report
conv3x3 Delay-Xili/F-Clip/FClip/models/pose_hrnet.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
APJ Delay-Xili/F-Clip/FClip/metric.py official repository unverified MIT (permissive) · 02b2ffeb173ebb15 · report
collate Delay-Xili/F-Clip/FClip/datasets.py official repository unverified MIT (permissive) · 624365544af5330a · report
init_lr_scheduler Delay-Xili/F-Clip/FClip/lr_schedulers.py official repository unverified MIT (permissive) · cf7293640b3170a1 · report
mAPJ Delay-Xili/F-Clip/FClip/metric.py official repository unverified MIT (permissive) · 6d6cfc939498bd6b · report
non_maximum_suppression Delay-Xili/F-Clip/FClip/nms.py official repository unverified MIT (permissive) · a58f56d0f6bd4d2a · report
structure_nms Delay-Xili/F-Clip/FClip/nms.py official repository unverified MIT (permissive) · 4498fbf267a33954 · report
structure_nms_torch Delay-Xili/F-Clip/FClip/nms.py official repository unverified MIT (permissive) · a218e03e98eafb64 · report
PSNR PINTO0309/PINTO_model_zoo/071_Noise2Noise/model.py community (archive-listed) unverified MIT (permissive) · 8b86297f01fc1975 · report
get_graph_def_from_file PINTO0309/PINTO_model_zoo/007_mobilenetv2-poseestimation/01_float32/02_pb_to_saved_model.py community (archive-listed) unverified MIT (permissive) · 0e829dba312cea5f · report
get_graph_def_from_file PINTO0309/PINTO_model_zoo/007_mobilenetv2-poseestimation/dm050_224/01_freeze_the_saved_model.py community (archive-listed) unverified MIT (permissive) · 2941f56720d60ef7 · report
get_model PINTO0309/PINTO_model_zoo/071_Noise2Noise/model.py community (archive-listed) unverified MIT (permissive) · 62283db35d874061 · report
get_noise_model PINTO0309/PINTO_model_zoo/071_Noise2Noise/noise_model.py community (archive-listed) unverified MIT (permissive) · 843f6a8c8d2d4cf8 · report
make_graph PINTO0309/PINTO_model_zoo/082_MediaPipe_Meet_Segmentation/01_segm_lite_v509_tflite_to_pb_saved_model.py community (archive-listed) unverified MIT (permissive) · b9b75736ab77054a · report
make_graph PINTO0309/PINTO_model_zoo/082_MediaPipe_Meet_Segmentation/02_segm_full_v679_tflite_to_pb_saved_model.py community (archive-listed) unverified MIT (permissive) · 370b7fb5b138c7d6 · report
make_graph PINTO0309/PINTO_model_zoo/082_MediaPipe_Meet_Segmentation/03_segm_lite_v681_tflite_to_pb_saved_model.py community (archive-listed) unverified MIT (permissive) · 2b31112f5b169d48 · report
optimizing_hardswish_for_edgetpu PINTO0309/PINTO_model_zoo/082_MediaPipe_Meet_Segmentation/01_segm_lite_v509_tflite_to_pb_saved_model.py community (archive-listed) unverified MIT (permissive) · ba2e5d92a859bd80 · report
tf_log10 PINTO0309/PINTO_model_zoo/071_Noise2Noise/model.py community (archive-listed) unverified MIT (permissive) · eb1a712b7ccc8e72 · report

Tasks

Line Segment Detection

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Line Segment Detection York Urban Dataset F-Clip sAP10 30.8 #5 of 16 Archive leaderboard report
Line Segment Detection York Urban Dataset F-Clip sAP5 28.5 #5 of 16 Archive leaderboard report
Line Segment Detection wireframe dataset F-Clip sAP10 68.3 #2 of 10 Archive leaderboard report
Line Segment Detection wireframe dataset F-Clip sAP5 64.3 #2 of 10 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

Convolution

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