paper-with-me

홈 › Papers

Monocular Depth Estimation Using Laplacian Pyramid-Based Depth Residuals

2021-01-08 · Minsoo Song, Seokjae Lim, Wonjun Kim

With a great success of the generative model via deep neural networks, monocular depth estimation has been actively studied by exploiting various encoder-decoder architectures. However, the decoding process in most previous methods, which repeats simple up-sampling operations, probably fails to fully utilize underlying properties of well-encoded features for monocular depth estimation. To resolve this problem, we propose a simple but effective scheme by incorporating the Laplacian pyramid into the decoder architecture. Specifically, encoded features are fed into different streams for decoding depth residuals, which are defined by decomposition of the Laplacian pyramid, and corresponding outputs are progressively combined to reconstruct the final depth map from coarse to fine scales. This is fairly desirable to precisely estimate the depth boundary as well as the global layout. We also propose to apply weight standardization to pre-activation convolution blocks of the decoder architecture, which gives a great help to improve the flow of gradients and thus makes optimization easier. Experimental results on benchmark datasets constructed under various indoor and outdoor environments demonstrate that the proposed method is effective for monocular depth estimation compared to state-of-the-art models. The code and model are publicly available at: https://github.com/tjqansthd/LapDepth-release.

📄 PDF Abstract BibTeX

Code (1)

tjqansthd/LapDepth-release pytorch

Tasks

DecoderDepth EstimationMonocular Depth Estimation

Methods 이 논문이 사용한 방법론

Laplacian Pyramid 설명 없음
Weight Standardization Weight Standardization is a normalization technique that smooths the loss landscape by standardizing the weights in convolutional layers. Different from the previous…
Residual Connection 설명 없음
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
ResNeXt A ResNeXt repeats a building block that aggregates a set of transformations with the same topology. Compared to a ResNet, it…

Similar Papers 제목 키워드 기반

Pyramid Frequency Network with Spatial Attention Residual Refinement Module for Monocular Depth Estimation

2022-04-05 · Zhengyang Lu, Ying Chen

Deep-learning-based approaches to depth estimation are rapidly advancing, offering superior performance over existing methods. To estimate the depth in real-world scenarios, depth estimation models require the robustness…

Deep LearningDepth EstimationMonocular Depth Estimation

Structure-Aware Residual Pyramid Network for Monocular Depth Estimation

2019-07-13 · Xiaotian Chen, Xuejin Chen, Zheng-Jun Zha

Monocular depth estimation is an essential task for scene understanding. The underlying structure of objects and stuff in a complex scene is critical to recovering accurate and visually-pleasing depth maps. Global struct…

DecoderDepth EstimationDepth PredictionMonocular Depth Estimation+1

LMDepth: Lightweight Mamba-based Monocular Depth Estimation for Real-World Deployment

2025-05-02 · Jiahuan Long, Xin Zhou

Monocular depth estimation provides an additional depth dimension to RGB images, making it widely applicable in various fields such as virtual reality, autonomous driving and robotic navigation. However, existing depth e…

Autonomous DrivingComputational EfficiencyDepth EstimationMamba+2

MonoPGC: Monocular 3D Object Detection with Pixel Geometry Contexts

2023-02-21 · Zizhang Wu, Yuanzhu Gan, Lei Wang, Guilian Chen 외

Monocular 3D object detection reveals an economical but challenging task in autonomous driving. Recently center-based monocular methods have developed rapidly with a great trade-off between speed and accuracy, where they…

3D Object DetectionAutonomous DrivingDepth EstimationMonocular 3D Object Detection+3

Attention-based Context Aggregation Network for Monocular Depth Estimation

2019-01-29 · Yuru Chen, Haitao Zhao, Zhengwei Hu

Depth estimation is a traditional computer vision task, which plays a crucial role in understanding 3D scene geometry. Recently, deep-convolutional-neural-networks based methods have achieved promising results in the mon…

Depth EstimationMonocular Depth EstimationMulti-class Classification