CVROSep 10, 2021

Line as a Visual Sentence: Context-aware Line Descriptor for Visual Localization

arXiv:2109.04753v150 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in robotics and computer vision by enhancing line feature matching for more robust visual localization, though it is incremental as it builds on existing CNN-based methods.

The paper tackles the problem of generating fixed-dimensional descriptors for variable-length line segments in visual localization by introducing Line-Transformers that treat lines as sentences with points as words, achieving improved performance in homography estimation and visual localization.

Along with feature points for image matching, line features provide additional constraints to solve visual geometric problems in robotics and computer vision (CV). Although recent convolutional neural network (CNN)-based line descriptors are promising for viewpoint changes or dynamic environments, we claim that the CNN architecture has innate disadvantages to abstract variable line length into the fixed-dimensional descriptor. In this paper, we effectively introduce Line-Transformers dealing with variable lines. Inspired by natural language processing (NLP) tasks where sentences can be understood and abstracted well in neural nets, we view a line segment as a sentence that contains points (words). By attending to well-describable points on aline dynamically, our descriptor performs excellently on variable line length. We also propose line signature networks sharing the line's geometric attributes to neighborhoods. Performing as group descriptors, the networks enhance line descriptors by understanding lines' relative geometries. Finally, we present the proposed line descriptor and matching in a Point and Line Localization (PL-Loc). We show that the visual localization with feature points can be improved using our line features. We validate the proposed method for homography estimation and visual localization.

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