Generative modelling · Vision Transformers · 2026

Patch-PODiff-ViT

Structured latent diffusion with patchwise POD for super-resolution and uncertainty quantification.

Onkar Jadhav, Tim French, Matthew Rayson, Nicole L. Jones

The University of Western Australia

arXiv preprint, 2026

Abstract

Diffusion models enable probabilistic super-resolution and conditional generation, but pixel-space methods are computationally expensive and learned latent spaces often lack interpretable uncertainty quantification. We introduce Patch-PODiff-ViT, a structured latent diffusion framework in which the latent space is defined by patchwise Proper Orthogonal Decomposition (POD), a fixed linear orthonormal basis over local patches, rather than learned by a nonlinear autoencoder. This yields low-dimensional, variance-ordered tokens that preserve spatial structure and enable efficient diffusion in a structured low-dimensional latent space with a Vision Transformer. Because the decoder is fixed, linear, and orthonormal, latent coefficient uncertainty can be propagated directly to physical-space predictive variance, enabling analytic propagation of predictive variance through the linear decoder without Monte Carlo estimation in pixel space. Across sea surface temperature, medical imaging, and natural images, the method achieves strong reconstruction with fewer parameters and lower memory, while producing well-calibrated spatial uncertainty that closely matches empirical ensembles.

Introduction

A single global POD basis is efficient but can under-represent local structures when datasets contain heterogeneous spatial patterns. Scientific and medical images also require uncertainty at the pixel or physical-location level, where repeated Monte Carlo decoding can become expensive.

Patch-PODiff-ViT pipeline from low-resolution inputs through patchwise POD encoding, latent diffusion and decoding
Patch-PODiff-ViT conditional super-resolution pipeline. Source: Figure 1 of the open arXiv preprint.
Goal
Preserve local image structure while making uncertainty-aware super-resolution compact enough for scientific and medical applications.
Key idea
Represent local patches as variance-ordered orthonormal tokens and model their interactions with a conditional Vision Transformer.
Takeaway
The fixed linear decoder makes it possible to propagate predictive variance analytically from latent coefficients into physical space.

Methodology

Patch-PODiff-ViT divides each high-resolution field into local patches and constructs an orthonormal POD basis for the patch representation. The resulting low-dimensional tokens retain local spatial information. A conditional Vision Transformer models interactions between tokens and performs diffusion in this structured latent space.

Because reconstruction uses a fixed linear orthonormal decoder, coefficient-space predictive variance can be propagated analytically into pixel space. This provides spatial uncertainty maps without estimating every statistic through repeated nonlinear decoding.

Results and significance

The method achieved strong reconstruction with fewer parameters and lower memory use while producing spatial uncertainty that closely followed empirical ensembles. It extends structured scientific diffusion beyond a single domain and supports applications where calibrated uncertainty is essential.

Reconstruction across domains

Qualitative super-resolution comparison across sea-surface temperature, chest X-ray and face-image datasets
Figure 2. Qualitative comparison across three domains. Columns show the low-resolution input, U-Net, PixelDiff, VAE-LDM, Patch-PODiff-ViT and ground truth. Rows compare full reconstructions and absolute errors for SST, Chest X-ray and FFHQ. Source.
Table 1. Reconstruction quality across three datasets. Lower is better for RMSE, LPIPS and FID; higher is better for PSNR and SSIM.
Metric Patch-PODiff-ViT VAE-LDM DiT PixelDiff U-Net Fullfield-PODiff
SST (Sea Surface Temperature)
RMSE ↓0.00300.00410.00400.00490.00930.0049
PSNR ↑50.4347.7347.9546.2340.6346.22
SSIM ↑0.98880.97990.97070.97130.95890.9690
LPIPS ↓0.01310.02010.01690.02340.02950.0267
FID ↓3.9865.905.018.4611.968.49
Chest X-ray
RMSE ↓0.00650.00870.00810.00980.01330.0092
PSNR ↑42.9839.1141.2137.6434.5235.75
SSIM ↑0.98850.97900.96320.97430.94230.9699
LPIPS ↓0.02010.02980.02810.03100.04220.0307
FID ↓6.01528.177.0111.4413.659.26
FFHQ (Face Images)
RMSE ↓0.01090.01780.01210.01470.03610.0154
PSNR ↑39.1536.4438.0437.8732.5437.15
SSIM ↑0.95220.93210.94320.94110.92550.9358
LPIPS ↓0.03000.05610.03770.04270.05840.0471
FID ↓9.16811.9810.0410.1116.1812.08

Results are averages over three seed runs; the paper reports standard deviations separately in Appendix Table 5. Bold values reproduce the best entries in the original table. Source: paper Table 1.

Uncertainty quantification

Analytic and empirical predictive standard deviation maps for Patch-PODiff-ViT on sea-surface temperature with their difference
Figure 3. Analytic versus empirical uncertainty on SST. The analytic standard deviation from the linear propagation formula closely matches the empirical standard deviation from 100 samples (Pearson correlation r = 0.983); the right panel shows their difference. Source.
Reliability diagrams for Patch-PODiff-ViT and comparison models on SST, FFHQ and Chest X-ray
Figure 4. Reliability diagrams comparing empirical and nominal coverage for SST, FFHQ and Chest X-ray. The dashed line denotes perfect calibration. Source.
Ground-truth SST field, Patch-PODiff-ViT ensemble mean and predictive standard deviation
Figure 5. SST ensemble application: ground truth, Patch-PODiff-ViT ensemble mean and predictive standard deviation in °C. Higher uncertainty is concentrated along coastal areas and strong thermal gradients. Source.

Computational efficiency

Table 2. Computational cost comparison across diffusion models.
Model Parameters (M) Training (h) GPU memory (GB) Inference (s) M=100 ensemble (s)
Patch-PODiff-ViT708.78.60.10911.036
VAE-LDM22030.616.10.25526.038
DiT7510.29.20.11211.855
PixelDiff16026.812.31.800189.530

The final column reports generation of a 100-member ensemble. Source: paper Table 2.

Technology and data

Python, PyTorch, Vision Transformers, patchwise POD, diffusion models, sea-surface-temperature datasets, MRI/X-ray imagery and natural-image benchmarks.

Research outputs

BibTeX

Cite the arXiv preprint:

@misc{jadhav2026patchpodiffvit,
  title         = {{Patch-PODiff-ViT}: Structured Latent Diffusion
                   with Patchwise POD for Super-Resolution and
                   Uncertainty Quantification},
  author        = {Jadhav, Onkar and French, Tim and Rayson, Matthew
                   and Jones, Nicole L.},
  year          = {2026},
  eprint        = {2606.31290},
  archivePrefix = {arXiv},
  primaryClass  = {cs.LG},
  doi           = {10.48550/arXiv.2606.31290},
  url           = {https://arxiv.org/abs/2606.31290}
}