CVMar 19, 2020

DPANet: Depth Potentiality-Aware Gated Attention Network for RGB-D Salient Object Detection

arXiv:2003.08608v4196 citations
AI Analysis

This addresses a key challenge in RGB-D salient object detection for computer vision applications, though it is incremental as it builds on existing attention-based fusion methods.

The paper tackled the problem of effectively integrating RGB-D data while preventing contamination from unreliable depth maps in salient object detection, proposing DPANet which achieved state-of-the-art results compared to 15 methods on 8 datasets.

There are two main issues in RGB-D salient object detection: (1) how to effectively integrate the complementarity from the cross-modal RGB-D data; (2) how to prevent the contamination effect from the unreliable depth map. In fact, these two problems are linked and intertwined, but the previous methods tend to focus only on the first problem and ignore the consideration of depth map quality, which may yield the model fall into the sub-optimal state. In this paper, we address these two issues in a holistic model synergistically, and propose a novel network named DPANet to explicitly model the potentiality of the depth map and effectively integrate the cross-modal complementarity. By introducing the depth potentiality perception, the network can perceive the potentiality of depth information in a learning-based manner, and guide the fusion process of two modal data to prevent the contamination occurred. The gated multi-modality attention module in the fusion process exploits the attention mechanism with a gate controller to capture long-range dependencies from a cross-modal perspective. Experimental results compared with 15 state-of-the-art methods on 8 datasets demonstrate the validity of the proposed approach both quantitatively and qualitatively.

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