RGB-D Salient Object Detection

56 papers with code • 8 benchmarks • 5 datasets

RGB-D Salient object detection (SOD) aims at distinguishing the most visually distinctive objects or regions in a scene from the given RGB and Depth data. It has a wide range of applications, including video/image segmentation, object recognition, visual tracking, foreground maps evaluation, image retrieval, content-aware image editing, information discovery, photosynthesis, and weakly supervised semantic segmentation. Here, depth information plays an important complementary role in finding salient objects. Online benchmark: http://dpfan.net/d3netbenchmark.

( Image credit: Rethinking RGB-D Salient Object Detection: Models, Data Sets, and Large-Scale Benchmarks, TNNLS20 )

Libraries

Use these libraries to find RGB-D Salient Object Detection models and implementations

Boosting RGB-D Saliency Detection by Leveraging Unlabeled RGB Images

robert-xiaoqiang/ds-net 1 Jan 2022

The depth estimation branch is trained with RGB-D images and then used to estimate the pseudo depth maps for all unlabeled RGB images to form the paired data.

9
01 Jan 2022

CAVER: Cross-Modal View-Mixed Transformer for Bi-Modal Salient Object Detection

lartpang/caver 4 Dec 2021

Most of the existing bi-modal (RGB-D and RGB-T) salient object detection methods utilize the convolution operation and construct complex interweave fusion structures to achieve cross-modal information integration.

23
04 Dec 2021

Joint Semantic Mining for Weakly Supervised RGB-D Salient Object Detection

jiwei0921/jsm NeurIPS 2021

As a by-product, a CapS dataset is constructed by augmenting existing benchmark training set with additional image tags and captions.

8
01 Dec 2021

TriTransNet: RGB-D Salient Object Detection with a Triplet Transformer Embedding Network

liuzywen/tritransnet 9 Aug 2021

In view of the more contribution of high-level features for the performance, we propose a triplet transformer embedding module to enhance them by learning long-range dependencies across layers.

23
09 Aug 2021

Cross-modality Discrepant Interaction Network for RGB-D Salient Object Detection

kingcong/CDINet 4 Aug 2021

For the cross-modality interaction in feature encoder, existing methods either indiscriminately treat RGB and depth modalities, or only habitually utilize depth cues as auxiliary information of the RGB branch.

1
04 Aug 2021

Depth Quality-Inspired Feature Manipulation for Efficient RGB-D Salient Object Detection

zwbx/DFM-Net 5 Jul 2021

To tackle this dilemma and also inspired by the fact that depth quality is a key factor influencing the accuracy, we propose a novel depth quality-inspired feature manipulation (DQFM) process, which is efficient itself and can serve as a gating mechanism for filtering depth features to greatly boost the accuracy.

46
05 Jul 2021

Calibrated RGB-D Salient Object Detection

jiwei0921/DCF CVPR 2021

Complex backgrounds and similar appearances between objects and their surroundings are generally recognized as challenging scenarios in Salient Object Detection (SOD).

35
19 Jun 2021

Visual Saliency Transformer

nnizhang/VST ICCV 2021

We also develop a token-based multi-task decoder to simultaneously perform saliency and boundary detection by introducing task-related tokens and a novel patch-task-attention mechanism.

117
25 Apr 2021

BTS-Net: Bi-directional Transfer-and-Selection Network For RGB-D Salient Object Detection

zwbx/BTS-Net 5 Apr 2021

Depth information has been proved beneficial in RGB-D salient object detection (SOD).

36
05 Apr 2021

Deep RGB-D Saliency Detection with Depth-Sensitive Attention and Automatic Multi-Modal Fusion

sunpeng1996/DSA2F CVPR 2021

In principle, the feature modeling scheme is carried out in a depth-sensitive attention module, which leads to the RGB feature enhancement as well as the background distraction reduction by capturing the depth geometry prior.

57
22 Mar 2021