|
1 | 1 | <img src="https://github.com/ESAOpenSR/opensr-model/blob/main/resources/opensr_logo.png?raw=true" width="250"/> |
2 | 2 |
|
3 | | -# SISR-RS-SRGAN |
| 3 | +# OpenSR-SRGAN |
4 | 4 |
|
5 | | -| **Runtime** | **Docs / License** | **Tests** | |
6 | | -|:-----------:|:------------------:|:---------:| |
7 | | -| <br> | [](https://srgan.opensr.eu)<br> | [](https://github.com/simon-donike/SISR-RS-SRGAN/actions/workflows/ci.yml)<br>[](https://codecov.io/gh/simon-donike/SISR-RS-SRGAN) | |
| 5 | +| **PyPI** | **Versions** | **Docs & License** | **Tests** | **Reference** | |
| 6 | +|:---------:|:-------------:|:------------------:|:----------:|:--------------:| |
| 7 | +| [](https://pypi.org/project/opensr-srgan/) | <br> | [](https://srgan.opensr.eu)<br> | [](https://github.com/simon-donike/SISR-RS-SRGAN/actions/workflows/ci.yml)<br>[](https://codecov.io/gh/simon-donike/SISR-RS-SRGAN) | [](https://arxiv.org/abs/2511.10461)<br>[](https://doi.org/10.5281/zenodo.17590993) | |
8 | 8 |
|
9 | 9 |  |
10 | 10 |
|
11 | | -SISR-RS-SRGAN is a comprehensive toolkit for training and evaluating super-resolution GANs on remote-sensing imagery. It packages a flexible generator/discriminator zoo, composable perceptual and reconstruction losses, and the training heuristics |
| 11 | +OpenSR-SRGAN is a comprehensive toolkit for training and evaluating super-resolution GANs on remote-sensing imagery. It packages a flexible generator/discriminator zoo, composable perceptual and reconstruction losses, and the training heuristics |
12 | 12 | that make adversarial optimisation tractable—generator warm-up phases, learning-rate scheduling, adversarial-weight ramping, and more. All options are driven by concise YAML configuration files so you can explore new architectures or datasets without |
13 | 13 | rewriting pipelines. |
14 | 14 |
|
15 | | -Whether you are reproducing published results, exploring new remote-sensing modalities, or are trying to esablish some benchmarks, SISR-RS-SRGAN gives you a clear and extensible foundation for multispectral super-resolution research. |
| 15 | +Whether you are reproducing published results, exploring new remote-sensing modalities, or are trying to esablish some benchmarks, OpenSR-SRGAN gives you a clear and extensible foundation for multispectral super-resolution research. |
16 | 16 |
|
17 | 17 | > This repository and the configs represent the experiences that were made with SR-GAN training for remote sensing imagery. It's neither complete nor claims to perform SOTA SR, but it implements all tweaks and tips that make training SR-GANs easier. |
18 | 18 |
|
@@ -82,4 +82,20 @@ Whether you are reproducing published results, exploring new remote-sensing moda |
82 | 82 | * [Results](results.md) showcases results for some generator/discriminator and dataset combinations. |
83 | 83 |
|
84 | 84 | ## ESA OpenSR |
85 | | -SISR-RS-SRGAN is part of the ESA [OpenSR](https://www.opensr.eu) ecosystem — an open framework for trustworthy super-resolution of multispectral satellite imagery. Within this initiative, this repository serves as the adversarial benchmark suite: it provides standardized GAN architectures, training procedures, and evaluation utilities that complement the other model types implemented in the project (diffusion, transformers, regression) and interfaces with from companion packages such as opensr-utils. |
| 85 | +OpenSR-SRGAN is part of the ESA [OpenSR](https://www.opensr.eu) ecosystem — an open framework for trustworthy super-resolution of multispectral satellite imagery. Within this initiative, this repository serves as the adversarial benchmark suite: it provides standardized GAN architectures, training procedures, and evaluation utilities that complement the other model types implemented in the project (diffusion, transformers, regression) and interfaces with from companion packages such as opensr-utils. |
| 86 | + |
| 87 | +## Citation |
| 88 | + |
| 89 | +If you use this work, please cite: |
| 90 | + |
| 91 | +```bibtex |
| 92 | +@misc{donike2025opensrsrganflexiblesuperresolutionframework, |
| 93 | + title={OpenSR-SRGAN: A Flexible Super-Resolution Framework for Multispectral Earth Observation Data}, |
| 94 | + author={Simon Donike and Cesar Aybar and Julio Contreras and Luis Gómez-Chova}, |
| 95 | + year={2025}, |
| 96 | + eprint={2511.10461}, |
| 97 | + archivePrefix={arXiv}, |
| 98 | + primaryClass={cs.CV}, |
| 99 | + url={https://arxiv.org/abs/2511.10461}, |
| 100 | +} |
| 101 | +``` |
0 commit comments