RGBD-SOD/S-MultiMAE
1
S-MultiMAE
This repository provides the official implementation of S-MultiMAE A Multi-Ground Truth approach for RGB-D Saliency Detection
Nguyen Truong Thinh Huynh, Van Linh Pham, Xuan Toan Mai and Tuan Anh Tran
Model weights
Demo on HuggingFace
- https://huggingface.co/spaces/RGBD-SOD/S-MultiMAE

How to run locally
Create a virtual environment
We recommend using python 3.10 or higher.
python3.10 -m venv env
source env/bin/activate
pip install -r requirements.txtDownload trained weights
- Download model weights and put it in the folder
weights. You may also need to download the weights of DPT model (a rgb2depth model). Theweightsfolder will look like this:
├── weights
│ ├── omnidata_rgb2depth_dpt_hybrid.pth
│ ├── s-multimae-cfgv4_0_2006-top1.pth
│ ├── s-multimae-cfgv4_0_2007-top1.pthRun
- Run streamlit app
streamlit run streamlit_apps/app.py --server.port 9113 --browser.gatherUsageStats False --server.fileWatcherType noneDatasets
COME15K dataset
@inproceedings{cascaded_rgbd_sod,
title={RGB-D Saliency Detection via Cascaded Mutual Information Minimization},
author={Zhang, Jing and Fan, Deng-Ping and Dai, Yuchao and Yu, Xin and Zhong, Yiran and Barnes, Nick and Shao, Ling},
booktitle={International Conference on Computer Vision (ICCV)},
year={2021}
}Acknowledgements
S-MultiMAE is build on top of MultiMAE. We kindly thank the authors for releasing their code.
@article{bachmann2022multimae,
author = {Roman Bachmann and David Mizrahi and Andrei Atanov and Amir Zamir},
title = {{MultiMAE}: Multi-modal Multi-task Masked Autoencoders},
booktitle = {European Conference on Computer Vision},
year = {2022},
}References
All references are cited in these files:
- Datasets
- SOTAs
- Others
