• Stars
    star
    102
  • Rank 333,678 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code for ICCV 2019 paper. "Depth-induced Multi-scale Recurrent Attention Network for Saliency Detection". [RGB-D Salient Object Detection]

DMRA_RGBD-SOD

Code repository for our paper entilted "Depth-induced Multi-scale Recurrent Attention Network for Saliency Detection" accepted at ICCV 2019 (poster).

Overall

avatar

The proposed Dataset

  • Dataset: DUTLF
  1. Our DUTLF family consists of DUTLF-MV, DUTLF-FS, DUTLF-Depth.
  2. The dataset will be expanded to 4000 about real scenes.
  3. We are working on it and will make it publicly available soon.
  • Dataset: DUTLF-Depth
  1. The dataset is part of DUTLF dataset captured by Lytro camera, and we selected a more accurate 1200 depth map pairs for more accurate RGB-D saliency detection.
  2. We create a large scale RGB-D dataset(DUTLF-Depth) with 1200 paired images containing more complex scenarios, such as multiple or transparent objects, similar foreground and background, complex background, low-intensity environment. This challenging dataset can contribute to comprehensively evaluating saliency models.

avatar

  • The dataset link can be found here. And we split the dataset including 800 training set and 400 test set.

DMRA Code

> Requirment

  • pytorch 0.3.0+
  • torchvision
  • PIL
  • numpy

> Usage

1. Clone the repo

git clone https://github.com/jiwei0921/DMRA.git
cd DMRA/

2. Train/Test

  • test
    Download related dataset link, and set the param '--phase' as "test" and '--param' as 'True' in demo.py. Meanwhile, you need to set dataset path and checkpoint name correctly.
python demo.py
  • train
    Our train-augment dataset link [ fetch code haxl ] / train-ori dataset, and set the param '--phase' as "train" and '--param' as 'True'(loading checkpoint) or 'False'(no loading checkpoint) in demo.py. Meanwhile, you need to set dataset path and checkpoint name correctly.
python demo.py

> Training info and pre-trained models for DMRA

To better understand, we retrain our network and record some detailed training details as well as corresponding pre-trained models.

Iterations Loss NJUD(F-measure) NJUD(MAE) NLPR(F-measure) NLPR(MAE) download link
100W 958 0.882 0.048 0.867 0.031 link
70W 2413 0.876 0.050 0.854 0.033 link
40W 3194 0.861 0.056 0.823 0.037 link
16W 8260 0.805 0.081 0.725 0.056 link
2W 33494 0.009 0.470 0.030 0.452 link
0W 45394 - - - - -
  • Tips: The results of the paper shall prevail. Because of the randomness of the training process, the results fluctuated slightly.

> Results

| DUTLF-Depth | | NJUD | | NLPR | | STEREO | | LFSD | | RGBD135 | | SSD |

  • Note: For evaluation, all results are implemented on this ready-to-use toolbox.
  • SIP results: This is test results on SIP dataset, and fetch code is 'fi5h'.

> Related RGB-D Saliency Datasets

All common RGB-D Saliency Datasets we collected are shared in ready-to-use manner.

  • The web link is here.

If you think this work is helpful, please cite

@inproceedings{piao2019depth,
  title={Depth-induced multi-scale recurrent attention network for saliency detection},
  author={Piao, Yongri and Ji, Wei and Li, Jingjing and Zhang, Miao and Lu, Huchuan},
  booktitle={Proceedings of the IEEE International Conference on Computer Vision},
  pages={7254--7263},
  year={2019}
}

Related SOTA RGB-D methods' results on our dataset

Meanwhile, we also provide other state-of-the-art RGB-D methods' results on our proposed dataset, and you can directly download their results (All results,2gs2).

No. Pub. Name Title Download
14 ICCV2019 DMRA Depth-induced multi-scale recurrent attention network for saliency detection results, g7rz
13 CVPR2019 CPFP Depth-induced multi-scale recurrent attention network for saliency detection results, g7rz
12 TIP2019 TANet Three-stream attention-aware network for RGB-D salient object detection results, g7rz
11 PR2019 MMCI Multi-modal fusion network with multiscale multi-path and cross-modal interactions for RGB-D salient object detection results, g7rz
10 ICME2019 PDNet Pdnet: Prior-model guided depth-enhanced network for salient object detection results, g7rz
09 CVPR2018 PCA Progressively Complementarity-Aware Fusion Network for RGB-D Salient Object Detection results, g7rz
08 ICCVW2017 CDCP An innovative salient object detection using center-dark channel prior results, g7rz
07 TCyb2017 CTMF CNNs-based RGB-D saliency detection via cross-view transfer and multiview fusion results, g7rz
06 TIP2017 DF RGBD salient object detection via deep fusion results, g7rz
05 CAIP2017 MB A Multilayer Backpropagation Saliency Detection Algorithm Based on Depth Mining results, g7rz
04 SPL2016 DCMC Saliency detection for stereoscopic images based on depth confidence analysis and multiple cues fusion results, g7rz
03 ECCV2014 LHM-NLPR Rgbd salient object detection: a benchmark and algorithms results, g7rz
02 ICIP2014 ACSD Depth saliency based on anisotropic center-surround difference results, g7rz
01 ICIMCS2014 DES Depth enhanced saliency detection method results, g7rz

Contact Us

If you have any questions, please contact us ( [email protected] or [email protected] ).

More Repositories

1

SOD-CNNs-based-code-summary-

The summary of code and paper for salient object detection with deep learning.
835
star
2

Saliency-Evaluation-Toolbox

This Toolbox contains E-measure, S-measure, weighted F & F-measure, MAE and PR curves or bar metrics for salient object detection.
MATLAB
110
star
3

MRNet

Code for CVPR 2021 paper. "Learning Calibrated Medical Image Segmentation via Multi-rater Agreement Modeling".
Python
96
star
4

RGBD-SOD-datasets

All those partitioned RGB-D Saliency Datasets we collected are shared in ready-to-use manner.
62
star
5

DCF

Code for CVPR 2021 paper. "Calibrated RGB-D Salient Object detection".
Python
36
star
6

CoNet

Code for ECCV 2020 paper. "Accurate RGB-D Salient Object Detection via Collaborative Learning".
Python
23
star
7

DSU

Code for ICLR 2022 paper. "Promoting Saliency From Depth: Deep Unsupervised RGB-D Saliency Detection".
Python
15
star
8

Deep_Learning-Notebook

Paper list
13
star
9

MoLF

Code and Dataset for NeurIPS 2019 paper. "Memory-oriented Decoder for Light Field Salient Object Detection".
12
star
10

DenseCRF_refine_saliency-map

Dense CRF in Saliency Detection field. [Python Implementation]
Python
11
star
11

JSM

Code for NeurIPS 2021 paper. "Joint Semantic Mining for Weakly Supervised RGB-D Salient Object Detection".
Python
8
star
12

MVSS-Baseline

Baseline Code for CVPR 2023 paper. "Multispectral Video Semantic Segmentation: A Benchmark Dataset and Baseline".
Python
8
star
13

SemanticRT

Dataset & Code for ACM Multimedia 2023 paper. "SemanticRT: A Large-Scale Dataset and Method for Robust Semantic Segmentation in Multispectral Images".
Python
8
star
14

Saliency-dataset-evaluation

This repo can compute the ratio of obj.area and obj.contrast on binary saliency dataset.
MATLAB
8
star
15

HiBo-UA

Python
5
star
16

Multispectral-Video-Semantic-Segmentation

Project website for CVPR'23 - Multispectral Video Semantic Segmentation
JavaScript
4
star
17

LFNet

LFNet: Light-Field Fusion Network for Salient Object Detection
1
star