News

April 20, 2025 ยท View on GitHub

image

News

2025.1 our paper has been accepted by IEEE TIP.

2024.2 arxiv paper released.

Dataset

image

you can find them here.

Prediction map

you can download here

References

During development, we referred to the following resources:

  • MAE - The backbone of SENet is built based on this project. Note that to get good results, you need to use the full pre-trained weights of MAE (including the decoder part). you can get the mae weight here.
  • BGNet - The training process and implementation are based on this project.