CVAIFeb 19, 2021

SLPC: a VRNN-based approach for stochastic lidar prediction and completion in autonomous driving

arXiv:2102.09883v15 citations
AI Analysis

This addresses the challenge of handling sparse LiDAR data in autonomous driving applications like trajectory prediction, though it appears incremental as it builds on existing VRNN and video prediction techniques.

The paper tackles the problem of predicting future 3D LiDAR pointclouds for autonomous driving by proposing SLPC, a VRNN-based framework that predicts and completes sparse depth maps, achieving results comparable to state-of-the-art video prediction methods.

Predicting future 3D LiDAR pointclouds is a challenging task that is useful in many applications in autonomous driving such as trajectory prediction, pose forecasting and decision making. In this work, we propose a new LiDAR prediction framework that is based on generative models namely Variational Recurrent Neural Networks (VRNNs), titled Stochastic LiDAR Prediction and Completion (SLPC). Our algorithm is able to address the limitations of previous video prediction frameworks when dealing with sparse data by spatially inpainting the depth maps in the upcoming frames. Our contributions can thus be summarized as follows: we introduce the new task of predicting and completing depth maps from spatially sparse data, we present a sparse version of VRNNs and an effective self-supervised training method that does not require any labels. Experimental results illustrate the effectiveness of our framework in comparison to the state of the art methods in video prediction.

Foundations

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

Your Notes