# Deep Sensor Fusion for Real-Time Odometry Estimation

**Authors:** Michelle Valente, Cyril Joly, Arnaud de La Fortelle

arXiv: 1908.00524 · 2019-08-02

## TL;DR

This paper introduces a CNN-based framework for real-time odometry estimation that fuses camera and laser scanner data without requiring prior sensor calibration, improving accuracy over single sensors.

## Contribution

It presents the first CNN-based fusion method for camera and laser scanner odometry that eliminates the need for sensor calibration.

## Key findings

- Fusion network runs in real-time
- Improves odometry accuracy over single sensors
- Successfully fuses multi-sensor data without calibration

## Abstract

Cameras and 2D laser scanners, in combination, are able to provide low-cost, light-weight and accurate solutions, which make their fusion well-suited for many robot navigation tasks. However, correct data fusion depends on precise calibration of the rigid body transform between the sensors. In this paper we present the first framework that makes use of Convolutional Neural Networks (CNNs) for odometry estimation fusing 2D laser scanners and mono-cameras. The use of CNNs provides the tools to not only extract the features from the two sensors, but also to fuse and match them without needing a calibration between the sensors. We transform the odometry estimation into an ordinal classification problem in order to find accurate rotation and translation values between consecutive frames. Results on a real road dataset show that the fusion network runs in real-time and is able to improve the odometry estimation of a single sensor alone by learning how to fuse two different types of data information.

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1908.00524/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1908.00524/full.md

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