ROCVFeb 3, 2015

ORB-SLAM: a Versatile and Accurate Monocular SLAM System

arXiv:1502.00956v27290 citations
AI Analysis

It addresses the problem of accurate and versatile localization and mapping for robotics and computer vision applications, representing a strong incremental improvement by integrating and optimizing existing algorithms into a novel system.

The paper tackles real-time monocular SLAM by presenting ORB-SLAM, a feature-based system that operates robustly in diverse environments and achieves unprecedented performance compared to other state-of-the-art approaches, as shown in evaluations on 27 sequences from popular datasets.

This paper presents ORB-SLAM, a feature-based monocular SLAM system that operates in real time, in small and large, indoor and outdoor environments. The system is robust to severe motion clutter, allows wide baseline loop closing and relocalization, and includes full automatic initialization. Building on excellent algorithms of recent years, we designed from scratch a novel system that uses the same features for all SLAM tasks: tracking, mapping, relocalization, and loop closing. A survival of the fittest strategy that selects the points and keyframes of the reconstruction leads to excellent robustness and generates a compact and trackable map that only grows if the scene content changes, allowing lifelong operation. We present an exhaustive evaluation in 27 sequences from the most popular datasets. ORB-SLAM achieves unprecedented performance with respect to other state-of-the-art monocular SLAM approaches. For the benefit of the community, we make the source code public.

Code Implementations2 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