CVApr 7, 2021

SOLD2: Self-supervised Occlusion-aware Line Description and Detection

arXiv:2104.03362v2117 citationsHas Code
AI Analysis

This work addresses the problem of improving line feature matching for multi-view tasks in computer vision, representing an incremental advancement over existing point-based methods.

The paper tackles the challenge of joint detection and description of line segments in images using a self-supervised deep network, achieving higher repeatability, localization accuracy, and matching metrics compared to previous methods on multi-view datasets.

Compared to feature point detection and description, detecting and matching line segments offer additional challenges. Yet, line features represent a promising complement to points for multi-view tasks. Lines are indeed well-defined by the image gradient, frequently appear even in poorly textured areas and offer robust structural cues. We thus hereby introduce the first joint detection and description of line segments in a single deep network. Thanks to a self-supervised training, our method does not require any annotated line labels and can therefore generalize to any dataset. Our detector offers repeatable and accurate localization of line segments in images, departing from the wireframe parsing approach. Leveraging the recent progresses in descriptor learning, our proposed line descriptor is highly discriminative, while remaining robust to viewpoint changes and occlusions. We evaluate our approach against previous line detection and description methods on several multi-view datasets created with homographic warps as well as real-world viewpoint changes. Our full pipeline yields higher repeatability, localization accuracy and matching metrics, and thus represents a first step to bridge the gap with learned feature points methods. Code and trained weights are available at https://github.com/cvg/SOLD2.

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