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

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 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 · 1 citation
#diffusion models Open access Aug 2026

The Economics of Artificial Intelligence: Scaling, Verification, Assignment, Capital, Growth, and Value

This paper develops the economics of artificial intelligence as a single connected structure, from the physics of the production function to the aggregate growth constraint and the valuation of the firms building and adopting it. Part I derives the cost of capability from scaling laws, shows why deployed models are systematically overtrained, and estimates the task-success slope directly from 23,235 public evaluation runs: $\hat\beta=0.83$ with no detectable release-date trend. Part II treats market structure: minimum efficient scale, the two-tier equilibrium in which open weights contest the trailing edge but never the frontier, and inference as a capacity-constrained short-run market that rations rather than prices. Part III is the core. We replace the standard automation assignment rule with one that prices reliability, obtaining an automation calendar $t_{\mathrm{aut}}=t_{1/2}+(\tau/\beta)\log_2\gamma$ in which verification cost, not task difficulty, sets the date; derive optimal checkpoint spacing $k^\star\approx\sqrt{v_{\mathrm{ver}}/\lambda}$; and prove the exact best-of-$k$ result. Against a sound verifier, sampling divides the reliability lag by $k$ in the small-$k$ regime and does better outside it; against an unsound verifier, it leaves an error floor that no amount of sampling removes. Part IV aggregates: diffusion inherits its time dispersion from verification costs, and revenue growth is governed by the density of tasks at the current threshold. Part V proves a Baumol bound --- with elasticity of substitution below one, aggregate growth converges to that of the least automatable essential input --- and states three jointly necessary conditions for explosive growth. Part VI treats measurement, policy, and financial markets. Part VII states the investment bridge: technological importance, industry profit, and security return are distinct objects, and a coherent valuation must respect the automation calendar, rent migration, capital consumption, and expectations already in price. The full valuation architecture is reserved for a separate companion paper. Part VIII states eighteen open problems.

Miquel Noguer Alonso · 0 citations

Related blog posts