CVLGJul 23, 2019

Conf-Net: Toward High-Confidence Dense 3D Point-Cloud with Error-Map Prediction

arXiv:1907.10148v38 citationsHas Code
Originality Incremental advance
AI Analysis

This provides more reliable 3D point-clouds for safety-critical applications like autonomous driving, though it is an incremental improvement over existing depth completion methods.

The paper tackles depth completion of sparse LiDAR data by proposing a convolutional neural network that generates semi-dense depth maps with an error-map prediction unit, reducing RMSE from 1004 to 399 (60% less than state-of-the-art) when up-filling from 18,000 to 285,000 points.

This work proposes a method for depth completion of sparse LiDAR data using a convolutional neural network which can be used to generate semi-dense depth maps and "almost" full 3D point-clouds with significantly lower root mean squared error (RMSE) over state-of-the-art methods. We add an "Error Prediction" unit to our network and present a novel and simple end-to-end method that learns to predict an error-map of depth regression task. An "almost" dense high-confidence/low-variance point-cloud is more valuable for safety-critical applications specifically real-world autonomous driving than a full point-cloud with high error rate and high error variance. Using our predicted error-map, we demonstrate that by up-filling a LiDAR point cloud from 18,000 points to 285,000 points, versus 300,000 points for full depth, we can reduce the RMSE error from 1004 to 399. This error is approximately 60% less than the state-of-the-art and 50% less than the state-of-the-art with RGB guidance (we did not use RGB guidance in our algorithm). In addition to analyzing our results on Kitti depth completion dataset, we also demonstrate the ability of our proposed method to extend to new tasks by deploying our "Error Prediction" unit to improve upon the state-of-the-art for monocular depth estimation. Codes and demo videos are available at http://github.com/hekmak/Conf-net.

Code Implementations1 repo
Foundations

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

Your Notes