CVROApr 15, 2018

FDMO: Feature Assisted Direct Monocular Odometry

arXiv:1804.05422v119 citations
Originality Incremental advance
AI Analysis

This addresses robustness issues in monocular visual odometry for robotics or autonomous systems, though it is an incremental improvement combining existing techniques.

The paper tackles the problem of direct visual odometry failing under erratic motion by proposing FDMO, a hybrid system that switches between direct and feature-based methods, resulting in significant drift reduction compared to DSO and ORB SLAM on TumMono and EuroC datasets.

Visual Odometry (VO) can be categorized as being either direct or feature based. When the system is calibrated photometrically, and images are captured at high rates, direct methods have shown to outperform feature-based ones in terms of accuracy and processing time; they are also more robust to failure in feature-deprived environments. On the downside, Direct methods rely on heuristic motion models to seed the estimation of camera motion between frames; in the event that these models are violated (e.g., erratic motion), Direct methods easily fail. This paper proposes a novel system entitled FDMO (Feature assisted Direct Monocular Odometry), which complements the advantages of both direct and featured based techniques. FDMO bootstraps indirect feature tracking upon the sub-pixel accurate localized direct keyframes only when failure modes (e.g., large baselines) of direct tracking occur. Control returns back to direct odometry when these conditions are no longer violated. Efficiencies are introduced to help FDMO perform in real time. FDMO shows significant drift (alignment, rotation & scale) reduction when compared to DSO & ORB SLAM when evaluated using the TumMono and EuroC datasets.

Foundations

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

Your Notes