paper-with-me

Papers

DELTAS: Depth Estimation by Learning Triangulation And densification of Sparse points

2020-03-19 · ECCV 2020 8 · Ayan Sinha, Zak Murez, James Bartolozzi, Vijay Badrinarayanan, Andrew Rabinovich

Multi-view stereo (MVS) is the golden mean between the accuracy of active depth sensing and the practicality of monocular depth estimation. Cost volume based approaches employing 3D convolutional neural networks (CNNs) have considerably improved the accuracy of MVS systems. However, this accuracy comes at a high computational cost which impedes practical adoption. Distinct from cost volume approaches, we propose an efficient depth estimation approach by first (a) detecting and evaluating descriptors for interest points, then (b) learning to match and triangulate a small set of interest points, and finally (c) densifying this sparse set of 3D points using CNNs. An end-to-end network efficiently performs all three steps within a deep learning framework and trained with intermediate 2D image and 3D geometric supervision, along with depth supervision. Crucially, our first step complements pose estimation using interest point detection and descriptor learning. We demonstrate state-of-the-art results on depth estimation with lower compute for different scene lengths. Furthermore, our method generalizes to newer environments and the descriptors output by our network compare favorably to strong baselines. Code is available at https://github.com/magicleap/DELTAS

📄 PDF Abstract BibTeX arXiv:2003.08933

Code (1)

magicleap/DELTAS 공식 구현 pytorch

Tasks

Depth EstimationInterest Point DetectionMonocular Depth EstimationPose Estimation

Similar Papers 제목 키워드 기반

PTC-Depth: Pose-Refined Monocular Depth Estimation with Temporal Consistency

2026-04-02 · Leezy Han, Seunggyu Kim, Dongseok Shim, Hyeonbeom Lee arxiv

Monocular depth estimation (MDE) has been widely adopted in the perception systems of autonomous vehicles and mobile robots. However, existing approaches often struggle to maintain temporal consistency in depth estimatio…

Monocular Depth EstimationAutonomous Vehicles

Pose-Free Omnidirectional Gaussian Splatting for 360-Degree Videos with Consistent Depth Priors

2026-03-24 · Chuanqing Zhuang, Xin Lu, Zehui Deng, Zhengda Lu 외 arxiv

Omnidirectional 3D Gaussian Splatting with panoramas is a key technique for 3D scene representation, and existing methods typically rely on slow SfM to provide camera poses and sparse points priors. In this work, we prop…

Camera Pose EstimationNovel View Synthesis

Stereo-LiDAR Depth Estimation with Deformable Propagation and Learned Disparity-Depth Conversion

2024-04-11 · Ang Li, Anning Hu, Wei Xi, Wenxian Yu 외

Accurate and dense depth estimation with stereo cameras and LiDAR is an important task for automatic driving and robotic perception. While sparse hints from LiDAR points have improved cost aggregation in stereo matching,…

Depth EstimationStereo Matching

3dDepthNet: Point Cloud Guided Depth Completion Network for Sparse Depth and Single Color Image

2020-03-20 · Rui Xiang, Feng Zheng, Huapeng Su, Zhe Zhang

In this paper, we propose an end-to-end deep learning network named 3dDepthNet, which produces an accurate dense depth image from a single pair of sparse LiDAR depth and color image for robotics and autonomous driving ta…

Autonomous DrivingDecoderDepth CompletionPoint Cloud Completion

Sparse-to-Continuous: Enhancing Monocular Depth Estimation using Occupancy Maps

2018-09-24 · Nícolas Rosa, Vitor Guizilini, Valdir Grassi Jr

This paper addresses the problem of single image depth estimation (SIDE), focusing on improving the quality of deep neural network predictions. In a supervised learning scenario, the quality of predictions is intrinsical…

Depth EstimationMonocular Depth Estimation