English

gradSLAM: Automagically differentiable SLAM

Robotics 2020-11-20 v3 Computer Vision and Pattern Recognition Machine Learning

Abstract

Blending representation learning approaches with simultaneous localization and mapping (SLAM) systems is an open question, because of their highly modular and complex nature. Functionally, SLAM is an operation that transforms raw sensor inputs into a distribution over the state(s) of the robot and the environment. If this transformation (SLAM) were expressible as a differentiable function, we could leverage task-based error signals to learn representations that optimize task performance. However, several components of a typical dense SLAM system are non-differentiable. In this work, we propose gradSLAM, a methodology for posing SLAM systems as differentiable computational graphs, which unifies gradient-based learning and SLAM. We propose differentiable trust-region optimizers, surface measurement and fusion schemes, and raycasting, without sacrificing accuracy. This amalgamation of dense SLAM with computational graphs enables us to backprop all the way from 3D maps to 2D pixels, opening up new possibilities in gradient-based learning for SLAM. TL;DR: We leverage the power of automatic differentiation frameworks to make dense SLAM differentiable.

Keywords

Cite

@article{arxiv.1910.10672,
  title  = {gradSLAM: Automagically differentiable SLAM},
  author = {Krishna Murthy Jatavallabhula and Soroush Saryazdi and Ganesh Iyer and Liam Paull},
  journal= {arXiv preprint arXiv:1910.10672},
  year   = {2020}
}

Comments

Video: https://youtu.be/2ygtSJTmo08 . Project page and code: https://gradslam.github.io This tech report is an extended version of the ICRA 2020 paper "gradSLAM: Dense SLAM meets automatic differentiation". The first two authors contributed equally

R2 v1 2026-06-23T11:52:49.930Z