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/ULSD: Unified Line Segment Detection across Pinhole, Fishe...

ULSD: Unified Line Segment Detection across Pinhole, Fisheye, and Spherical Cameras

Hao Li, Huai Yu, Wen Yang, Lei Yu, Sebastian Scherer

2020-11-06Line Segment Detection
PaperPDFCodeCode(official)

Abstract

Line segment detection is essential for high-level tasks in computer vision and robotics. Currently, most stateof-the-art (SOTA) methods are dedicated to detecting straight line segments in undistorted pinhole images, thus distortions on fisheye or spherical images may largely degenerate their performance. Targeting at the unified line segment detection (ULSD) for both distorted and undistorted images, we propose to represent line segments with the Bezier curve model. Then the line segment detection is tackled by the Bezier curve regression with an end-to-end network, which is model-free and without any undistortion preprocessing. Experimental results on the pinhole, fisheye, and spherical image datasets validate the superiority of the proposed ULSD to the SOTA methods both in accuracy and efficiency (40.6fps for pinhole images). The source code is available at https://github.com/lh9171338/Unified-LineSegment-Detection.

Results

TaskDatasetMetricValueModel
Line Segment DetectionYork Urban DatasetsAP1027.4ULSD
Line Segment Detectionwireframe datasetsAP1066.4ULSD

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