# Efficient two step optimization for large embedded deformation graph   based SLAM

**Authors:** Jingwei Song, Fang Bai, Liang Zhao, Shoudong Huang, Rong Xiong

arXiv: 1906.08477 · 2020-03-25

## TL;DR

This paper introduces a two-step optimization method for large-scale embedded deformation graph SLAM that maintains constant estimation speed regardless of map size by exploiting graph sparsity.

## Contribution

It proposes a novel decoupling approach that reduces computation complexity from quadratic to near constant, enabling scalable large-scale deformable SLAM.

## Key findings

- Achieves near constant computation time as map size increases.
- Reduces estimation complexity from O(n^2) to close to O(1).
- Validated effectiveness in large-scale deformation scenarios.

## Abstract

Embedded deformation nodes based formulation has been widely applied in deformable geometry and graphical problems. Though being promising in stereo (or RGBD) sensor based SLAM applications, it remains challenging to keep constant speed in deformation nodes parameter estimation when model grows larger. In practice, the processing time grows rapidly in accordance with the expansion of maps. In this paper, we propose an approach to decouple nodes of deformation graph in large scale dense deformable SLAM and keep the estimation time to be constant. We observe that only partial deformable nodes in the graph are connected to visible points. Based on this fact, sparsity of original Hessian matrix is utilized to split parameter estimation in two independent steps. With this new technique, we achieve faster parameter estimation with amortized computation complexity reduced from O(n^2) to closing O(1). As a result, the computation cost barely increases as the map keeps growing. Based on our strategy, computational bottleneck in large scale embedded deformation graph based applications will be greatly mitigated. The effectiveness is validated by experiments, featuring large scale deformation scenarios.

## Full text

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

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1906.08477/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1906.08477/full.md

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