English

Visual SLAM with Graph-Cut Optimized Multi-Plane Reconstruction

Computer Vision and Pattern Recognition 2022-06-23 v2 Robotics

Abstract

This paper presents a semantic planar SLAM system that improves pose estimation and mapping using cues from an instance planar segmentation network. While the mainstream approaches are using RGB-D sensors, employing a monocular camera with such a system still faces challenges such as robust data association and precise geometric model fitting. In the majority of existing work, geometric model estimation problems such as homography estimation and piece-wise planar reconstruction (PPR) are usually solved by standard (greedy) RANSAC separately and sequentially. However, setting the inlier-outlier threshold is difficult in absence of information about the scene (i.e. the scale). In this work, we revisit these problems and argue that two mentioned geometric models (homographies/3D planes) can be solved by minimizing an energy function that exploits the spatial coherence, i.e. with graph-cut optimization, which also tackles the practical issue when the output of a trained CNN is inaccurate. Moreover, we propose an adaptive parameter setting strategy based on our experiments, and report a comprehensive evaluation on various open-source datasets.

Keywords

Cite

@article{arxiv.2108.04281,
  title  = {Visual SLAM with Graph-Cut Optimized Multi-Plane Reconstruction},
  author = {Fangwen Shu and Yaxu Xie and Jason Rambach and Alain Pagani and Didier Stricker},
  journal= {arXiv preprint arXiv:2108.04281},
  year   = {2022}
}

Comments

accepted to ISMAR 2021 (Poster), v2 fixed some typos and minor errors

R2 v1 2026-06-24T04:57:56.102Z