# Deep Representation Learning for Road Detection through Siamese Network

**Authors:** Huafeng Liu, Xiaofeng Han, Xiangrui Li, Yazhou Yao, Pu Huang, Zhenming, Tang

arXiv: 1905.13394 · 2019-06-03

## TL;DR

This paper introduces a Siamese deep neural network that fuses monocular camera images and LiDAR data for robust road detection in autonomous driving, demonstrating improved performance on the KITTI dataset.

## Contribution

It presents a novel multi-sensor fusion approach using a Siamese FCN-8s architecture for enhanced road detection accuracy.

## Key findings

- Effective fusion of camera and LiDAR data improves detection accuracy.
- Outperforms existing methods on KITTI ROAD dataset.
- Shows robustness in diverse driving conditions.

## Abstract

Robust road detection is a key challenge in safe autonomous driving. Recently, with the rapid development of 3D sensors, more and more researchers are trying to fuse information across different sensors to improve the performance of road detection. Although many successful works have been achieved in this field, methods for data fusion under deep learning framework is still an open problem. In this paper, we propose a Siamese deep neural network based on FCN-8s to detect road region. Our method uses data collected from a monocular color camera and a Velodyne-64 LiDAR sensor. We project the LiDAR point clouds onto the image plane to generate LiDAR images and feed them into one of the branches of the network. The RGB images are fed into another branch of our proposed network. The feature maps that these two branches extract in multiple scales are fused before each pooling layer, via padding additional fusion layers. Extensive experimental results on public dataset KITTI ROAD demonstrate the effectiveness of our proposed approach.

## Full text

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

## Figures

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

## References

62 references — full list in the complete paper: https://tomesphere.com/paper/1905.13394/full.md

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