Multi-Step Prediction of Occupancy Grid Maps with Recurrent Neural Networks

Abstract

We investigate the multi-step prediction of the drivable space, represented by Occupancy Grid Maps (OGMs), for autonomous vehicles. Our motivation is that accurate multi-step prediction of the drivable space can efficiently improve path planning and navigation resulting in safe, comfortable and optimum paths in autonomous driving. We train a variety of Recurrent Neural Network (RNN) based architectures on the OGM sequences from the KITTI dataset. The results demonstrate significant improvement of the prediction accuracy using our proposed difference learning method, incorporating motion related features, over the state of the art. We remove the egomotion from the OGM sequences by transforming them into a common frame. Although in the transformed sequences the KITTI dataset is heavily biased toward static objects, by learning the difference between consecutive OGMs, our proposed method provides accurate prediction over both the static and moving objects.

Cite

Text

Mohajerin and Rohani. "Multi-Step Prediction of Occupancy Grid Maps with Recurrent Neural Networks." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.01085

Markdown

[Mohajerin and Rohani. "Multi-Step Prediction of Occupancy Grid Maps with Recurrent Neural Networks." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/mohajerin2019cvpr-multistep/) doi:10.1109/CVPR.2019.01085

BibTeX

@inproceedings{mohajerin2019cvpr-multistep,
  title     = {{Multi-Step Prediction of Occupancy Grid Maps with Recurrent Neural Networks}},
  author    = {Mohajerin, Nima and Rohani, Mohsen},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.01085},
  url       = {https://mlanthology.org/cvpr/2019/mohajerin2019cvpr-multistep/}
}