paper-with-me

홈 › Papers

To complete or to estimate, that is the question: A Multi-Task Approach to Depth Completion and Monocular Depth Estimation

2019-08-15 · Amir Atapour-Abarghouei, Toby P. Breckon

Robust three-dimensional scene understanding is now an ever-growing area of research highly relevant in many real-world applications such as autonomous driving and robotic navigation. In this paper, we propose a multi-task learning-based model capable of performing two tasks:- sparse depth completion (i.e. generating complete dense scene depth given a sparse depth image as the input) and monocular depth estimation (i.e. predicting scene depth from a single RGB image) via two sub-networks jointly trained end to end using data randomly sampled from a publicly available corpus of synthetic and real-world images. The first sub-network generates a sparse depth image by learning lower level features from the scene and the second predicts a full dense depth image of the entire scene, leading to a better geometric and contextual understanding of the scene and, as a result, superior performance of the approach. The entire model can be used to infer complete scene depth from a single RGB image or the second network can be used alone to perform depth completion given a sparse depth input. Using adversarial training, a robust objective function, a deep architecture relying on skip connections and a blend of synthetic and real-world training data, our approach is capable of producing superior high quality scene depth. Extensive experimental evaluation demonstrates the efficacy of our approach compared to contemporary state-of-the-art techniques across both problem domains.

📄 PDF Abstract BibTeX arXiv:1908.05540

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDepth CompletionDepth EstimationMonocular Depth EstimationMulti-Task LearningScene Understanding

Similar Papers 제목 키워드 기반

Full explicit consistency constraints in uncalibrated multiple homography estimation

2018-05-07 · Wojciech Chojnacki, Zygmunt L. Szpak

We reveal a complete set of constraints that need to be imposed on a set of 3-by-3 matrices to ensure that the matrices represent genuine homographies associated with multiple planes between two views. We also show how t…

Homography Estimation

Visualization of Convolutional Neural Networks for Monocular Depth Estimation

2019-04-06 · ICCV 2019 10 · Junjie Hu, Yan Zhang, Takayuki Okatani

Recently, convolutional neural networks (CNNs) have shown great success on the task of monocular depth estimation. A fundamental yet unanswered question is: how CNNs can infer depth from a single image. Toward answering …

Depth EstimationInterpretable Machine Learning

Monocular Depth Estimators: Vulnerabilities and Attacks

2020-05-28 · Alwyn Mathew, Aditya Prakash Patra, Jimson Mathew

Recent advancements of neural networks lead to reliable monocular depth estimation. Monocular depth estimated techniques have the upper hand over traditional depth estimation techniques as it only needs one image during …

DecoderDepth EstimationMonocular Depth EstimationSelf-Driving Cars

Multiview Image Completion With Space Structure Propagation

2016-06-01 · CVPR 2016 6 · Seung-Hwan Baek, Inchang Choi, Min H. Kim

We present a multiview image completion method that provides geometric consistency among different views by propagating space structures. Since a user specifies the region to be completed in one of multiview photographs …

Scene Completeness-Aware Lidar Depth Completion for Driving Scenario

2020-03-15 · Cho-Ying Wu, Ulrich Neumann

This paper introduces Scene Completeness-Aware Depth Completion (SCADC) to complete raw lidar scans into dense depth maps with fine and complete scene structures. Recent sparse depth completion for lidars only focuses on…

Depth CompletionRGBD Semantic SegmentationScene UnderstandingSemantic Segmentation+2