CVDec 15, 2022

DeepLSD: Line Segment Detection and Refinement with Deep Image Gradients

arXiv:2212.07766v399 citationsh-index: 123Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for reliable line detection in vision tasks like 3D reconstruction and SLAM, offering a hybrid solution that balances speed and robustness, though it is incremental in combining existing approaches.

The paper tackles the problem of line segment detection in computer vision by combining traditional gradient-based methods with deep learning to create a more accurate and robust detector that can be trained without ground truth lines. The result is DeepLSD, which improves accuracy over current deep detectors by a large margin and demonstrates strong performance on multiple challenging datasets.

Line segments are ubiquitous in our human-made world and are increasingly used in vision tasks. They are complementary to feature points thanks to their spatial extent and the structural information they provide. Traditional line detectors based on the image gradient are extremely fast and accurate, but lack robustness in noisy images and challenging conditions. Their learned counterparts are more repeatable and can handle challenging images, but at the cost of a lower accuracy and a bias towards wireframe lines. We propose to combine traditional and learned approaches to get the best of both worlds: an accurate and robust line detector that can be trained in the wild without ground truth lines. Our new line segment detector, DeepLSD, processes images with a deep network to generate a line attraction field, before converting it to a surrogate image gradient magnitude and angle, which is then fed to any existing handcrafted line detector. Additionally, we propose a new optimization tool to refine line segments based on the attraction field and vanishing points. This refinement improves the accuracy of current deep detectors by a large margin. We demonstrate the performance of our method on low-level line detection metrics, as well as on several downstream tasks using multiple challenging datasets. The source code and models are available at https://github.com/cvg/DeepLSD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes