Finding Robust 2D-to-3D Correspondence with LSTM Score Estimation for Camera Localization
Tsu-Kuan Huang, Po-Heng Chen, Li-Yang Wang, Kuan-Wen Chen
Abstract
2D-to-3D correspondence estimation is the key step of 3D model-based image localization, and most of the existing research in this field focuses on improving the feature matching performance. Even with the best feature matching method, there are still some outliers, and thus, almost all the methods simply apply the RANSAC algorithm to select the inliers and estimate the camera pose afterwards. However, the reliability of RANSAC depends considerably on the inlier ratio. Once the inlier ratio decreases, for example a challenging scenario occurs, it will be unable to select the inliers well and lead to a worse camera pose. In this study, we attempted to build a neural network to learn the geometric relationship between 2D images and the 3D model to select the correct correspondence from the initial 2D-to-3D matching results to improve the performance of camera localization. Because the number of inputs, i.e., the number of 2D-to-3D correspondences, is unknown and different for each image, we propose a PointNet-based Geometric Consistency Network (GCC-Net) for the correct correspondence estimation and an LSTM-based Hypothesis Rating Network (HR-Net) to enhance GCC-Net with the camera localization loss. Experimental results showed that the proposed method outperforms RANSAC considerably on the camera pose estimation, particularly when the inlier ratio of the initial correspondence was low.
BibTeX
@inproceedings{iros2021_findingrobust2dt,
title = {Finding Robust 2D-to-3D Correspondence with LSTM Score Estimation for Camera Localization},
author = {Tsu-Kuan Huang and Po-Heng Chen and Li-Yang Wang and Kuan-Wen Chen},
booktitle = {IROS 2021},
year = {2021}
}