Home

Awesome

RGBD Saliency Net

Architecture

This is the source code of our paper "Learning RGB-D Salient Object Detection using background enclosure, depth contrast, and top-down features".

Our code is implemented based on ELDNet which is RGB saliency detection system. We also make use of gSLICr in our system.

Usage

If you want to test NJUDS2000 dataset images, please use NJUDS2000.caffemodel.

How to create fill and gap maps

  # execute these command at the root of this directory
  cd create_fill_gap && mkdir build && cd build
  cmake ..
  make
  # PLEASE EDIT create_fill_gap.sh TO FIT YOUR ENVIRONMENT
  sh create_fill_gap.sh

Results in our paper

All saliency map outputs are contained in a paper_results.zip file.

results

Citing our work

Please kindly cite our work if it helps your research:

@InProceedings{Shigematsu_2017_ICCV,
author = {Shigematsu, Riku and Feng, David and You, Shaodi and Barnes, Nick},
title = {Learning RGB-D Salient Object Detection Using Background Enclosure, Depth Contrast, and Top-Down Features},
booktitle = {The IEEE International Conference on Computer Vision (ICCV) Workshops},
month = {Oct},
year = {2017}
}