TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Fully Convolutional Line Parsing

Fully Convolutional Line Parsing

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

2021-04-22Line Segment Detection
PaperPDFCode(official)Code

Abstract

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.

Results

TaskDatasetMetricValueModel
Line Segment DetectionYork Urban DatasetsAP1030.8F-Clip
Line Segment DetectionYork Urban DatasetsAP528.5F-Clip
Line Segment Detectionwireframe datasetsAP1068.3F-Clip
Line Segment Detectionwireframe datasetsAP564.3F-Clip

Related Papers

ScaleLSD: Scalable Deep Line Segment Detection Streamlined2025-06-11LINEA: Fast and Accurate Line Detection Using Scalable Transformers2025-05-22Improving Transformer Based Line Segment Detection with Matched Predicting and Re-ranking2025-02-25DT-LSD: Deformable Transformer-based Line Segment Detection2024-11-20The Impact of Semi-Supervised Learning on Line Segment Detection2024-11-07Staircase Localization for Autonomous Exploration in Urban Environments2024-03-26Level-line Guided Edge Drawing for Robust Line Segment Detection2023-05-10A Comprehensive Review of Image Line Segment Detection and Description: Taxonomies, Comparisons, and Challenges2023-04-29