CVROApr 16, 2018

Direct Sparse Visual-Inertial Odometry using Dynamic Marginalization

arXiv:1804.05625v1254 citations
Originality Incremental advance
AI Analysis

This work addresses robust and efficient localization for robotics and autonomous systems, representing an incremental improvement over existing visual-inertial odometry techniques.

The authors tackled the problem of visual-inertial odometry by developing VI-DSO, a method that jointly optimizes camera poses and sparse scene geometry using photometric and IMU errors, enabling tracking of any high-gradient pixels and initialization with arbitrary scale. They demonstrated that VI-DSO outperforms state-of-the-art methods on the EuRoC dataset.

We present VI-DSO, a novel approach for visual-inertial odometry, which jointly estimates camera poses and sparse scene geometry by minimizing photometric and IMU measurement errors in a combined energy functional. The visual part of the system performs a bundle-adjustment like optimization on a sparse set of points, but unlike key-point based systems it directly minimizes a photometric error. This makes it possible for the system to track not only corners, but any pixels with large enough intensity gradients. IMU information is accumulated between several frames using measurement preintegration, and is inserted into the optimization as an additional constraint between keyframes. We explicitly include scale and gravity direction into our model and jointly optimize them together with other variables such as poses. As the scale is often not immediately observable using IMU data this allows us to initialize our visual-inertial system with an arbitrary scale instead of having to delay the initialization until everything is observable. We perform partial marginalization of old variables so that updates can be computed in a reasonable time. In order to keep the system consistent we propose a novel strategy which we call "dynamic marginalization". This technique allows us to use partial marginalization even in cases where the initial scale estimate is far from the optimum. We evaluate our method on the challenging EuRoC dataset, showing that VI-DSO outperforms the state of the art.

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