CVSep 4, 2023

AGG-Net: Attention Guided Gated-convolutional Network for Depth Image Completion

arXiv:2309.01624v116 citations
Originality Incremental advance
AI Analysis

This work addresses depth image completion for applications using RGB-D cameras, presenting an incremental improvement over existing methods.

The paper tackles the problem of incomplete depth images from RGB-D cameras by proposing AGG-Net, which uses attention-guided modules to fuse depth and color features, achieving state-of-the-art results on benchmarks like NYU-Depth V2, DIML, and SUN RGB-D.

Recently, stereo vision based on lightweight RGBD cameras has been widely used in various fields. However, limited by the imaging principles, the commonly used RGB-D cameras based on TOF, structured light, or binocular vision acquire some invalid data inevitably, such as weak reflection, boundary shadows, and artifacts, which may bring adverse impacts to the follow-up work. In this paper, we propose a new model for depth image completion based on the Attention Guided Gated-convolutional Network (AGG-Net), through which more accurate and reliable depth images can be obtained from the raw depth maps and the corresponding RGB images. Our model employs a UNet-like architecture which consists of two parallel branches of depth and color features. In the encoding stage, an Attention Guided Gated-Convolution (AG-GConv) module is proposed to realize the fusion of depth and color features at different scales, which can effectively reduce the negative impacts of invalid depth data on the reconstruction. In the decoding stage, an Attention Guided Skip Connection (AG-SC) module is presented to avoid introducing too many depth-irrelevant features to the reconstruction. The experimental results demonstrate that our method outperforms the state-of-the-art methods on the popular benchmarks NYU-Depth V2, DIML, and SUN RGB-D.

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