CompletionFormer: Depth Completion with Convolutions and Vision Transformers
Zhang Youmin, Guo Xianda, Poggi Matteo, Zhu Zheng, Huang Guan,, Mattoccia Stefano

TL;DR
CompletionFormer is a hybrid depth completion model combining convolutional attention and Vision Transformers, achieving superior accuracy and efficiency on benchmark datasets by modeling both local and global features.
Contribution
The paper introduces JCAT, a novel hybrid block that couples convolutional attention with Vision Transformers for depth completion, improving performance and efficiency.
Findings
Outperforms state-of-the-art CNN-based methods on KITTI and NYUv2 datasets.
Achieves nearly one-third FLOPs of pure Transformer models.
Demonstrates effective modeling of local and global features in depth completion.
Abstract
Given sparse depths and the corresponding RGB images, depth completion aims at spatially propagating the sparse measurements throughout the whole image to get a dense depth prediction. Despite the tremendous progress of deep-learning-based depth completion methods, the locality of the convolutional layer or graph model makes it hard for the network to model the long-range relationship between pixels. While recent fully Transformer-based architecture has reported encouraging results with the global receptive field, the performance and efficiency gaps to the well-developed CNN models still exist because of its deteriorative local feature details. This paper proposes a Joint Convolutional Attention and Transformer block (JCAT), which deeply couples the convolutional attention layer and Vision Transformer into one block, as the basic unit to construct our depth completion model in a…
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 · Optical measurement and interference techniques · Image Enhancement Techniques
MethodsAttention Is All You Need · Adam · Label Smoothing · Dropout · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Residual Connection · Softmax · Linear Layer · Byte Pair Encoding
