English

Road Segmentation Using CNN and Distributed LSTM

Computer Vision and Pattern Recognition 2019-03-07 v2 Image and Video Processing

Abstract

In automated driving systems (ADS) and advanced driver-assistance systems (ADAS), an efficient road segmentation is necessary to perceive the drivable region and build an occupancy map for path planning. The existing algorithms implement gigantic convolutional neural networks (CNNs) that are computationally expensive and time consuming. In this paper, we introduced distributed LSTM, a neural network widely used in audio and video processing, to process rows and columns in images and feature maps. We then propose a new network combining the convolutional and distributed LSTM layers to solve the road segmentation problem. In the end, the network is trained and tested in KITTI road benchmark. The result shows that the combined structure enhances the feature extraction and processing but takes less processing time than pure CNN structure.

Keywords

Cite

@article{arxiv.1808.04450,
  title  = {Road Segmentation Using CNN and Distributed LSTM},
  author = {Yecheng Lyu and Lin Bai and Xinming Huang},
  journal= {arXiv preprint arXiv:1808.04450},
  year   = {2019}
}

Comments

6 pages. arXiv admin note: text overlap with arXiv:1804.05164

R2 v1 2026-06-23T03:32:45.695Z