paper-with-me

Papers

Advancing Self-supervised Monocular Depth Learning with Sparse LiDAR

2021-09-20 · Ziyue Feng, Longlong Jing, Peng Yin, YingLi Tian, Bing Li

Self-supervised monocular depth prediction provides a cost-effective solution to obtain the 3D location of each pixel. However, the existing approaches usually lead to unsatisfactory accuracy, which is critical for autonomous robots. In this paper, we propose FusionDepth, a novel two-stage network to advance the self-supervised monocular dense depth learning by leveraging low-cost sparse (e.g. 4-beam) LiDAR. Unlike the existing methods that use sparse LiDAR mainly in a manner of time-consuming iterative post-processing, our model fuses monocular image features and sparse LiDAR features to predict initial depth maps. Then, an efficient feed-forward refine network is further designed to correct the errors in these initial depth maps in pseudo-3D space with real-time performance. Extensive experiments show that our proposed model significantly outperforms all the state-of-the-art self-supervised methods, as well as the sparse-LiDAR-based methods on both self-supervised monocular depth prediction and completion tasks. With the accurate dense depth prediction, our model outperforms the state-of-the-art sparse-LiDAR-based method (Pseudo-LiDAR++) by more than 68% for the downstream task monocular 3D object detection on the KITTI Leaderboard. Code is available at https://github.com/AutoAILab/FusionDepth

📄 PDF Abstract BibTeX arXiv:2109.09628

Code (2)

AutoAILab/FusionDepth 공식 구현 pytorch
fengziyue/FusionDepth 공식 구현 pytorch

Tasks

3D Object DetectionDepth CompletionDepth EstimationDepth PredictionMonocular 3D Object DetectionMonocular Depth Estimationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

SelfDeco: Self-Supervised Monocular Depth Completion in Challenging Indoor Environments

2020-11-10 · Jaehoon Choi, Dongki Jung, Yonghan Lee, Deokhwa Kim 외

We present a novel algorithm for self-supervised monocular depth completion. Our approach is based on training a neural network that requires only sparse depth measurements and corresponding monocular video sequences wit…

Depth Completion

Robust Semi-Supervised Monocular Depth Estimation with Reprojected Distances

2019-10-04 · Vitor Guizilini, Jie Li, Rares Ambrus, Sudeep Pillai 외

Dense depth estimation from a single image is a key problem in computer vision, with exciting applications in a multitude of robotic tasks. Initially viewed as a direct regression problem, requiring annotated labels as s…

Depth EstimationMonocular Depth Estimationvalid

Self-supervised Sparse-to-Dense: Self-supervised Depth Completion from LiDAR and Monocular Camera

2018-07-01 · Fangchang Ma, Guilherme Venturelli Cavalheiro, Sertac Karaman

Depth completion, the technique of estimating a dense depth image from sparse depth measurements, has a variety of applications in robotics and autonomous driving. However, depth completion faces 3 main challenges: the i…

Autonomous DrivingDepth Completion

LiDARTouch: Monocular metric depth estimation with a few-beam LiDAR

2021-09-08 · Florent Bartoccioni, Éloi Zablocki, Patrick Pérez, Matthieu Cord 외

Vision-based depth estimation is a key feature in autonomous systems, which often relies on a single camera or several independent ones. In such a monocular setup, dense depth is obtained with either additional input fro…

Depth CompletionDepth Estimation

Don't Forget The Past: Recurrent Depth Estimation from Monocular Video

2020-01-08 · Vaishakh Patil, Wouter Van Gansbeke, Dengxin Dai, Luc van Gool

Autonomous cars need continuously updated depth information. Thus far, depth is mostly estimated independently for a single frame at a time, even if the method starts from video input. Our method produces a time series o…

Depth CompletionDepth EstimationDepth PredictionMonocular Depth Estimation+2