CVApr 25, 2023

CompletionFormer: Depth Completion with Convolutions and Vision Transformers

arXiv:2304.13030v129.2176 citationsh-index: 43Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of balancing local and global feature modeling in depth completion for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the problem of depth completion from sparse depth and RGB images by proposing a hybrid architecture that combines convolutional attention and Vision Transformers, achieving state-of-the-art results on KITTI and NYUv2 datasets with nearly 1/3 fewer FLOPs than pure Transformer methods.

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 pyramidal structure. This hybrid architecture naturally benefits both the local connectivity of convolutions and the global context of the Transformer in one single model. As a result, our CompletionFormer outperforms state-of-the-art CNNs-based methods on the outdoor KITTI Depth Completion benchmark and indoor NYUv2 dataset, achieving significantly higher efficiency (nearly 1/3 FLOPs) compared to pure Transformer-based methods. Code is available at \url{https://github.com/youmi-zym/CompletionFormer}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes