CVDec 1, 2021

Transformer-based Network for RGB-D Saliency Detection

arXiv:2112.00582v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving salient region prediction in RGB-D images for computer vision applications, representing an incremental advancement in method design.

The authors tackled the problem of RGB-D saliency detection by proposing a transformer-based network to better capture long-range dependencies and fuse multi-scale, multi-modal information, achieving favorable performance against state-of-the-art methods on six benchmark datasets.

RGB-D saliency detection integrates information from both RGB images and depth maps to improve prediction of salient regions under challenging conditions. The key to RGB-D saliency detection is to fully mine and fuse information at multiple scales across the two modalities. Previous approaches tend to apply the multi-scale and multi-modal fusion separately via local operations, which fails to capture long-range dependencies. Here we propose a transformer-based network to address this issue. Our proposed architecture is composed of two modules: a transformer-based within-modality feature enhancement module (TWFEM) and a transformer-based feature fusion module (TFFM). TFFM conducts a sufficient feature fusion by integrating features from multiple scales and two modalities over all positions simultaneously. TWFEM enhances feature on each scale by selecting and integrating complementary information from other scales within the same modality before TFFM. We show that transformer is a uniform operation which presents great efficacy in both feature fusion and feature enhancement, and simplifies the model design. Extensive experimental results on six benchmark datasets demonstrate that our proposed network performs favorably against state-of-the-art RGB-D saliency detection methods.

Foundations

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

Your Notes