CVMar 31, 2018

A LiDAR Point Cloud Generator: from a Virtual World to Autonomous Driving

arXiv:1804.00103v1239 citations
Originality Incremental advance
AI Analysis

This addresses the data scarcity issue for supervised deep learning in autonomous driving, though it is an incremental improvement over existing synthetic data generation methods.

The authors tackled the problem of manual annotation for large 3D LiDAR point cloud datasets in autonomous driving by developing a framework to generate synthetic point clouds with accurate labels from a computer game, resulting in a 9% accuracy improvement in point cloud segmentation when augmenting training data.

3D LiDAR scanners are playing an increasingly important role in autonomous driving as they can generate depth information of the environment. However, creating large 3D LiDAR point cloud datasets with point-level labels requires a significant amount of manual annotation. This jeopardizes the efficient development of supervised deep learning algorithms which are often data-hungry. We present a framework to rapidly create point clouds with accurate point-level labels from a computer game. The framework supports data collection from both auto-driving scenes and user-configured scenes. Point clouds from auto-driving scenes can be used as training data for deep learning algorithms, while point clouds from user-configured scenes can be used to systematically test the vulnerability of a neural network, and use the falsifying examples to make the neural network more robust through retraining. In addition, the scene images can be captured simultaneously in order for sensor fusion tasks, with a method proposed to do automatic calibration between the point clouds and captured scene images. We show a significant improvement in accuracy (+9%) in point cloud segmentation by augmenting the training dataset with the generated synthesized data. Our experiments also show by testing and retraining the network using point clouds from user-configured scenes, the weakness/blind spots of the neural network can be fixed.

Foundations

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

Your Notes