SLAMANTIC - Leveraging Semantics to Improve VSLAM in Dynamic Environments

Abstract

In this paper, we tackle the challenge for VSLAM of handling non-static environments. We propose to include semantic information obtained by deep learning methods in the traditional geometric pipeline. Specifically, we compute a confidence measure for each map point as a function of its semantic class (car, person, building, etc.) and its detection consistency over time. The confidence is then applied to guide the usage of each point in the mapping and localization stage. Points with high confidence are used to verify points with low confidence in order to select the final set of points for pose computation and mapping. Furthermore, we can handle map points whose state may change between static and dynamic (a car can be parked or in motion). Evaluating our method on public datasets, we show that it can successfully solve challenging situations in dynamic environments which cause state-of-the-art baseline VSLAM algorithms to fail and that it maintains performance on static scenes. Code is available at github.com/mthz/slamantic

Cite

Text

Schörghuber et al. "SLAMANTIC - Leveraging Semantics to Improve VSLAM in Dynamic Environments." IEEE/CVF International Conference on Computer Vision Workshops, 2019. doi:10.1109/ICCVW.2019.00468

Markdown

[Schörghuber et al. "SLAMANTIC - Leveraging Semantics to Improve VSLAM in Dynamic Environments." IEEE/CVF International Conference on Computer Vision Workshops, 2019.](https://mlanthology.org/iccvw/2019/schorghuber2019iccvw-slamantic/) doi:10.1109/ICCVW.2019.00468

BibTeX

@inproceedings{schorghuber2019iccvw-slamantic,
  title     = {{SLAMANTIC - Leveraging Semantics to Improve VSLAM in Dynamic Environments}},
  author    = {Schörghuber, Matthias and Steininger, Daniel and Cabon, Yohann and Humenberger, Martin and Gelautz, Margrit},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2019},
  pages     = {3759-3768},
  doi       = {10.1109/ICCVW.2019.00468},
  url       = {https://mlanthology.org/iccvw/2019/schorghuber2019iccvw-slamantic/}
}