MarsZhaoYT / SAR2Opt-Heterogeneous-Dataset

MIT License
49 stars 7 forks source link

SAR2Opt-Heterogeneous-Dataset

Author

This is an overview of our proposed heterogeneous remote sensing images "SAR2Opt" dataset.

SAR2Opt dataset can be used as a benchmark in change detection and image transaltion on remote sensing images.

Examples

Description of dataset

We manually selected ground points on each pair of SAR-optical images to perform fine registration. All the pathces were cropped in size of 600*600 pixels after registration. If you want to use a pre-trained model, you could resize the patches first.

Dataset

You can get the dataset from:

Image-to-image translation results on SAR2Opt dataset

Here are some translated results on our SAR2Opt dataset with well-known GAN-based methods, which have been included in our GRSL paper.

results

Usage of codes

We slightly modofied the original codes to make our dataset suitable for the models. And we are grateful to the authors who have shared their codes kindly.

Pix2Pix

BicycleGAN

CycleGAN

MUNIT

NICE-GAN

CUT

Attn-CycleGAN (ASGIT)

Baselines we referenced here are:

Citation

If you find this dataset valuable in your projects, please cite our paper below:

@article{zhao2022comparative,
  title={A Comparative Analysis of GAN-based Methods for SAR-to-Optical Image Translation},
  author={Zhao, Yitao and Celik, Turgay and Liu, Nanqing and Li, Heng-Chao},
  journal={IEEE Geoscience and Remote Sensing Letters},
  year={2022},
  publisher={IEEE}
}