You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official PyTorch implementation of "PMAA: A Progressive Multi-scale Attention Autoencoder Model for High-Performance Cloud Removal from Multi-temporal Satellite Imagery" (ECAI 2023 Oral).
To train the models in the paper, run these commands:
python train_old.py
python train_new.py
Evaluation
To evaluate my models on two datasets, run:
python test_old.py
python test_new.py
Pre-trained Models
You can download pretrained models here:
Our awesome model trained on Sen2_MTC_old: pmaa_old.pth
Our awesome model trained on Sen2_MTC_new: pmaa_new.pth
Results
Quantitative Results
Qualitative Results
Citation
If you use our code or models in your research, please cite with:
@article{zou2023pmaa,
title={PMAA: A Progressive Multi-scale Attention Autoencoder Model for High-Performance Cloud Removal from Multi-temporal Satellite Imagery},
author={Zou, Xuechao and Li, Kai and Xing, Junliang and Tao, Pin and Cui, Yachao},
journal={European Conference on Artificial Intelligence (ECAI)},
year={2023},
pages={3165-3172},
}
About
Official PyTorch implementation of "PMAA: A Progressive Multi-scale Attention Autoencoder Model for High-Performance Cloud Removal from Multi-temporal Satellite Imagery" (ECAI 2023 Oral).