TL;DR
LSDNet is a fast, accurate CNN-based line segment detector that integrates a lightweight CNN into the classical LSD algorithm, achieving high speed and competitive accuracy while addressing annotation inconsistencies in benchmarks.
Contribution
This paper introduces LSDNet, a novel modification of the LSD algorithm that incorporates a lightweight CNN for improved speed and accuracy in line segment detection.
Findings
LSDNet achieves 214 FPS with 78 Fh accuracy on Wireframe dataset.
Reannotation of benchmarks reduces accuracy gaps between detectors.
LSDNet's accuracy is close to state-of-the-art while being significantly faster.
Abstract
As of today, the best accuracy in line segment detection (LSD) is achieved by algorithms based on convolutional neural networks - CNNs. Unfortunately, these methods utilize deep, heavy networks and are slower than traditional model-based detectors. In this paper we build an accurate yet fast CNN- based detector, LSDNet, by incorporating a lightweight CNN into a classical LSD detector. Specifically, we replace the first step of the original LSD algorithm - construction of line segments heatmap and tangent field from raw image gradients - with a lightweight CNN, which is able to calculate more complex and rich features. The second part of the LSD algorithm is used with only minor modifications. Compared with several modern line segment detectors on standard Wireframe dataset, the proposed LSDNet provides the highest speed (among CNN-based detectors) of 214 FPS with a competitive accuracy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Heatmap
