Chrome Extension
WeChat Mini Program
Use on ChatGLM

LapUNet: a Novel Approach to Monocular Depth Estimation Using Dynamic Laplacian Residual U-shape Networks

Yanhui Xi, Sai Li, Zhikang Xu,Feng Zhou,Juanxiu Tian

SCIENTIFIC REPORTS(2024)

Changsha Univ Sci & Technol | Changsha Univ | Hunan Inst Engn

Cited 0|Views2
Abstract
Monocular depth estimation is an important but challenging task. Although the performance has been improved by adopting various encoder-decoder architectures, the estimated depth maps lack structure details and clear edges due to simple repeated upsampling. To solve this problem, this paper presents the novel LapUNet (Laplacian U-shape networks), in which the encoder adopts ResNeXt101, and the decoder is constructed with the novel DLRU (dynamic Laplacian residual U-shape) module. The DLRU module based on the U-shape structure can supplement high-frequency features by fusing dynamic Laplacian residual into the process of upsampling, and the residual is dynamically learnable due to the addition of convolutional operation. Also, the ASPP (atrous spatial pyramid pooling) module is introduced to capture image context at multiple scales though multiple parallel atrous convolutional layers, and the depth map fusion module is used for combining high and low frequency features from depth maps with different spatial resolution. Experiments demonstrate that the proposed model with moderate model size is superior to other previous competitors on the KITTI and NYU Depth V2 datasets. Furthermore, 3D reconstruction and target ranging by utilizing the estimated depth maps prove the effectiveness of our proposed method.
More
Translated text
Key words
Monocular depth estimation,Laplacian pyramid,Dynamic laplacian residual,ASPP,LapUNet
PDF
Bibtex
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Related Papers
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文提出了LapUNet,一种利用动态Laplacian残差U形网络进行单目深度估计的新方法,有效提升了深度图的细节和边缘清晰度。

方法】:通过在解码器中引入创新的动态Laplacian残差U形(DLRU)模块,并在过程中融合了高斯差分残差,同时引入了ASPP模块来捕捉多尺度图像上下文。

实验】:使用KITTI和NYU Depth V2数据集进行实验,实验结果表明LapUNet在模型大小适中时,性能优于其他竞争对手,且通过3D重建和目标测距验证了方法的有效性。