paper-with-me

홈 › Papers

Detail Preserving Depth Estimation from a Single Image Using Attention Guided Networks

2018-09-03 · Zhixiang Hao, Yu Li, ShaoDi You, Feng Lu

Convolutional Neural Networks have demonstrated superior performance on single image depth estimation in recent years. These works usually use stacked spatial pooling or strided convolution to get high-level information which are common practices in classification task. However, depth estimation is a dense prediction problem and low-resolution feature maps usually generate blurred depth map which is undesirable in application. In order to produce high quality depth map, say clean and accurate, we propose a network consists of a Dense Feature Extractor (DFE) and a Depth Map Generator (DMG). The DFE combines ResNet and dilated convolutions. It extracts multi-scale information from input image while keeping the feature maps dense. As for DMG, we use attention mechanism to fuse multi-scale features produced in DFE. Our Network is trained end-to-end and does not need any post-processing. Hence, it runs fast and can predict depth map in about 15 fps. Experiment results show that our method is competitive with the state-of-the-art in quantitative evaluation, but can preserve better structural details of the scene depth.

📄 PDF Abstract BibTeX arXiv:1809.00646

Code (0)

등록된 구현이 없습니다.

Tasks

Depth Estimation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Deep Surface Normal Estimation with Hierarchical RGB-D Fusion

2019-04-06 · CVPR 2019 6 · Jin Zeng, Yanfeng Tong, Yunmu Huang, Qiong Yan 외

The growing availability of commodity RGB-D cameras has boosted the applications in the field of scene understanding. However, as a fundamental scene understanding task, surface normal estimation from RGB-D data lacks th…

Scene UnderstandingSurface Normal Estimation

FiffDepth: Feed-forward Transformation of Diffusion-Based Generators for Detailed Depth Estimation

2024-12-01 · Yunpeng Bai, QiXing Huang

Monocular Depth Estimation (MDE) is essential for applications like 3D scene reconstruction, autonomous navigation, and AI content creation. However, robust MDE remains challenging due to noisy real-world data and distri…

3D Scene ReconstructionAutonomous NavigationDepth EstimationMonocular Depth Estimation

GenWarp: Single Image to Novel Views with Semantic-Preserving Generative Warping

2024-05-27 · Junyoung Seo, Kazumi Fukuda, Takashi Shibuya, Takuya Narihira 외

Generating novel views from a single image remains a challenging task due to the complexity of 3D scenes and the limited diversity in the existing multi-view datasets to train a model on. Recent research combining large-…

Depth EstimationDiversityMonocular Depth EstimationNovel View Synthesis

Boosting Monocular Depth Estimation Models to High-Resolution via Content-Adaptive Multi-Resolution Merging

2021-05-28 · CVPR 2021 1 · S. Mahdi H. Miangoleh, Sebastian Dille, Long Mai, Sylvain Paris 외

Neural networks have shown great abilities in estimating depth from a single image. However, the inferred depth maps are well below one-megapixel resolution and often lack fine-grained details, which limits their practic…

Depth EstimationMonocular Depth Estimation

A Novel 3D-UNet Deep Learning Framework Based on High-Dimensional Bilateral Grid for Edge Consistent Single Image Depth Estimation

2021-05-21 · Mansi Sharma, Abheesht Sharma, Kadvekar Rohit Tushar, Avinash Panneer

The task of predicting smooth and edge-consistent depth maps is notoriously difficult for single image depth estimation. This paper proposes a novel Bilateral Grid based 3D convolutional neural network, dubbed as 3DBG-UN…

Depth EstimationDepth PredictionSemantic Segmentation