LGCVROMLDec 21, 2018

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

arXiv:1812.09395v370 citations
Originality Incremental advance
AI Analysis

This addresses path planning and navigation for autonomous driving, but appears incremental as it builds on existing RNN architectures with a new learning method.

The paper tackles multi-step prediction of drivable space using Occupancy Grid Maps for autonomous vehicles, achieving significant accuracy improvements over state-of-the-art methods with a proposed difference learning approach that handles both static and moving objects.

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 subsequent OGMs, our proposed method provides accurate prediction over both the static and moving objects.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes