# Accurate Monocular Visual-inertial SLAM using a Map-assisted EKF   Approach

**Authors:** Meixiang Quan, Songhao Piao, Minglang Tan, Shi-Sheng Huang

arXiv: 1706.03648 · 2021-02-24

## TL;DR

This paper introduces a real-time monocular visual-inertial SLAM system that combines an EKF with bundle adjustment and loop closure to achieve accurate, consistent, and long-term localization on a standard CPU.

## Contribution

It proposes a novel tightly-coupled visual-inertial SLAM approach that integrates EKF, bundle adjustment, and loop closure for improved accuracy and consistency.

## Key findings

- Outperforms existing methods on public datasets
- Provides robust long-term localization in real-world scenarios
- Achieves real-time performance on standard CPU hardware

## Abstract

This paper presents a novel tightly-coupled monocular visual-inertial Simultaneous Localization and Mapping algorithm, which provides accurate and robust localization within the globally consistent map in real time on a standard CPU. This is achieved by firstly performing the visual-inertial extended kalman filter(EKF) to provide motion estimate at a high rate. However the filter becomes inconsistent due to the well known linearization issues. So we perform a keyframe-based visual-inertial bundle adjustment to improve the consistency and accuracy of the system. In addition, a loop closure detection and correction module is also added to eliminate the accumulated drift when revisiting an area. Finally, the optimized motion estimates and map are fed back to the EKF-based visual-inertial odometry module, thus the inconsistency and estimation error of the EKF estimator are reduced. In this way, the system can continuously provide reliable motion estimates for the long-term operation. The performance of the algorithm is validated on public datasets and real-world experiments, which proves the superiority of the proposed algorithm.

## Full text

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

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1706.03648/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1706.03648/full.md

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