Skip to content
#diffusion models Open access

Deep Learning-Based Meteorological Data Downscaling: A Comparative Study with Physics Informed CNN and a Component-Level Ablation Analysis

Aug 2026
Meteorological Phenomena and Simulations Climate variability and models

Abstract

Meteorological statistical downscaling is a critical technique for deriving high-resolution climate information from coarse global reanalysis products. This experiment investigates the application of five representative deep learning architectures for downscaling ERA5 reanalysis 2m temperature fields from 1° to 0.25° spatial resolution (4x upscaling factor) over the China region, spanning the period 2010 to 2020. The five baseline models evaluated are Convolutional Neural Network (CNN), Generative Adversarial Network (GAN), Long Short-Term Memory network (LSTM), Vision Transformer (ViT-style), and Denoising Diffusion Probabilistic Model (DDPM). Building upon the analysis of baseline strengths and weaknesses, a sixth model is proposed, the Physics-Informed CNN (PICNN), which integrates multi-scale feature extraction, spatial attention mechanisms, and a composite physics-informed loss function incorporating mean squared error, Laplacian spatial smoothness regularization, and spatial energy conservation constraints. All models were trained on an NVIDIA GeForce RTX 5050 Laptop GPU with 8GB VRAM under computational constraints, with training epochs reduced from default values to accommodate hardware limitations. Experimental results on the held-out 2020 test set demonstrate that the proposed PICNN achieves the best performance among all models, with RMSE of 0.665 K, MAE of 0.435 K, PSNR of 43.43 dB, and SSIM of 0.976, representing improvements of 7.7% in RMSE and 8.7% in MAE over the strongest CNN baseline. To determine whether this improvement reflects the architectural design or simply the 84% increase in parameter count relative to the CNN baseline, a controlled ablation study was conducted comprising a capacity-matched plain CNN and three component-ablated PICNN variants, evaluated across three random seeds for the ablated variants. The results show that approximately 65.5% of PICNN's improvement over the CNN baseline is explained by parameter count alone. Among PICNN's three architectural components, spatial attention accounts for the majority of the remaining gain, the physics-informed loss contributes a small but consistent improvement, and the multi-scale feature extraction head shows no measurable benefit, with its ablated variant statistically indistinguishable from the full model. These findings refine the paper's central claim from a general endorsement of physics-informed design toward a specific, evidence-backed identification of which architectural choices are responsible for the observed gains. The Transformer model, despite having 139 million parameters, performed significantly worse than the CNN, highlighting the data inefficiency of attention-based architectures on moderate-sized meteorological datasets. The LSTM performed worst overall due to its inherent inability to preserve spatial structure.

View source

Similar papers

#diffusion models Review Open access Sep 2026

Modelling the impact of temperature on nanocarrier behavior: Thermodynamics, structural transitions, and drug release.

A rational design for next-generation thermo-responsive nanocarriers is proposed, in which polymer chemistry, nanoparticle structure, experimental characterization, and mechanistic modelling are integrated from the earliest stages of material development.

M. Schifone, Giuseppe Nunziata, Filippo Rossi · 2 citations

Modeling Environmentally Driven Seasonal Moisture Migration and Ground Movements in Expansive Clays

This paper describes the formulation of a numerical model for simulating environmentally driven one-dimensional (1D) ground movements of expansive clay. The formulation is based on a finite-element model that simulates the redistribution of matric suction through a diffusion-type equation, explicitly accounting for volume changes due to wetting and drying of the clay. We synthesize and modify highly nonlinear constitutive relationships for (1) hysteretic soil water retention; (2) reversible soil shrinkage and expansion of clay; and (3) hydraulic conductivity, explicitly incorporating desiccation cracks through a multidomain framework and assuming a critical surface crack depth. These models are well-calibrated to published laboratory tests on a reference expansive clay, Denver bentonite. We demonstrate capabilities of the proposed formulation to simulate the response of a homogeneous expansive clay to periods of drying and wetting, considering the initial matric suction, saturated hydraulic conductivity of the intact clay, and critical crack depth as three primary sources of uncertainty. We compare ensemble model simulations with measured ground movements from an instrumented expansive clay test site in Texas over a 3-year period using detailed records of potential evapotranspiration and precipitation. By assigning weights to the ensemble simulations based on their performance, we constrain the ranges of the three key uncertain parameters. The results showed very reasonable first-order agreement with the measured data and highlight the potential of the proposed formulation. We anticipate that more reliable predictions can be achieved through direct measurements of actual in situ evaporation rates and local soil properties.

Mahdi Seyyedan, Jiali Ma, Ivo Rosa Montenegro et al. · 1 citation
#diffusion models Open access Aug 2026

Cross-Asset Shock Diffusion: A Reproducible Test of Residual Underreaction, Shock Coherence, and Trading Economics

This paper examines whether differences in the speed with which traded assets respond to a common market shock can predict subsequent relative returns. The framework combines a lagged rolling factor model with Absorption Gap (AG), which measures an asset’s response error, and Shock Coherence (SC), which characterizes the contemporaneous market state. The public specification is evaluated using executable next-open timing, explicit transaction costs, dependence-aware inference, randomized-signal benchmarks, chronological diagnostics, and machine-learning extensions. The study uses 24 ETFs from 4 January 2010 through 28 August 2026, with eight factor proxies excluded from the 16-asset traded cross-section. The corrected public baseline produces a combined Rank IC of -0.00592, an approximately flat zero-cost gross result, and materially negative performance after transaction costs. A within-date randomized-signal benchmark yields an empirical two-sided p-value of 0.299, while standalone Absorption Gap, coherence-conditioned tests, chronological subsamples, and machine-learning models provide no robust evidence of economically viable public alpha. The contribution is therefore methodological as much as empirical: the paper connects an economic hypothesis about heterogeneous information absorption to an executable trading test, documents why the disclosed implementation fails, separates diagnostic and exploratory analysis from confirmatory evidence, and establishes a reproducible public baseline while keeping the proprietary alpha layer outside the evidence package.

Khaybullina Alina · 0 citations

Related blog posts

Microsoft Research Blog Aug 31, 2026

GigaPath-Flash and GigaTIME-Flash: Toward population-scale discovery with efficient pathology foundation models

What if pathology foundation models could do more with less? GigaPath-Flash and GigaTIME-Flash cut computational demands while maintaining strong performance, opening the door to larger studies and broader exploration. The post GigaPath-Flash and GigaTIME-Flash: Toward population-scale discovery with efficient pathology foundation models appeared first on Microsoft Research.