CVApr 22, 2020

Pseudo RGB-D for Self-Improving Monocular SLAM and Depth Prediction

arXiv:2004.10681v369 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of building accurate 3D maps from monocular videos for robotics and autonomous systems, representing an incremental improvement by integrating existing approaches.

The paper tackles the problem of monocular SLAM and depth prediction by coupling geometric SLAM with a CNN-based depth network in a self-improving framework, achieving better accuracy and robustness than state-of-the-art methods like Monodepth2 and ORB-SLAM on KITTI and TUM RGB-D datasets.

Classical monocular Simultaneous Localization And Mapping (SLAM) and the recently emerging convolutional neural networks (CNNs) for monocular depth prediction represent two largely disjoint approaches towards building a 3D map of the surrounding environment. In this paper, we demonstrate that the coupling of these two by leveraging the strengths of each mitigates the other's shortcomings. Specifically, we propose a joint narrow and wide baseline based self-improving framework, where on the one hand the CNN-predicted depth is leveraged to perform pseudo RGB-D feature-based SLAM, leading to better accuracy and robustness than the monocular RGB SLAM baseline. On the other hand, the bundle-adjusted 3D scene structures and camera poses from the more principled geometric SLAM are injected back into the depth network through novel wide baseline losses proposed for improving the depth prediction network, which then continues to contribute towards better pose and 3D structure estimation in the next iteration. We emphasize that our framework only requires unlabeled monocular videos in both training and inference stages, and yet is able to outperform state-of-the-art self-supervised monocular and stereo depth prediction networks (e.g, Monodepth2) and feature-based monocular SLAM system (i.e, ORB-SLAM). Extensive experiments on KITTI and TUM RGB-D datasets verify the superiority of our self-improving geometry-CNN framework.

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