CVNEROMay 27, 2015

PoseNet: A Convolutional Network for Real-Time 6-DOF Camera Relocalization

arXiv:1505.07427v4256 citations
Originality Highly original
AI Analysis

This provides a robust and efficient solution for camera localization in augmented reality and robotics, addressing challenges like lighting and motion blur where traditional methods fail.

The paper tackles the problem of real-time 6-DOF camera relocalization from a single RGB image by training a convolutional neural network, achieving approximately 2m and 6-degree accuracy outdoors and 0.5m and 10-degree accuracy indoors in 5ms per frame.

We present a robust and real-time monocular six degree of freedom relocalization system. Our system trains a convolutional neural network to regress the 6-DOF camera pose from a single RGB image in an end-to-end manner with no need of additional engineering or graph optimisation. The algorithm can operate indoors and outdoors in real time, taking 5ms per frame to compute. It obtains approximately 2m and 6 degree accuracy for large scale outdoor scenes and 0.5m and 10 degree accuracy indoors. This is achieved using an efficient 23 layer deep convnet, demonstrating that convnets can be used to solve complicated out of image plane regression problems. This was made possible by leveraging transfer learning from large scale classification data. We show the convnet localizes from high level features and is robust to difficult lighting, motion blur and different camera intrinsics where point based SIFT registration fails. Furthermore we show how the pose feature that is produced generalizes to other scenes allowing us to regress pose with only a few dozen training examples. PoseNet code, dataset and an online demonstration is available on our project webpage, at http://mi.eng.cam.ac.uk/projects/relocalisation/

Code Implementations6 repos
Foundations

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

Your Notes