Home

Awesome

DFM-Net (ACM MM 2021)

This repository provides code for paper Depth Quality-Inspired Feature Manipulation for Efficient RGB-D Salient Object Detection.

This method contains hyper light-weight RGB-D SOD model DFM-Net and its big version DFN-Net*.

If you have any questions about our paper, feel free to contact us.

<p align="center"> <img src="img/structure_diagram.png" width="80%"/> <br /> <em> Block diagram of the proposed DFM-Net. </em> </p>

Features

Easy-to-use to boost your methods

If you use a depth branch as an affiliate to RGB branch:

if you adopt parallel encoders for RGB and depth:

Performance

<p align="center"> <img src="img/quantitative_results.png" width="95%"/> <br /> <em> Quantitative comparison with 15 SOTA over 4 metrics (S-measure, max F-measure, max E-measure and MAE) on 6 datasets. Our results are highlighted in bold, and the scores/numbers better than ours are underlined. </em> </p> <p align="center"> <img src="img/benchmark.png" width="40%"/> <br /> <em> Performance visualization. The vertical axis indicates the accuracy on SIP. The horizontal axis indicates the CPU speed (FPS). The circle area is proportional to the model size. </em> </p>

Data Preparation

Testing

Directly run test.py

The test maps will be saved to './resutls/'.

Training

Citation

Please cite the following paper if you use this repository in your reseach

@inproceedings{zhang2021depth,
title={Depth quality-inspired feature manipulation for efficient RGB-D salient object detection},
author={Zhang, Wenbo and Ji, Ge-Peng and Wang, Zhuo and Fu, Keren and Zhao, Qijun},
booktitle={Proceedings of the 29th ACM International Conference on Multimedia},
pages={731--740},
year={2021}
}