(AAAI,2026) Small but Mighty: Dynamic Wavelet Expert-Guided Fine-Tuning of Large-Scale Models for Optical Remote Sensing Object Segmentation

May 3, 2026 ยท View on GitHub

Yanguang Sun, Chao Wang, Jian Yang, Lei Luo

Our work has been accepted for AAAI 2026. The relevant code has been open sourced.

How to configure the environment? Please carefully refer to the environment. txt file.

If you are interested in our work, please do not hesitate to contact us at Sunyg@njust.edu.cn via email.

image image image

Segmentation results

We provide the segmentation results of the proposed WEFT model under in Optical Remote Sensing Images.

WEFT_AAAI26_ORSIs [(https://pan.baidu.com/s/1ewSbkjKOQsusGDlpx2fk9A), PIN:t7xg]

Expend Applications

We provide the segmentation results of our WEFT method under in camouflage, natural and medical scenarios.

WEFT_AAAI26_COD/SOD/PS [(https://pan.baidu.com/s/1I8UFBVeBKFdhuSiAU8zg1A), PIN:wtxk]

Training

To train WEFT model on ORSSD on a single node with 2 gpus run:


bash dist_train.sh configs/COS/WEFT_RSSOD_ORSSD.py 2 --seed 2024

Testing

The visual segmentation results can be obtained through image_demo.py

Citation

If you use DPU-Former in your research or wish to refer to the baseline results, please use the following BibTeX entry.

@article{WEFT,
  title={Small but Mighty: Dynamic Wavelet Expert-Guided Fine-Tuning of Large-Scale Models for Optical Remote Sensing Object Segmentation},
  author={Sun, Yanguang and Wang, Chao and Yang, Jian and Luo, Lei},
  journal={arXiv preprint arXiv:2601.09108},
  year={2026}
}
@article{WEFT,
  title={Small but Mighty: Dynamic Wavelet Expert-Guided Fine-Tuning of Large-Scale Models for Optical Remote Sensing Object Segmentation},
  author={Sun, Yanguang and Wang, Chao and Yang, Jian and Luo, Lei},
  journal={AAAI Conference on Artificial Intelligence (AAAI)},
  pages={9224--9232},
  year={2026}
}