# DeLiO: Decoupled LiDAR Odometry

**Authors:** Queens Maria Thomas, Oliver Wasenm\"uller, Didier Stricker

arXiv: 1904.12667 · 2019-04-30

## TL;DR

DeLiO introduces a novel LiDAR odometry method that fully decouples rotation and translation estimation, improving accuracy by separately estimating rotation via surface normals and then translation.

## Contribution

The paper presents the first approach to completely decouple rotation and translation estimation in LiDAR odometry, using surface normals for rotation and line cloud methods for translation.

## Key findings

- Outperforms state-of-the-art algorithms on KITTI dataset
- Accurately estimates rotation by surface normal tracking
- Efficiently computes translation after rotation correction

## Abstract

Most LiDAR odometry algorithms estimate the transformation between two consecutive frames by estimating the rotation and translation in an intervening fashion. In this paper, we propose our Decoupled LiDAR Odometry (DeLiO), which -- for the first time -- decouples the rotation estimation completely from the translation estimation. In particular, the rotation is estimated by extracting the surface normals from the input point clouds and tracking their characteristic pattern on a unit sphere. Using this rotation the point clouds are unrotated so that the underlying transformation is pure translation, which can be easily estimated using a line cloud approach. An evaluation is performed on the KITTI dataset and the results are compared against state-of-the-art algorithms.

## Full text

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

## Figures

30 figures with captions in the complete paper: https://tomesphere.com/paper/1904.12667/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1904.12667/full.md

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