Skip to content

Commit 280e26a

Browse files
committed
citation update, paper references DIO inclusion
1 parent 65f98a3 commit 280e26a

4 files changed

Lines changed: 46 additions & 35 deletions

File tree

CITATION.cff

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ authors:
1010
family-names: Donike
1111
email: accounts@donike.net
1212
orcid: 'https://orcid.org/0000-0002-4440-3835'
13+
- given-names: Cesar
14+
family-names: Aybar
15+
orcid: 'https://orcid.org/0000-0003-2745-9535'
16+
- given-names: Julio
17+
family-names: Contreras
18+
orcid: 'https://orcid.org/0009-0001-5408-7055'
1319
- given-names: Luis
14-
family-names: Gomez-Chova
20+
family-names: Gómez-Chova
1521
orcid: 'https://orcid.org/0000-0003-3924-1269'
1622

1723
repository-code: 'https://github.com/ESAOpenSR/SRGAN'

opensr_srgan/model/loss/loss.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,6 @@ def _compute(weight: float, fn) -> torch.Tensor:
367367

368368
# --- Quality metrics ---
369369
with torch.no_grad():
370-
# sr_metric = self.normalizer.normalize(sr)
371-
# hr_metric = self.normalizer.normalize(hr)
372370
safe_max_val = max(self.max_val, LOSS_EPS)
373371
sr_metric = torch.clamp(sr, 0.0, safe_max_val)
374372
hr_metric = torch.clamp(hr, 0.0, safe_max_val)

paper/paper.bib

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,28 @@ @inproceedings{ledig2017photo
22
title = {Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network},
33
author = {Ledig, Christian and others},
44
year = 2017,
5-
booktitle = {CVPR}
5+
booktitle = {CVPR},
6+
doi = {10.48550/arXiv.1609.04802}
67
}
78
@inproceedings{wang2018esrgan,
89
title = {ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks},
910
author = {Wang, Xintao and others},
1011
year = 2018,
11-
booktitle = {ECCV Workshops}
12+
booktitle = {ECCV Workshops},
13+
doi = {10.48550/arXiv.1809.00219}
1214
}
1315
@inproceedings{zhang2018perceptual,
1416
title = {The Unreasonable Effectiveness of Deep Features as a Perceptual Metric},
1517
author = {Zhang, Richard and others},
1618
year = 2018,
17-
booktitle = {CVPR}
19+
booktitle = {CVPR},
20+
doi = {10.48550/arXiv.1801.03924}
1821
}
1922
@misc{dong2015imagesuperresolutionusingdeep,
2023
title = {Image Super-Resolution Using Deep Convolutional Networks},
2124
author = {Chao Dong and Chen Change Loy and Kaiming He and Xiaoou Tang},
2225
year = 2015,
26+
doi = {10.48550/arXiv.1501.00092},
2327
url = {https://arxiv.org/abs/1501.00092},
2428
eprint = {1501.00092},
2529
archiveprefix = {arXiv},
@@ -29,6 +33,7 @@ @misc{goodfellow2014generativeadversarialnetworks
2933
title = {Generative Adversarial Networks},
3034
author = {Ian J. Goodfellow and Jean Pouget-Abadie and Mehdi Mirza and Bing Xu and David Warde-Farley and Sherjil Ozair and Aaron Courville and Yoshua Bengio},
3135
year = 2014,
36+
doi = {10.48550/arXiv.1406.2661},
3237
url = {https://arxiv.org/abs/1406.2661},
3338
eprint = {1406.2661},
3439
archiveprefix = {arXiv},
@@ -38,6 +43,7 @@ @misc{kim2016deeplyrecursiveconvolutionalnetworkimage
3843
title = {Deeply-Recursive Convolutional Network for Image Super-Resolution},
3944
author = {Jiwon Kim and Jung Kwon Lee and Kyoung Mu Lee},
4045
year = 2016,
46+
doi = {10.48550/arXiv.1511.04491},
4147
url = {https://arxiv.org/abs/1511.04491},
4248
eprint = {1511.04491},
4349
archiveprefix = {arXiv},
@@ -58,6 +64,7 @@ @misc{satlassuperres
5864
title = {Zooming Out on Zooming In: Advancing Super-Resolution for Remote Sensing},
5965
author = {Piper Wolters and Favyen Bastani and Aniruddha Kembhavi},
6066
year = 2023,
67+
doi = {10.48550/arXiv.2311.18082},
6168
url = {https://arxiv.org/abs/2311.18082},
6269
eprint = {2311.18082},
6370
archiveprefix = {arXiv},
@@ -78,6 +85,7 @@ @misc{su2024intriguingpropertycounterfactualexplanation
7885
title = {Intriguing Property and Counterfactual Explanation of GAN for Remote Sensing Image Generation},
7986
author = {Xingzhe Su and Wenwen Qiang and Jie Hu and Fengge Wu and Changwen Zheng and Fuchun Sun},
8087
year = 2024,
88+
doi = {10.48550/arXiv.2303.05240},
8189
url = {https://arxiv.org/abs/2303.05240},
8290
eprint = {2303.05240},
8391
archiveprefix = {arXiv},
@@ -112,7 +120,8 @@ @inproceedings{p1
112120
author = {Bau, David and Zhu, Jun-Yan and Wulff, Jonas and Peebles, William and Strobelt, Hendrik and Zhou, Bolei and Torralba, Antonio},
113121
year = 2019,
114122
month = {October},
115-
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}
123+
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
124+
doi = {10.48550/arXiv.1910.11626}
116125
}
117126
@inproceedings{p2,
118127
title = {Improved Techniques for Training GANs},
@@ -121,14 +130,14 @@ @inproceedings{p2
121130
booktitle = {Advances in Neural Information Processing Systems},
122131
publisher = {Curran Associates, Inc.},
123132
volume = 29,
124-
pages = {},
125-
url = {https://proceedings.neurips.cc/paper_files/paper/2016/file/8a3363abe792db2d8761d6403605aeb7-Paper.pdf},
133+
doi = {10.48550/arXiv.1606.03498},
126134
editor = {D. Lee and M. Sugiyama and U. Luxburg and I. Guyon and R. Garnett}
127135
}
128136
@misc{p3,
129137
title = {GAN Augmentation: Augmenting Training Data using Generative Adversarial Networks},
130138
author = {Christopher Bowles and Liang Chen and Ricardo Guerrero and Paul Bentley and Roger Gunn and Alexander Hammers and David Alexander Dickie and Maria Valdés Hernández and Joanna Wardlaw and Daniel Rueckert},
131139
year = 2018,
140+
doi = {10.48550/arXiv.1810.10863},
132141
url = {https://arxiv.org/abs/1810.10863},
133142
eprint = {1810.10863},
134143
archiveprefix = {arXiv},
@@ -141,7 +150,7 @@ @article{agriculture
141150
journal = {Remote Sensing of Environment},
142151
volume = 236,
143152
pages = 111402,
144-
doi = {https://doi.org/10.1016/j.rse.2019.111402},
153+
doi = {10.1016/j.rse.2019.111402},
145154
issn = {0034-4257},
146155
url = {https://www.sciencedirect.com/science/article/pii/S0034425719304213},
147156
keywords = {Review, Agriculture, Remote sensing, Crop, Traits, Radiative transfer model, Inversion, Machine learning, Deep learning, Assimilation, Land use, Land cover, Yield, Precision farming, Phenotyping, Ecosystem services},
@@ -177,7 +186,8 @@ @article{disaster
177186
publisher = {Springer},
178187
volume = 87,
179188
number = 1,
180-
pages = {213--237}
189+
pages = {213--237},
190+
doi = {10.1007/s11235-024-01148-z}
181191
}
182192
@article{osrtest,
183193
title = {A Comprehensive Benchmark for Optical Remote Sensing Image Super-Resolution},
@@ -194,13 +204,15 @@ @misc{osrutils
194204
title = {OpenSR-Utils: Large-scale inference and data processing utilities for super-resolution of remote sensing imagery},
195205
author = {Donike, Simon and contributors},
196206
year = 2025,
207+
doi = {10.5281/zenodo.17599310},
197208
note = {Accessed: 2025-10-14},
198209
howpublished = {\url{https://github.com/ESAOpenSR/opensr-utils}}
199210
}
200211
@misc{rcab,
201212
title = {Residual Channel Attention Generative Adversarial Network for Image Super-Resolution and Noise Reduction},
202213
author = {Jie Cai and Zibo Meng and Chiu Man Ho},
203214
year = 2020,
215+
doi = {10.48550/arXiv.2004.13674},
204216
url = {https://arxiv.org/abs/2004.13674},
205217
eprint = {2004.13674},
206218
archiveprefix = {arXiv},
@@ -210,6 +222,7 @@ @misc{rrdb
210222
title = {Residual Dense Network for Image Super-Resolution},
211223
author = {Yulun Zhang and Yapeng Tian and Yu Kong and Bineng Zhong and Yun Fu},
212224
year = 2018,
225+
doi = {10.48550/arXiv.1802.08797},
213226
url = {https://arxiv.org/abs/1802.08797},
214227
eprint = {1802.08797},
215228
archiveprefix = {arXiv},
@@ -219,6 +232,7 @@ @misc{lka
219232
title = {Large-kernel Attention for Efficient and Robust Brain Lesion Segmentation},
220233
author = {Liam Chalcroft and Ruben Lourenço Pereira and Mikael Brudfors and Andrew S. Kayser and Mark D'Esposito and Cathy J. Price and Ioannis Pappas and John Ashburner},
221234
year = 2023,
235+
doi = {10.48550/arXiv.2308.07251},
222236
url = {https://arxiv.org/abs/2308.07251},
223237
eprint = {2308.07251},
224238
archiveprefix = {arXiv},
@@ -228,6 +242,7 @@ @misc{patchgan
228242
title = {Patch-Based Image Inpainting with Generative Adversarial Networks},
229243
author = {Ugur Demir and Gozde Unal},
230244
year = 2018,
245+
doi = {10.48550/arXiv.1803.07422},
231246
url = {https://arxiv.org/abs/1803.07422},
232247
eprint = {1803.07422},
233248
archiveprefix = {arXiv},
@@ -237,6 +252,7 @@ @misc{cyclegan
237252
title = {Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks},
238253
author = {Jun-Yan Zhu and Taesung Park and Phillip Isola and Alexei A. Efros},
239254
year = 2020,
255+
doi = {10.48550/arXiv.1703.10593},
240256
url = {https://arxiv.org/abs/1703.10593},
241257
eprint = {1703.10593},
242258
archiveprefix = {arXiv},
@@ -246,6 +262,7 @@ @misc{px2px
246262
title = {Image-to-Image Translation with Conditional Adversarial Networks},
247263
author = {Phillip Isola and Jun-Yan Zhu and Tinghui Zhou and Alexei A. Efros},
248264
year = 2018,
265+
doi = {10.48550/arXiv.1611.07004},
249266
url = {https://arxiv.org/abs/1611.07004},
250267
eprint = {1611.07004},
251268
archiveprefix = {arXiv},
@@ -255,6 +272,7 @@ @misc{ema
255272
title = {Exponential Moving Average of Weights in Deep Learning: Dynamics and Benefits},
256273
author = {Daniel Morales-Brotons and Thijs Vogels and Hadrien Hendrikx},
257274
year = 2024,
275+
doi = {10.48550/arXiv.2411.18704},
258276
url = {https://arxiv.org/abs/2411.18704},
259277
eprint = {2411.18704},
260278
archiveprefix = {arXiv},
@@ -278,6 +296,7 @@ @misc{g1
278296
title = {Can Location Embeddings Enhance Super-Resolution of Satellite Imagery?},
279297
author = {Daniel Panangian and Ksenia Bittner},
280298
year = 2025,
299+
doi = {10.48550/arXiv.2501.15847},
281300
url = {https://arxiv.org/abs/2501.15847},
282301
eprint = {2501.15847},
283302
archiveprefix = {arXiv},
@@ -287,6 +306,7 @@ @misc{allen
287306
title = {Zooming Out on Zooming In: Advancing Super-Resolution for Remote Sensing},
288307
author = {Piper Wolters and Favyen Bastani and Aniruddha Kembhavi},
289308
year = 2023,
309+
doi = {10.48550/arXiv.2311.18082},
290310
url = {https://arxiv.org/abs/2311.18082},
291311
eprint = {2311.18082},
292312
archiveprefix = {arXiv},
@@ -300,8 +320,7 @@ @article{s1
300320
volume = 62,
301321
number = {},
302322
pages = {1--14},
303-
doi = {10.1109/TGRS.2023.3341437},
304-
keywords = {Remote sensing;Task analysis;Diffusion processes;Superresolution;Predictive models;Image reconstruction;Training;Diffusion probabilistic model (DPM);image super-resolution (SR);prior enhancement;remote sensing}
323+
doi = {10.1109/TGRS.2023.3341437}
305324
}
306325
@article{s2,
307326
title = {Diffusion Model with Detail Complement for Super-Resolution of Remote Sensing},
@@ -313,8 +332,7 @@ @article{s2
313332
doi = {10.3390/rs14194834},
314333
issn = {2072-4292},
315334
url = {https://www.mdpi.com/2072-4292/14/19/4834},
316-
article-number = 4834,
317-
abstract = {Remote sensing super-resolution (RSSR) aims to improve remote sensing (RS) image resolution while providing finer spatial details, which is of great significance for high-quality RS image interpretation. The traditional RSSR is based on the optimization method, which pays insufficient attention to small targets and lacks the ability of model understanding and detail supplement. To alleviate the above problems, we propose the generative Diffusion Model with Detail Complement (DMDC) for RS super-resolution. Firstly, unlike traditional optimization models with insufficient image understanding, we introduce the diffusion model as a generation model into RSSR tasks and regard low-resolution images as condition information to guide image generation. Next, considering that generative models may not be able to accurately recover specific small objects and complex scenes, we propose the detail supplement task to improve the recovery ability of DMDC. Finally, the strong diversity of the diffusion model makes it possibly inappropriate in RSSR, for this purpose, we come up with joint pixel constraint loss and denoise loss to optimize the direction of inverse diffusion. The extensive qualitative and quantitative experiments demonstrate the superiority of our method in RSSR with small and dense targets. Moreover, the results from direct transfer to different datasets also prove the superior generalization ability of DMDC.}
335+
article-number = 4834
318336
}
319337
@article{s3,
320338
title = {Trustworthy Super-Resolution of Multispectral Sentinel-2 Imagery With Latent Diffusion},
@@ -331,6 +349,7 @@ @misc{cgan
331349
title = {Information-theoretic stochastic contrastive conditional GAN: InfoSCC-GAN},
332350
author = {Vitaliy Kinakh and Mariia Drozdova and Guillaume Quétant and Tobias Golling and Slava Voloshynovskiy},
333351
year = 2021,
352+
doi = {10.48550/arXiv.2112.09653},
334353
url = {https://arxiv.org/abs/2112.09653},
335354
eprint = {2112.09653},
336355
archiveprefix = {arXiv},

0 commit comments

Comments
 (0)