Papers › Beyond Visual Fidelity: Benchmarking Super-Resolution Models for Large-Scale Remote...

Beyond Visual Fidelity: Benchmarking Super-Resolution Models for Large-Scale Remote Sensing Imagery via Downstream Task Integration

1 May 2026arXiv:2605.00310added by Syntology

Zhili Li, Kangyang Chai, Zhihao Wang, Xiaowei Jia, Yanhua Li, Gengchen Mai, Sergii Skakun, Dinesh Manocha, Yiqun Xie

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Super-resolution (SR) techniques have made major advances in reconstructing high-resolution images from low-resolution inputs. The increased resolution provides visual enhancement and utility for monitoring tasks. In particular, SR has been increasingly developed for satellite-based Earth observation, with applications in urban planning, agriculture, ecology, and disaster response. However, existing SR studies and benchmarks typically use fidelity metrics such as PSNR or SSIM, whereas the true utility of super-resolved images lies in supporting downstream tasks such as land cover classification, biomass estimation, and change detection. To bridge this gap, we introduce GeoSR-Bench, a downstream task-integrated SR benchmark dataset to evaluate SR models beyond fidelity metrics. GeoSR-Bench comprises spatially co-located, temporally aligned, and quality-controlled image pairs from about 36,000 locations across diverse land covers, spanning resolutions from 500m to 0.6m. To the best of our knowledge, GeoSR-Bench is the first SR benchmark that directly connects improved image resolution from SR models with downstream Earth monitoring tasks, including land cover segmentation, infrastructure mapping, and biophysical variable estimation. Using GeoSR-Bench, we benchmark GAN, transformer, neural operator, and diffusion-based SR models on perceptual quality and downstream task performance. We conduct experiments with 270 settings, covering 2 cross-platform SR tasks, 9 SR models, 3 downstream task models, and 5 downstream tasks for each SR task. The results show that improvements in traditional SR metrics often do not correlate with gains in task performance, and the correlations can be negative, indicating that these metrics provide limited guidance for selecting superior models for downstream tasks. This reveals the need to integrate downstream tasks into SR model development and evaluation.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.00310")

Code

Syntology Ran 9 of 10 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 9 ran with no contract checked.

By repository: found in paper text by Syntology: 10 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ai-spatial/GeoSR-Bench found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 9 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

9ran
1unverified

Licence: 10 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ai-spatial/GeoSR-Bench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_psnr ai-spatial/GeoSR-Bench/MODIS_L8/SR_Models/CFAT_M2L8/util_calculate_psnr_ssim.py found in paper text by Syntology ran no licence file found · pointer only · 2a71b83d717fc9be · report
calculate_psnrb ai-spatial/GeoSR-Bench/MODIS_L8/SR_Models/CFAT_M2L8/util_calculate_psnr_ssim.py found in paper text by Syntology ran no licence file found · pointer only · a3d002fc2e93d158 · report
calculate_ssim ai-spatial/GeoSR-Bench/MODIS_L8/SR_Models/CFAT_M2L8/util_calculate_psnr_ssim.py found in paper text by Syntology ran no licence file found · pointer only · 66e8be31e4b423ab · report
compute_psnr ai-spatial/GeoSR-Bench/MODIS_L8/SR_Models/CFAT_M2L8/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d047f536a3e39a24 · report
downsample ai-spatial/GeoSR-Bench/MODIS_L8/SR_Models/SRNO_M2L8/utils.py found in paper text by Syntology ran no licence file found · pointer only · cc216a67cd17e6e0 · report
resize_fn ai-spatial/GeoSR-Bench/MODIS_L8/SR_Models/SRNO_M2L8/utils.py found in paper text by Syntology ran no licence file found · pointer only · 04c11f8350e7b152 · report
time_text ai-spatial/GeoSR-Bench/MODIS_L8/SR_Models/CFAT_M2L8/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 14982a5b13861f94 · report
time_text ai-spatial/GeoSR-Bench/MODIS_L8/SR_Models/SRNO_M2L8/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 6a243afbe200f82c · report
worker ai-spatial/GeoSR-Bench/MODIS_L8/SR_Models/SeD_M2L8/extract_subimages.py found in paper text by Syntology ran no licence file found · pointer only · b4099b2262955373 · report
compute_ssim ai-spatial/GeoSR-Bench/MODIS_L8/SR_Models/CFAT_M2L8/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 08878d7faba07f9a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.00310, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections