Home

Awesome

QSFNet

This repo is an official implementation of the QSFNet. Quality-aware Selective Fusion Network for VDT Salient Object Detection. IEEE Transactions on Image Processing (2024).

Prerequisites

Usage

1. Clone the repository

2. Training

Download the pretrained model swin_base_patch4_window12_384_22k.pth and resnet34-333f7ec4.pth. <br>

You can train the three stages entirely by using

python Train_all.py

or train the three stages step by step, using

python Mtrain.py
python QAtrain.py
python Ttrain.py

3. Testing

python test_all.py

4. Evaluation

Citation

@article{bao2024quality,
  title={Quality-aware Selective Fusion Network for VDT Salient Object Detection},
  author={Bao, Liuxin and Zhou, Xiaofei and Lu, Xiankai and Sun, Yaoqi and Yin, Haibing and Hu, Zhenghui and Zhang, Jiyong and Yan, Chenggang},
  journal={IEEE Transactions on Image Processing},
  year={2024},
  volume={33},
  pages={3212 - 3226},
  publisher={IEEE}
}