sstary / SSRS

Apache License 2.0
257 stars 31 forks source link

Semantic Segmentation for Remote Sensing

This repo is the PyTorch implementation of some works related to remote sensing tasks.

Methods

SAM-based:

SAM_RS (IEEE TGRS 2024).

Mamba-based:

RS^3Mamba (IEEE GRSL 2024).

Unsupervised Domain Adaptation (UDA):

GLGAN (TGRS Undergoing Review).

MBATA_GAN (IEEE TGRS 2023).

Multimodal Fusion:

FTransUNet (IEEE TGRS 2024).

CMFNet (IEEE JSTARS 2022).

MSFNet (IEEE IGARSS 2022).

Reference

For UDA:

For Semantic Segmentation:

For Semantic Segmentation based on Mamba:

Datasets

All datasets including ISPRS Potsdam, ISPRS Vaihingen, loveDA can be downloaded here.

Other Works

There are some other works in our group:

Scene Classification: DF4LCZ (IEEE TGRS 2024).

Change Detection: GCD-DDPM (IEEE TGRS 2024), GVLM (ISPRS 2023).

Super-resolution: ASDDPM (IEEE JSTARS Undergoing Review), GCRDN (IEEE JSTARS 2023).

Citations

If these codes are helpful for your study, please cite:

@article{ma2024frequency,
  title={Frequency Decomposition-Driven Unsupervised Domain Adaptation for Remote Sensing Image Semantic Segmentation},
  author={Ma, Xianping and Zhang, Xiaokang and Ding, Xingchen and Pun, Man-On and Ma, Siwei},
  journal={arXiv preprint arXiv:2404.04531},
  year={2024}
}

@ARTICLE{ma2024rs3mamba,
  author={Ma, Xianping and Zhang, Xiaokang and Pun, Man-On},
  journal={IEEE Geoscience and Remote Sensing Letters}, 
  title={RS3Mamba: Visual State Space Model for Remote Sensing Image Semantic Segmentation}, 
  year={2024},
  volume={},
  number={},
  pages={1-1}
}

@ARTICLE{ma2024ftransunet,
  author={Ma, Xianping and Zhang, Xiaokang and Pun, Man-On and Liu, Ming},
  journal={IEEE Transactions on Geoscience and Remote Sensing}, 
  title={A Multilevel Multimodal Fusion Transformer for Remote Sensing Semantic Segmentation}, 
  year={2024},
  volume={62},
  number={},
  pages={1-15},
  doi={10.1109/TGRS.2024.3373033}
}

@article{ma2024sam,
  author={Ma, Xianping and Wu, Qianqian and Zhao, Xingyu and Zhang, Xiaokang and Pun, Man-On and Huang, Bo},
  journal={IEEE Transactions on Geoscience and Remote Sensing}, 
  title={SAM-Assisted Remote Sensing Imagery Semantic Segmentation With Object and Boundary Constraints}, 
  year={2024},
  volume={62},
  pages={1-16},
}

@article{ma2023unsupervised,
  title={Unsupervised domain adaptation augmented by mutually boosted attention for semantic segmentation of vhr remote sensing images},
  author={Ma, Xianping and Zhang, Xiaokang and Wang, Zhiguo and Pun, Man-On},
  journal={IEEE Transactions on Geoscience and Remote Sensing},
  volume={61},
  pages={1--15},
  year={2023},
  publisher={IEEE}
}

@article{ma2022crossmodal,
  title={A crossmodal multiscale fusion network for semantic segmentation of remote sensing data},
  author={Ma, Xianping and Zhang, Xiaokang and Pun, Man-On},
  journal={IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing},
  volume={15},
  pages={3463--3474},
  year={2022},
  publisher={IEEE}
}

@inproceedings{ma2022msfnet,
  title={MSFNET: Multi-Stage Fusion Network for Semantic Segmentation of Fine-Resolution Remote Sensing Data},
  author={Ma, Xianping and Zhang, Xiaokang and Pun, Man-On and Liu, Ming},
  booktitle={IGARSS 2022-2022 IEEE International Geoscience and Remote Sensing Symposium},
  pages={2833--2836},
  year={2022},
  organization={IEEE}
}

Contact

Xianping Ma (xianpingma@ling.cuhk.edu.cn), (ma.xianping125@gmail.com)

Star History

Star History Chart