CVJun 21, 2023

DGC-GNN: Leveraging Geometry and Color Cues for Visual Descriptor-Free 2D-3D Matching

arXiv:2306.12547v222 citationsh-index: 45
Originality Highly original
AI Analysis

This addresses the need for efficient 2D-3D matching in computer vision applications where descriptors are impractical, though it is an incremental improvement over existing descriptor-free methods.

The paper tackles the problem of matching 2D keypoints to a 3D point cloud without visual descriptors, which reduces memory and maintenance needs. The result is that DGC-GNN doubles the accuracy of the state-of-the-art descriptor-free method and narrows the gap with descriptor-based methods.

Matching 2D keypoints in an image to a sparse 3D point cloud of the scene without requiring visual descriptors has garnered increased interest due to its low memory requirements, inherent privacy preservation, and reduced need for expensive 3D model maintenance compared to visual descriptor-based methods. However, existing algorithms often compromise on performance, resulting in a significant deterioration compared to their descriptor-based counterparts. In this paper, we introduce DGC-GNN, a novel algorithm that employs a global-to-local Graph Neural Network (GNN) that progressively exploits geometric and color cues to represent keypoints, thereby improving matching accuracy. Our procedure encodes both Euclidean and angular relations at a coarse level, forming the geometric embedding to guide the point matching. We evaluate DGC-GNN on both indoor and outdoor datasets, demonstrating that it not only doubles the accuracy of the state-of-the-art visual descriptor-free algorithm but also substantially narrows the performance gap between descriptor-based and descriptor-free methods.

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