DepthFormer: Exploiting Long-Range Correlation and Local Information for Accurate Monocular Depth Estimation
Zhenyu Li, Zehui Chen, Xianming Liu, Junjun Jiang

TL;DR
DepthFormer leverages a hybrid Transformer-CNN architecture with hierarchical aggregation and deformable attention to improve monocular depth estimation accuracy, outperforming existing methods on multiple benchmarks.
Contribution
The paper introduces DepthFormer, a novel model combining global Transformer attention with local CNN features, and a hierarchical interaction module for enhanced depth estimation.
Findings
Outperforms state-of-the-art on KITTI, NYU, and SUN RGB-D datasets.
Achieves top results on the KITTI depth estimation benchmark.
Demonstrates the effectiveness of long-range correlation modeling in depth estimation.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Image Processing Techniques and Applications · Optical measurement and interference techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Adam · Residual Connection · Softmax · Dropout · Position-Wise Feed-Forward Layer · Dense Connections · Byte Pair Encoding
