English

GlueStick: Robust Image Matching by Sticking Points and Lines Together

Computer Vision and Pattern Recognition 2023-10-23 v3

Abstract

Line segments are powerful features complementary to points. They offer structural cues, robust to drastic viewpoint and illumination changes, and can be present even in texture-less areas. However, describing and matching them is more challenging compared to points due to partial occlusions, lack of texture, or repetitiveness. This paper introduces a new matching paradigm, where points, lines, and their descriptors are unified into a single wireframe structure. We propose GlueStick, a deep matching Graph Neural Network (GNN) that takes two wireframes from different images and leverages the connectivity information between nodes to better glue them together. In addition to the increased efficiency brought by the joint matching, we also demonstrate a large boost of performance when leveraging the complementary nature of these two features in a single architecture. We show that our matching strategy outperforms the state-of-the-art approaches independently matching line segments and points for a wide variety of datasets and tasks. The code is available at https://github.com/cvg/GlueStick.

Keywords

Cite

@article{arxiv.2304.02008,
  title  = {GlueStick: Robust Image Matching by Sticking Points and Lines Together},
  author = {Rémi Pautrat and Iago Suárez and Yifan Yu and Marc Pollefeys and Viktor Larsson},
  journal= {arXiv preprint arXiv:2304.02008},
  year   = {2023}
}

Comments

Accepted at ICCV 2023

R2 v1 2026-06-28T09:49:32.890Z