Home

Awesome

RGB-D Salient Object Detection via 3D Convolutional Neural Networks (AAAI 2021)

3-D Convolutional Neural Networks for RGB-D Salient Object Detection and Beyond (IEEE TNNLS)

Preface

This repo contains the source code and prediction saliency maps of our RD3D and RD3D+. The latter is an extension of the former, which is lighter and more computationally efficient and accurate.

RD3D: RGB-D Salient Object Detection via 3D Convolutional Neural Networks (PDF)

RD3D+: 3-D Convolutional Neural Networks for RGB-D Salient Object Detection and Beyond (PDF)

Update

:fire: Update 2022/09/15 :fire: Our work of RD3D+ is officially accepted and published in the IEEE Transactions on Neural Networks and Learning Systems now!

:fire: Update 2021/09/10 :fire: The Pytorch implementation of RD3D+ is now available! PDF is coming soon.

:fire: Update 2020/12/29 :fire: The Pytorch implementation of RD3D is now available!

Dataset

💡Important tips💡

Usage

Repo clone

git clone https://github.com/PPOLYpubki/RD3D.git
cd RD3D

Prerequisites

Required packages are listed below:

Inference

Training

Evaluation

We follow the authors of the SINet to conduct evaluations on our testing results.

We provide complete and fair one-key evaluation toolbox for benchmarking within a uniform standard. Please refer to this link for more information: Matlab version: https://github.com/DengPingFan/CODToolbox Python version: https://github.com/lartpang/PySODMetrics

Result

Benchmark RGB-D SOD

The complete RGB-D SOD benchmark can be found in this page.

Citation

Please cite our work if you find them useful:

@inproceedings{chen2021rgb,
	title={RGB-D Salient Object Detection via 3D Convolutional Neural Networks},
	author={Chen, Qian and Liu, Ze and Zhang, Yi and Fu, Keren and Zhao, Qijun and Du, Hongwei},
	booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
	volume={35},
	number={2},
	pages={1063--1071},
	year={2021}
    }