CVApr 14, 2021

VOLDOR: Visual Odometry from Log-logistic Dense Optical flow Residuals

arXiv:2104.06789v141 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses camera motion estimation for robotics and autonomous systems, offering an incremental improvement with modular design and GPU-friendly implementation.

The authors tackled visual odometry by proposing a dense indirect method that uses externally estimated optical flow fields and a probabilistic model with a log-logistic distribution for residuals, achieving top-ranking results on TUM RGB-D and KITTI benchmarks.

We propose a dense indirect visual odometry method taking as input externally estimated optical flow fields instead of hand-crafted feature correspondences. We define our problem as a probabilistic model and develop a generalized-EM formulation for the joint inference of camera motion, pixel depth, and motion-track confidence. Contrary to traditional methods assuming Gaussian-distributed observation errors, we supervise our inference framework under an (empirically validated) adaptive log-logistic distribution model. Moreover, the log-logistic residual model generalizes well to different state-of-the-art optical flow methods, making our approach modular and agnostic to the choice of optical flow estimators. Our method achieved top-ranking results on both TUM RGB-D and KITTI odometry benchmarks. Our open-sourced implementation is inherently GPU-friendly with only linear computational and storage growth.

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