CVMar 15, 2020

Learning 2D-3D Correspondences To Solve The Blind Perspective-n-Point Problem

arXiv:2003.06752v125 citations
AI Analysis

This addresses the challenging problem of camera pose estimation without known correspondences for computer vision applications, representing a novel method rather than an incremental improvement.

The paper tackles the blind Perspective-n-Point problem by proposing a deep CNN model that simultaneously solves for 6-DoF camera pose and 2D-3D correspondences, achieving state-of-the-art accuracy and processing thousands of points per second.

Conventional absolute camera pose via a Perspective-n-Point (PnP) solver often assumes that the correspondences between 2D image pixels and 3D points are given. When the correspondences between 2D and 3D points are not known a priori, the task becomes the much more challenging blind PnP problem. This paper proposes a deep CNN model which simultaneously solves for both the 6-DoF absolute camera pose and 2D--3D correspondences. Our model comprises three neural modules connected in sequence. First, a two-stream PointNet-inspired network is applied directly to both the 2D image keypoints and the 3D scene points in order to extract discriminative point-wise features harnessing both local and contextual information. Second, a global feature matching module is employed to estimate a matchability matrix among all 2D--3D pairs. Third, the obtained matchability matrix is fed into a classification module to disambiguate inlier matches. The entire network is trained end-to-end, followed by a robust model fitting (P3P-RANSAC) at test time only to recover the 6-DoF camera pose. Extensive tests on both real and simulated data have shown that our method substantially outperforms existing approaches, and is capable of processing thousands of points a second with the state-of-the-art accuracy.

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