CVDec 8, 2022

DDM-NET: End-to-end learning of keypoint feature Detection, Description and Matching for 3D localization

arXiv:2212.04575v22 citationsh-index: 21
AI Analysis

This addresses the challenge of 3D localization for computer vision applications, offering an integrated solution that improves accuracy over prior incremental approaches.

The paper tackles the problem of image-based 3D localization by proposing an end-to-end framework that jointly learns keypoint detection, description, and matching, resulting in more accurate localization that outperforms traditional and state-of-the-art weakly supervised methods on public datasets.

In this paper, we propose an end-to-end framework that jointly learns keypoint detection, descriptor representation and cross-frame matching for the task of image-based 3D localization. Prior art has tackled each of these components individually, purportedly aiming to alleviate difficulties in effectively train a holistic network. We design a self-supervised image warping correspondence loss for both feature detection and matching, a weakly-supervised epipolar constraints loss on relative camera pose learning, and a directional matching scheme that detects key-point features in a source image and performs coarse-to-fine correspondence search on the target image. We leverage this framework to enforce cycle consistency in our matching module. In addition, we propose a new loss to robustly handle both definite inlier/outlier matches and less-certain matches. The integration of these learning mechanisms enables end-to-end training of a single network performing all three localization components. Bench-marking our approach on public data-sets, exemplifies how such an end-to-end framework is able to yield more accurate localization that out-performs both traditional methods as well as state-of-the-art weakly supervised 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