paper-with-me

Papers

DepthFormer: Exploiting Long-Range Correlation and Local Information for Accurate Monocular Depth Estimation

2022-03-27 · Zhenyu Li, Zehui Chen, Xianming Liu, Junjun Jiang

This paper aims to address the problem of supervised monocular depth estimation. We start with a meticulous pilot study to demonstrate that the long-range correlation is essential for accurate depth estimation. Therefore, we propose to leverage the Transformer to model this global context with an effective attention mechanism. We also adopt an additional convolution branch to preserve the local information as the Transformer lacks the spatial inductive bias in modeling such contents. However, independent branches lead to a shortage of connections between features. To bridge this gap, we design a hierarchical aggregation and heterogeneous interaction module to enhance the Transformer features via element-wise interaction and model the affinity between the Transformer and the CNN features in a set-to-set translation manner. Due to the unbearable memory cost caused by global attention on high-resolution feature maps, we introduce the deformable scheme to reduce the complexity. Extensive experiments on the KITTI, NYU, and SUN RGB-D datasets demonstrate that our proposed model, termed DepthFormer, surpasses state-of-the-art monocular depth estimation methods with prominent margins. Notably, it achieves the most competitive result on the highly competitive KITTI depth estimation benchmark. Our codes and models are available at https://github.com/zhyever/Monocular-Depth-Estimation-Toolbox.

📄 PDF Abstract BibTeX arXiv:2203.14211

Code (1)

zhyever/Monocular-Depth-Estimation-Toolbox/tree/main/configs/depthformer 공식 구현 pytorch

Tasks

Depth EstimationInductive BiasMonocular Depth Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Depthformer : Multiscale Vision Transformer For Monocular Depth Estimation With Local Global Information Fusion

2022-07-10 · Ashutosh Agarwal, Chetan Arora

Attention-based models such as transformers have shown outstanding performance on dense prediction tasks, such as semantic segmentation, owing to their capability of capturing long-range dependency in an image. However, …

DecoderDepth EstimationDepth PredictionMonocular Depth Estimation+1

FocDepthFormer: Transformer with latent LSTM for Depth Estimation from Focal Stack

2023-10-17 · Xueyang Kang, Fengze Han, Abdur R. Fayjie, Patrick Vandewalle 외

Most existing methods for depth estimation from a focal stack of images employ convolutional neural networks (CNNs) using 2D or 3D convolutions over a fixed set of images. However, their effectiveness is constrained by t…

DecoderDepth Estimation

Dyna-DepthFormer: Multi-frame Transformer for Self-Supervised Depth Estimation in Dynamic Scenes

2023-01-14 · Songchun Zhang, Chunhui Zhao

Self-supervised methods have showed promising results on depth estimation task. However, previous methods estimate the target depth map and camera ego-motion simultaneously, underusing multi-frame correlation information…

Depth Estimation

Photon-Efficient 3D Imaging with A Non-Local Neural Network

2020-08-01 · ECCV 2020 8 · Jiayong Peng, Zhiwei Xiong, Xin Huang, Zheng-Ping Li 외

Photon-efficient imaging has enabled a number of applications relying on single-photon sensors that can capture a 3D image with as few as one photon per pixel. In practice, however, measurements of low photon counts are …

iiTransformer: A Unified Approach to Exploiting Local and Non-Local Information for Image Restoration

2022-11-21 · BMVC 2022 11 · Soo Min Kang, Youngchan Song, Hanul Shin, Tammy Lee

The goal of image restoration is to recover a high-quality image from its degraded input. While impressive results on various image restoration tasks have been achieved using CNNs, the convolution operation has limited i…

Color Image DenoisingImage RestorationJpeg Compression Artifact Reduction