FreMaNet
April 21, 2026 ยท View on GitHub
[TGRS2026] [FreMaNet] Lightweight ORSI Salient Object Detection via Frequency and Mutual Assistance Attention IEEE Link|PDF|Homepage
Network Architecture
Requirements
python 3.8 + pytorch 1.13.1
Saliency maps
We provide saliency maps of our FreMaNet, lightweight methods (code: frem), and normal-size methods (code: frem) on the ORSSD, EORSSD, and ORSI-4199 datasets.

Training
We use data_aug.m for data augmentation.
Modify paths of datasets, then run train_FreMaNet.py.
Note: Our main model is under './model/GeleNet_models.py'. Our code is built on GeleNet. So in this code, GeleNet refers to our FreMaNet.
Pre-trained model and testing
-
We provide the pre-trained models in './models/'.
-
Modify paths of pre-trained models and datasets.
-
Run test_FreMaNet.py.
Evaluation Tool
You can use the evaluation tool (MATLAB version) to evaluate the above saliency maps.
ORSI-SOD_Summary
Citation
@ARTICLE{Li_2026_FreMaNet,
author = {Gongyang Li and Shixiang Shi and Yong Wu and Weisi Lin and Zhen Bai},
title = {Lightweight ORSI Salient Object Detection via Frequency and Mutual Assistance Attention},
journal = {IEEE Transactions on Geoscience and Remote Sensing},
pages = {5617112},
volume = {64},
year = {2026},
month = {Apr.},
}
If you encounter any problems with the code, want to report bugs, etc.
Please contact me at lllmiemie@163.com or ligongyang@shu.edu.cn.