CVFeb 22, 2018

End-to-end learning of keypoint detector and descriptor for pose invariant 3D matching

arXiv:1802.07869v265 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of 3D matching for computer vision applications, but it is incremental as it extends existing learning approaches from images to 3D data with joint optimization.

The paper tackles the problem of finding correspondences in 3D depth maps or scans by proposing an end-to-end learning framework that jointly optimizes keypoint detection and descriptor representation, showing significant improvements over state-of-the-art methods in matching experiments on multiple benchmark datasets.

Finding correspondences between images or 3D scans is at the heart of many computer vision and image retrieval applications and is often enabled by matching local keypoint descriptors. Various learning approaches have been applied in the past to different stages of the matching pipeline, considering detector, descriptor, or metric learning objectives. These objectives were typically addressed separately and most previous work has focused on image data. This paper proposes an end-to-end learning framework for keypoint detection and its representation (descriptor) for 3D depth maps or 3D scans, where the two can be jointly optimized towards task-specific objectives without a need for separate annotations. We employ a Siamese architecture augmented by a sampling layer and a novel score loss function which in turn affects the selection of region proposals. The positive and negative examples are obtained automatically by sampling corresponding region proposals based on their consistency with known 3D pose labels. Matching experiments with depth data on multiple benchmark datasets demonstrate the efficacy of the proposed approach, showing significant improvements over state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes