Overview
- Field: Machine Learning
- Authors: Max Defez, Filippo Quarenghi, Mathieu Vrac, Stephan Mandt, Tom Beucler
- Published: 2026-04-23
- arXiv: 2604.21903
- Diffusion noise schedule amplitude beta: larger for bigger SR factors to increase output diversity.
- Temporal context length L: set to keep the attention range comparable across frame rates.
- Mass-conservation function f: tapered to limit extreme amplification at large factors.
Abstract (translated from the Chinese forum summary)
Deep learning video super-resolution (SR) has advanced rapidly, but climate applications usually perform SR along only the spatial or temporal dimension. Existing joint spatiotemporal SR models are typically designed for a single pair of SR factors (the spatial and temporal upsampling ratios between the low-resolution and high-resolution sequences), which limits transfer across spatial resolutions and temporal frame rates.
The authors propose a scale-adaptive framework that decomposes spatiotemporal SR into:
1. A deterministic prediction of conditional means using attention mechanisms. 2. A residual conditional diffusion model with an optional mass-conservation transform (ensuring the precipitation total is identical in input and output) to preserve aggregate amounts.
This decomposition lets the same architecture be reused across different SR factor pairs. The framework's core hypothesis is that larger SR factors mainly increase underdetermination—requiring more context and residual uncertainty—rather than changing the structure of the conditional mean. Scale adaptivity is achieved by rescaling three factor-dependent hyperparameters:
Results
Demonstrations on Comephore reanalysis precipitation over France show that a single architecture spans spatial SR factors from 1 to 25 and temporal factors from 1 to 6, yielding a reusable architecture and a tuning scheme for joint spatiotemporal super-resolution across scales.
Link
Paper: https://arxiv.org/abs/2604.21903
--- *Auto-collected on 2026-04-27.*