Papers › A Physics-informed Diffusion Model for High-fidelity Flow Field Reconstruction

A Physics-informed Diffusion Model for High-fidelity Flow Field Reconstruction

26 Nov 2022arXiv:2211.14680archive 2025-07-28

Dule Shu, Zijie Li, Amir Barati Farimani

Machine learning models are gaining increasing popularity in the domain of fluid dynamics for their potential to accelerate the production of high-fidelity computational fluid dynamics data. However, many recently proposed machine learning models for high-fidelity data reconstruction require low-fidelity data for model training. Such requirement restrains the application performance of these models, since their data reconstruction accuracy would drop significantly if the low-fidelity input data used in model test has a large deviation from the training data. To overcome this restraint, we propose a diffusion model which only uses high-fidelity data at training. With different configurations, our model is able to reconstruct high-fidelity data from either a regular low-fidelity sample or a sparsely measured sample, and is also able to gain an accuracy increase by using physics-informed conditioning information from a known partial differential equation when that is available. Experimental results demonstrate that our model can produce accurate reconstruction results for 2d turbulent flows based on different input sources without retraining.

PaperPDFCodeCode 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="2211.14680")

Code

Syntology Ran 10 of 24 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · honoured contract; 5 ran · our draft was wrong; 3 ran · fixture could not drive it; 1 ran with no contract checked.

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

BaratiLab/Diffusion-based-Fluid-Super-resolution officialmentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

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

1ran · honoured contract
5ran · our draft was wrong
3ran · fixture could not drive it
1ran
14unverified

Licence: 0 of the 24 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 BaratiLab/Diffusion-based-Fluid-Super-resolution. “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.

compute_alpha BaratiLab/Diffusion-based-Fluid-Super-resolution/functions/denoising_step.py official repository ran · our draft was wrong MIT (permissive) · 9215fb189fbfb9f4 · report
generalized_steps BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/functions/denoising.py official repository ran · fixture could not drive it MIT (permissive) · d47e6201b6d56d24 · report
get_beta_schedule BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/runners/diffusion_tub.py official repository ran · honoured contract MIT (permissive) · ca0cea1ca1eeec89 · report
get_timestep_embedding BaratiLab/Diffusion-based-Fluid-Super-resolution/models/diffusion_new.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · cb49209c125de1b4 · report
list_dir BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/datasets/utils.py official repository ran · our draft was wrong MIT (permissive) · 915e1c6c38494be9 · report
list_files BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/datasets/utils.py official repository ran · our draft was wrong MIT (permissive) · 208e196e9582a9a6 · report
md5_hash BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/functions/ckpt_util.py official repository ran · our draft was wrong MIT (permissive) · 07d90bd6ae1be7db · report
noise_estimation_loss BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/functions/losses.py official repository ran MIT (permissive) · 36a45cceb1209d2f · report
nonlinearity BaratiLab/Diffusion-based-Fluid-Super-resolution/models/diffusion_new.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 3137073275f8c21a · report
torch2hwcuint8 BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/runners/diffusion_tub.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · c27a10ca9f6b75f3 · report
Normalize BaratiLab/Diffusion-based-Fluid-Super-resolution/models/diffusion_new.py official repository unverified MIT (permissive) · d3e493cb453bf21e · report
check_integrity BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/datasets/utils.py official repository unverified MIT (permissive) · 7345763c9b9300fb · report
conditional_noise_estimation_loss BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/functions/losses.py official repository unverified MIT (permissive) · d78697dffb992697 · report
data_blurring BaratiLab/Diffusion-based-Fluid-Super-resolution/functions/process_data.py official repository unverified MIT (permissive) · 4c603260e9a53b23 · report
ddim_steps BaratiLab/Diffusion-based-Fluid-Super-resolution/functions/denoising_step.py official repository unverified MIT (permissive) · bb65803997afc12c · report
ddpm_steps BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/functions/denoising.py official repository unverified MIT (permissive) · 4d1f19f21237eb7d · report
ddpm_steps BaratiLab/Diffusion-based-Fluid-Super-resolution/functions/denoising_step.py official repository unverified MIT (permissive) · 4552697bda36ebb2 · report
get_ckpt_path BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/functions/ckpt_util.py official repository unverified MIT (permissive) · c37fc656e8bb2a80 · report
load_flow_data BaratiLab/Diffusion-based-Fluid-Super-resolution/runners/rs256_guided_diffusion.py official repository unverified MIT (permissive) · efc699989983049d · report
load_recons_data BaratiLab/Diffusion-based-Fluid-Super-resolution/runners/rs256_guided_diffusion.py official repository unverified MIT (permissive) · cd9733bb244e0eed · report
nearest_blur_image BaratiLab/Diffusion-based-Fluid-Super-resolution/runners/rs256_guided_diffusion.py official repository unverified MIT (permissive) · b8eae635c8da0f75 · report
normalize_array BaratiLab/Diffusion-based-Fluid-Super-resolution/functions/process_data.py official repository unverified MIT (permissive) · a1e4ee18c7b28d29 · report
unnormalize_array BaratiLab/Diffusion-based-Fluid-Super-resolution/functions/process_data.py official repository unverified MIT (permissive) · 585244aea5474149 · report
voriticity_residual BaratiLab/Diffusion-based-Fluid-Super-resolution/train_ddpm/functions/losses.py official repository unverified MIT (permissive) · 50d3715e3fd0d2da · report

Tasks

Vocal Bursts Intensity Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionTest

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