paper-with-me

Papers

Deterministic Guided LiDAR Depth Map Completion

2021-06-14 · Bryan Krauss, Gregory Schroeder, Marko Gustke, Ahmed Hussein

Accurate dense depth estimation is crucial for autonomous vehicles to analyze their environment. This paper presents a non-deep learning-based approach to densify a sparse LiDAR-based depth map using a guidance RGB image. To achieve this goal the RGB image is at first cleared from most of the camera-LiDAR misalignment artifacts. Afterward, it is over segmented and a plane for each superpixel is approximated. In the case a superpixel is not well represented by a plane, a plane is approximated for a convex hull of the most inlier. Finally, the pinhole camera model is used for the interpolation process and the remaining areas are interpolated. The evaluation of this work is executed using the KITTI depth completion benchmark, which validates the proposed work and shows that it outperforms the state-of-the-art non-deep learning-based methods, in addition to several deep learning-based methods.

📄 PDF Abstract BibTeX arXiv:2106.07256

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesDeep LearningDepth CompletionDepth Estimation

Similar Papers 제목 키워드 기반

SGTBN: Generating Dense Depth Maps from Single-Line LiDAR

2021-06-24 · Hengjie Lu, Shugong Xu, Shan Cao

Depth completion aims to generate a dense depth map from the sparse depth map and aligned RGB image. However, current depth completion methods use extremely expensive 64-line LiDAR(about $100,000) to obtain sparse depth …

3D geometryDepth CompletionDepth EstimationMonocular Depth Estimation

BEV@DC: Bird's-Eye View Assisted Training for Depth Completion

2023-01-01 · CVPR 2023 1 · Wending Zhou, Xu Yan, Yinghong Liao, Yuankai Lin 외

Depth completion plays a crucial role in autonomous driving, in which cameras and LiDARs are two complementary sensors. Recent approaches attempt to exploit spatial geometric constraints hidden in LiDARs to enhance i…

Autonomous DrivingDepth Completion

Sparse and noisy LiDAR completion with RGB guidance and uncertainty

2019-02-14 · Wouter Van Gansbeke, Davy Neven, Bert de Brabandere, Luc van Gool

This work proposes a new method to accurately complete sparse LiDAR maps guided by RGB images. For autonomous vehicles and robotics the use of LiDAR is indispensable in order to achieve precise depth predictions. A multi…

Autonomous VehiclesDepth CompletionDepth EstimationDepth Prediction

Non-learning Stereo-aided Depth Completion under Mis-projection via Selective Stereo Matching

2022-10-04 · Yasuhiro Yao, Ryoichi Ishikawa, Shingo Ando, Kana Kurata 외

We propose a non-learning depth completion method for a sparse depth map captured using a light detection and ranging (LiDAR) sensor guided by a pair of stereo images. Generally, conventional stereo-aided depth completio…

Camera CalibrationDepth CompletionDepth EstimationStereo Matching

DenseLiDAR: A Real-Time Pseudo Dense Depth Guided Depth Completion Network

2021-08-28 · Jiaqi Gu, Zhiyu Xiang, Yuwen Ye, Lingxuan Wang

Depth Completion can produce a dense depth map from a sparse input and provide a more complete 3D description of the environment. Despite great progress made in depth completion, the sparsity of the input and low density…

3D Object DetectionDepth CompletionDepth EstimationDepth Prediction+2