Skip to content

JoshuaLPF/DFENet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 

Repository files navigation

DFENet

Deep Fourier-embedded Network for Bi-modal Salient Object Detection [paper (an initial version)]

  • April 29, 2024
    The paper is undergoing peer review. The code will be released upon acceptance of the paper.
  • Framework
  • In this project, we proposed the deep Fourier-embedded network (DFENet), a purely Fourier-based model aimed at solving the high-resolution bi-modal inputs and feature fusion while minimizing memory consumption of GPU, outperforming existing state-of-the-art bi-modal salient object detection (BSOD) models on four RGB-T BSOD benchmark datasets. To the best of our knowledge, this is the first Fourier-based supervised model in a series of salient object detection tasks.
  • Please cite our paper if you find it useful for your research.
@article{lyu2024deep,
  title={Deep Fourier-embedded Network for Bi-modal Salient Object Detection},
  author={Lyu, Pengfei and Yu, Xiaosheng and Wu, Chengdong and Rajapakse, Jagath C},
  journal={arXiv preprint arXiv:2411.18409},
  year={2024}
}

Requirements

List of prerequisites or required libraries for the project to run:

  • Pytorch 2.0.0
  • Cuda 11.8
  • Python 3.8 or higher
  • tensorboardX
  • opencv-python
  • timm == 0.5.4
  • thop
  • numpy

Datasets

Pre-trained Weights of DFENet

Resolution Backbone weights
384 x 384 CDFFormer-m36 Link
512 x 512 CDFFormer-m36 Link

Results

  • The results of our DFENet can be found at link.
  • result

Evaluation Metrics Toolbox

  • The Evaluation Metrics Toolbox is available here: link.

Acknowledgements

Contact Us

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published