# VITAMIN-E: VIsual Tracking And MappINg with Extremely Dense Feature   Points

**Authors:** Masashi Yokozuka, Shuji Oishi, Thompson Simon, Atsuhiko Banno

arXiv: 1904.10324 · 2019-12-17

## TL;DR

VITAMIN-E introduces a dense feature point-based monocular SLAM algorithm that achieves high accuracy and robustness by tracking numerous local extrema, utilizing a novel optimization for efficiency, and generating detailed 3D maps in real time.

## Contribution

The paper presents a new SLAM method that processes extremely dense feature points with a novel optimization, outperforming existing methods in accuracy and robustness.

## Key findings

- Outperforms state-of-the-art SLAM methods like DSO, ORB-SLAM, LSD-SLAM.
- Achieves real-time dense 3D mapping using only a CPU.
- Demonstrates high accuracy and robustness on EuRoC dataset.

## Abstract

In this paper, we propose a novel indirect monocular SLAM algorithm called "VITAMIN-E," which is highly accurate and robust as a result of tracking extremely dense feature points. Typical indirect methods have difficulty in reconstructing dense geometry because of their careful feature point selection for accurate matching. Unlike conventional methods, the proposed method processes an enormous number of feature points by tracking the local extrema of curvature informed by dominant flow estimation. Because this may lead to high computational cost during bundle adjustment, we propose a novel optimization technique, the "subspace Gauss--Newton method", that significantly improves the computational efficiency of bundle adjustment by partially updating the variables. We concurrently generate meshes from the reconstructed points and merge them for an entire 3D model. The experimental results on the SLAM benchmark dataset EuRoC demonstrated that the proposed method outperformed state-of-the-art SLAM methods, such as DSO, ORB-SLAM, and LSD-SLAM, both in terms of accuracy and robustness in trajectory estimation. The proposed method simultaneously generated significantly detailed 3D geometry from the dense feature points in real time using only a CPU.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.10324/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1904.10324/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/1904.10324/full.md

---
Source: https://tomesphere.com/paper/1904.10324