pith. machine review for the scientific record.
sign in

arxiv: 2509.20098 · v2 · submitted 2025-09-24 · 💻 cs.LG

Incomplete Data, Complete Dynamics: A Diffusion Approach

Pith reviewed 2026-05-18 14:14 UTC · model grok-4.3

classification 💻 cs.LG
keywords diffusion modelsincomplete dataphysical dynamicsdata imputationconditional generationasymptotic convergenceirregular samplingmachine learning for science
0
0 comments X

The pith

Diffusion training on incomplete data converges asymptotically to the true complete generative process for physical dynamics.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper establishes a diffusion-based framework that learns physical dynamics directly from incomplete and irregularly sampled observations. Each incomplete sample is partitioned into an observed context and an unobserved query via a designed splitting strategy, after which a conditional diffusion model is trained to reconstruct the missing query. Theoretical analysis shows that this training paradigm converges to the true underlying complete generative process under mild regularity conditions. This matters for real-world settings such as fluid flows or weather data, where full observations are rarely available, because the method enables accurate imputation and dynamics modeling without requiring complete-data supervision.

Core claim

The central claim is that the diffusion training paradigm on incomplete data achieves asymptotic convergence to the true complete generative process under mild regularity conditions. This is realized by strategically partitioning each incomplete sample into observed context and unobserved query components and training a conditional diffusion model to reconstruct the missing query portions given the available contexts, thereby enabling accurate imputation across arbitrary observation patterns without complete data supervision.

What carries the argument

The splitting strategy that partitions each incomplete sample into observed context and unobserved query components, allowing the conditional diffusion model to reconstruct missing portions and recover the full dynamics.

If this is right

  • Accurate imputation is possible across arbitrary observation patterns without requiring complete data supervision.
  • The method significantly outperforms existing baselines on synthetic and real-world physical dynamics benchmarks including fluid flows and weather systems.
  • Particularly strong performance holds in limited and irregular observation regimes.
  • The approach supplies a theoretically principled route to learning and imputing partially observed dynamics.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The convergence guarantee may extend to other generative modeling families if an analogous conditional splitting can be defined.
  • This suggests incomplete observational streams could suffice for online or continual learning of dynamics in sensor networks.
  • Integration with physics-informed regularizers might further stabilize the recovered dynamics on very sparse real-world data.
  • The framework could be tested on non-physical systems such as epidemiological or financial time series that share irregular sampling traits.

Load-bearing premise

The carefully designed splitting strategy that partitions each incomplete sample into observed context and unobserved query components is sufficient to enable the conditional diffusion model to recover the full underlying dynamics.

What would settle it

Training the model on a synthetic complete dataset with known dynamics and then checking whether the learned conditional distribution matches the true generative process when queries are masked according to the splitting rule; systematic mismatch on held-out complete trajectories would falsify the asymptotic convergence result.

Figures

Figures reproduced from arXiv: 2509.20098 by Chenguang Wang, Hongyi Ye, Tianshu Yu, Yongtao Guan, Zihan Zhou.

Figure 1
Figure 1. Figure 1: Impact of context-query partitioning strategies on learning effectiveness. Blue regions [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 3
Figure 3. Figure 3: Comparison of original and imputed data from the Navier-Stokes dataset (60% observed [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figure 2
Figure 2. Figure 2: Data imputation visualization Shallow Water and Advection Equations. We consider two fundamental geophysical PDE sys￾tems: the shallow water equations governing fluid dynamics with rotation, and the linear advection equation describing scalar transport. Each dataset contains 5k training, 1k validation, and 1k test sam￾ples with 32 × 32 spatial resolution and 50 temporal frames, generated with randomized ph… view at source ↗
Figure 4
Figure 4. Figure 4: Imputed results on 2D Shallow Water dataset where 30% of the original data points are [PITH_FULL_IMAGE:figures/full_fig_p027_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Imputed results on 2D Advection dataset where 30% of the original data points are avail [PITH_FULL_IMAGE:figures/full_fig_p027_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Sample imputation results on 2D Navier-Stokes dataset where 80% of the original data [PITH_FULL_IMAGE:figures/full_fig_p028_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Sample imputation results on 2D Navier-Stokes dataset where 60% of the original data [PITH_FULL_IMAGE:figures/full_fig_p028_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Sample imputation results on 2D Navier-Stokes dataset where 20% of the original data [PITH_FULL_IMAGE:figures/full_fig_p029_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Comparison of original and imputed data from the Navier-Stokes dataset (one missing [PITH_FULL_IMAGE:figures/full_fig_p029_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Imputation results for our method vs. MissDiff. The imputed block is the center one. [PITH_FULL_IMAGE:figures/full_fig_p030_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Imputation results on the ERA5 dataset with 20% observed points. Each subfig [PITH_FULL_IMAGE:figures/full_fig_p031_11.png] view at source ↗
read the original abstract

Learning physical dynamics from data is a fundamental challenge in machine learning and scientific modeling. Real-world observational data are inherently incomplete and irregularly sampled, posing significant challenges for existing data-driven approaches. In this work, we propose a principled diffusion-based framework for learning physical systems from incomplete training samples. To this end, our method strategically partitions each such sample into observed context and unobserved query components through a carefully designed splitting strategy, then trains a conditional diffusion model to reconstruct the missing query portions given available contexts. This formulation enables accurate imputation across arbitrary observation patterns without requiring complete data supervision. Specifically, we provide theoretical analysis demonstrating that our diffusion training paradigm on incomplete data achieves asymptotic convergence to the true complete generative process under mild regularity conditions. Empirically, we show that our method significantly outperforms existing baselines on synthetic and real-world physical dynamics benchmarks, including fluid flows and weather systems, with particularly strong performance in limited and irregular observation regimes. These results demonstrate the effectiveness of our theoretically principled approach for learning and imputing partially observed dynamics.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The paper introduces a diffusion-based framework for learning physical dynamics from incomplete and irregularly sampled data. Each incomplete sample is partitioned into observed context and unobserved query components using a designed splitting strategy. A conditional diffusion model is trained to reconstruct the query from the context, enabling imputation for arbitrary observation patterns. The authors provide theoretical analysis showing asymptotic convergence to the true complete generative process under mild regularity conditions and demonstrate empirical outperformance over baselines on synthetic and real-world benchmarks such as fluid flows and weather systems.

Significance. If the theoretical result holds, this work would offer a significant advance in data-driven modeling of physical systems by handling incomplete observations without requiring complete data. The approach could improve accuracy in scientific applications like fluid dynamics and meteorology where data is often partial. The empirical results indicate particular strength in limited and irregular observation settings, which are common in practice.

major comments (2)
  1. [Theoretical Analysis] The central convergence claim relies on the splitting strategy inducing a training distribution where the conditional diffusion loss recovers the full joint score function. However, the manuscript treats the splitting operator as given without deriving the required measure-theoretic or measure-preserving properties for equivalence to score matching on full trajectories. This is load-bearing for the asymptotic convergence result to the true complete generative process.
  2. [§4.2] The mild regularity conditions under which convergence is claimed are not specified in detail; without explicit statement of these conditions and how they ensure the conditional model recovers the underlying dynamics, the support for the claim remains incomplete.
minor comments (2)
  1. [Experiments] The description of the experimental protocols could be expanded to include more details on how the incomplete data is generated for the benchmarks.
  2. [Notation] Some notation in the method section could be clarified for readers unfamiliar with conditional diffusion models.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for their careful reading and constructive feedback. We address the two major comments below and will revise the manuscript to provide the requested clarifications and derivations in the theoretical analysis.

read point-by-point responses
  1. Referee: [Theoretical Analysis] The central convergence claim relies on the splitting strategy inducing a training distribution where the conditional diffusion loss recovers the full joint score function. However, the manuscript treats the splitting operator as given without deriving the required measure-theoretic or measure-preserving properties for equivalence to score matching on full trajectories. This is load-bearing for the asymptotic convergence result to the true complete generative process.

    Authors: We appreciate the referee pointing out this key technical step. The current manuscript presents the high-level argument that the splitting induces the desired conditional training distribution but does not contain an explicit measure-theoretic derivation of the required properties. In the revision we will add a dedicated appendix subsection that formally shows the splitting operator is measure-preserving with respect to the data measure and that the conditional score-matching objective is equivalent to score matching on the full trajectories, thereby supporting the asymptotic convergence claim. revision: yes

  2. Referee: [§4.2] The mild regularity conditions under which convergence is claimed are not specified in detail; without explicit statement of these conditions and how they ensure the conditional model recovers the underlying dynamics, the support for the claim remains incomplete.

    Authors: We agree that the regularity conditions should be stated more explicitly. In the revised §4.2 we will enumerate the precise assumptions (Lipschitz continuity of the vector field, standard Gaussian noise schedule, finite second moments of the data distribution, and compactness of the observation mask set) and insert a short proof sketch showing how each condition guarantees that the conditional diffusion process converges in distribution to the true complete generative process. revision: yes

Circularity Check

0 steps flagged

No circularity: theoretical convergence claim rests on external regularity conditions and splitting strategy without reduction to inputs by construction.

full rationale

The paper's derivation presents a conditional diffusion model trained on context-query splits from incomplete samples, with a theoretical result claiming asymptotic convergence to the true generative process under mild regularity conditions. No equations or steps in the abstract or description reduce the claimed convergence to a fitted parameter, self-definition, or self-citation chain; the splitting strategy is introduced as a design choice enabling the conditional objective rather than being derived from the target result itself. The analysis is framed as independent of the specific fitted values and relies on stated external assumptions, making the chain self-contained.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 0 invented entities

Abstract provides insufficient detail to enumerate specific free parameters or invented entities; the primary unstated element is the set of mild regularity conditions required for the convergence result.

axioms (1)
  • domain assumption mild regularity conditions
    Invoked to guarantee asymptotic convergence of the diffusion training on incomplete data to the true complete generative process.

pith-pipeline@v0.9.0 · 5709 in / 1183 out tokens · 73455 ms · 2026-05-18T14:14:57.934566+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

  • Cost.FunctionalEquation washburn_uniqueness_aczel unclear
    ?
    unclear

    Relation between the paper passage and the cited Recognition theorem.

    Theorem 1 (Optimal solution under context masking...): xθ(t,Mctx ⊙ xobs,t,Mctx) = E[x0 | Mctx ⊙ xobs,t,Mctx] when union of query supports covers all dimensions.

  • Foundation.BranchSelection branch_selection unclear
    ?
    unclear

    Relation between the paper passage and the cited Recognition theorem.

    Principle 1 (Principle of uniform query exposure): P((Mqry)i=1 | Mctx) > 0 and approximately uniform for all unobserved dimensions.

  • Foundation.RealityFromDistinction reality_from_one_distinction unclear
    ?
    unclear

    Relation between the paper passage and the cited Recognition theorem.

    Theorem 2 (Ensemble approximation convergence): lim K→∞ E[||μ̂K − E[x0|obs]||²] = ||E[E[x0|ctx]] − E[x0|obs] + E[b(ctx)]||²

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.

Reference graph

Works this paper leans on

55 extracted references · 55 canonical work pages · 4 internal anchors

  1. [1]

    Stochastic interpolants with data-dependent couplings

    Michael S Albergo, Mark Goldstein, Nicholas M Boffi, Rajesh Ranganath, and Eric Vanden-Eijnden. Stochastic interpolants with data-dependent couplings. arXiv preprint arXiv:2310.03725, 2023

  2. [2]

    Infinite dimensional compressed sensing from anisotropic measurements and applications to inverse problems in pde

    Giovanni S Alberti and Matteo Santacesaria. Infinite dimensional compressed sensing from anisotropic measurements and applications to inverse problems in pde. Applied and Computational Harmonic Analysis, 50: 0 105--146, 2021

  3. [3]

    Navier-stokes, fluid dynamics, and image and video inpainting

    Marcelo Bertalmio, Andrea L Bertozzi, and Guillermo Sapiro. Navier-stokes, fluid dynamics, and image and video inpainting. In Proceedings of the 2001 IEEE Computer Society Conference on Computer Vision and Pattern Recognition. CVPR 2001, volume 1, pp.\ I--I. IEEE, 2001

  4. [4]

    Pattern recognition and machine learning, volume 4

    Christopher M Bishop and Nasser M Nasrabadi. Pattern recognition and machine learning, volume 4. Springer, 2006

  5. [5]

    Promising directions of machine learning for partial differential equations

    Steven L Brunton and J Nathan Kutz. Promising directions of machine learning for partial differential equations. Nature Computational Science, 4 0 (7): 0 483--494, 2024

  6. [6]

    Navier-stokes dataset of isotropic turbulence in a periodic box, 2024

    Shuhao Cao. Navier-stokes dataset of isotropic turbulence in a periodic box, 2024. URL https://huggingface.co/datasets/scaomath/navier-stokes-dataset. Funded by National Science Foundation: NSF award DMS-2309778

  7. [7]

    Difflight: a partial rewards conditioned diffusion model for traffic signal control with missing data

    Hanyang Chen, Yang Jiang, Shengnan Guo, Xiaowei Mao, Youfang Lin, and Huaiyu Wan. Difflight: a partial rewards conditioned diffusion model for traffic signal control with missing data. Advances in Neural Information Processing Systems, 37: 0 123353--123378, 2024 a

  8. [8]

    Rethinking the diffusion models for missing data imputation: A gradient flow perspective

    Zhichao Chen, Haoxuan Li, Fangyikang Wang, Odin Zhang, Hu Xu, Xiaoyu Jiang, Zhihuan Song, and Hao Wang. Rethinking the diffusion models for missing data imputation: A gradient flow perspective. Advances in Neural Information Processing Systems, 37: 0 112050--112103, 2024 b

  9. [9]

    Diffusion Posterior Sampling for General Noisy Inverse Problems

    Hyungjin Chung, Jeongsol Kim, Michael T Mccann, Marc L Klasky, and Jong Chul Ye. Diffusion posterior sampling for general noisy inverse problems. arXiv preprint arXiv:2209.14687, 2022

  10. [10]

    Artificial intelligence for weather forecasting

    Silvia Conti. Artificial intelligence for weather forecasting. Nature Reviews Electrical Engineering, 1 0 (1): 0 8--8, 2024

  11. [11]

    Latentpaint: Image inpainting in latent space with diffusion models

    Ciprian Corneanu, Raghudeep Gadde, and Aleix M Martinez. Latentpaint: Image inpainting in latent space with diffusion models. In Proceedings of the IEEE/CVF winter conference on applications of computer vision, pp.\ 4334--4343, 2024

  12. [12]

    Sadi: Similarity-aware diffusion model-based imputation for incomplete temporal ehr data

    Zongyu Dai, Emily Getzen, and Qi Long. Sadi: Similarity-aware diffusion model-based imputation for incomplete temporal ehr data. In International Conference on Artificial Intelligence and Statistics, pp.\ 4195--4203. PMLR, 2024

  13. [13]

    Ambient diffusion: Learning clean distributions from corrupted data

    Giannis Daras, Kulin Shah, Yuval Dagan, Aravind Gollakota, Alex Dimakis, and Adam Klivans. Ambient diffusion: Learning clean distributions from corrupted data. Advances in Neural Information Processing Systems, 36: 0 288--313, 2023

  14. [14]

    Learning signal-agnostic manifolds of neural fields

    Yilun Du, Katie Collins, Josh Tenenbaum, and Vincent Sitzmann. Learning signal-agnostic manifolds of neural fields. Advances in Neural Information Processing Systems, 34: 0 8320--8331, 2021

  15. [15]

    Causal deciphering and inpainting in spatio-temporal dynamics via diffusion model

    Yifan Duan, Jian Zhao, Junyuan Mao, Hao Wu, Jingyu Xu, Caoyuan Ma, Kai Wang, Kun Wang, Xuelong Li, et al. Causal deciphering and inpainting in spatio-temporal dynamics via diffusion model. Advances in Neural Information Processing Systems, 37: 0 107604--107632, 2024

  16. [16]

    From data to functa: Your data point is a function and you can treat it like one

    Emilien Dupont, Hyunjik Kim, SM Eslami, Danilo Rezende, and Dan Rosenbaum. From data to functa: Your data point is a function and you can treat it like one. arXiv preprint arXiv:2201.12204, 2022

  17. [17]

    Tweedie’s formula and selection bias

    Bradley Efron. Tweedie’s formula and selection bias. Journal of the American Statistical Association, 106 0 (496): 0 1602--1614, 2011

  18. [18]

    Score matching with missing data

    Josh Givens, Song Liu, and Henry WJ Reeve. Score matching with missing data. arXiv preprint arXiv:2506.00557, 2025

  19. [19]

    Machine learning and deep learning in synthetic biology: Key architectures, applications, and challenges

    Manoj Kumar Goshisht. Machine learning and deep learning in synthetic biology: Key architectures, applications, and challenges. ACS omega, 9 0 (9): 0 9921--9945, 2024

  20. [20]

    The era5 global reanalysis

    Hans Hersbach, Bill Bell, Paul Berrisford, Shoji Hirahara, Andr \'a s Hor \'a nyi, Joaqu \' n Mu \ n oz-Sabater, Julien Nicolas, Carole Peubey, Raluca Radu, Dinand Schepers, et al. The era5 global reanalysis. Quarterly journal of the royal meteorological society, 146 0 (730): 0 1999--2049, 2020

  21. [21]

    Denoising diffusion probabilistic models

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. Advances in neural information processing systems, 2020

  22. [22]

    Temporally coherent completion of dynamic video

    Jia-Bin Huang, Sing Bing Kang, Narendra Ahuja, and Johannes Kopf. Temporally coherent completion of dynamic video. ACM Transactions on Graphics (ToG), 35 0 (6): 0 1--11, 2016

  23. [23]

    Diffusionpde: Generative pde-solving under partial observation

    Jiahe Huang, Guandao Yang, Zichen Wang, and Jeong Joon Park. Diffusionpde: Generative pde-solving under partial observation. arXiv preprint arXiv:2406.17763, 2024

  24. [24]

    not-miwae: Deep generative modelling with missing not at random data

    Niels Bruun Ipsen, Pierre-Alexandre Mattei, and Jes Frellsen. not-miwae: Deep generative modelling with missing not at random data. arXiv preprint arXiv:2006.12871, 2020

  25. [25]

    Analyzing and improving the training dynamics of diffusion models

    Tero Karras, Miika Aittala, Jaakko Lehtinen, Janne Hellsten, Timo Aila, and Samuli Laine. Analyzing and improving the training dynamics of diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 24174--24184, 2024

  26. [26]

    Noise2score: tweedie’s approach to self-supervised image denoising without clean images

    Kwanyoung Kim and Jong Chul Ye. Noise2score: tweedie’s approach to self-supervised image denoising without clean images. Advances in Neural Information Processing Systems, 34: 0 864--874, 2021

  27. [28]

    Diffusion models for audio restoration: A review [special issue on model-based and data-driven audio signal processing]

    Jean-Marie Lemercier, Julius Richter, Simon Welker, Eloi Moliner, Vesa V \"a lim \"a ki, and Timo Gerkmann. Diffusion models for audio restoration: A review [special issue on model-based and data-driven audio signal processing]. IEEE Signal Processing Magazine, 41 0 (6): 0 72--84, 2025

  28. [29]

    Learning from irregularly-sampled time series: A missing data perspective

    Steven Cheng-Xian Li and Benjamin Marlin. Learning from irregularly-sampled time series: A missing data perspective. In International Conference on Machine Learning, pp.\ 5937--5946. PMLR, 2020

  29. [30]

    MisGAN: Learning from Incomplete Data with Generative Adversarial Networks

    Steven Cheng-Xian Li, Bo Jiang, and Benjamin Marlin. Misgan: Learning from incomplete data with generative adversarial networks. arXiv preprint arXiv:1902.09599, 2019

  30. [31]

    Fourier Neural Operator for Parametric Partial Differential Equations

    Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differential equations. arXiv preprint arXiv:2010.08895, 2020

  31. [32]

    I ^2 sb: Image-to-image schr\" o dinger bridge

    Guan-Horng Liu, Arash Vahdat, De-An Huang, Evangelos A Theodorou, Weili Nie, and Anima Anandkumar. I ^2 sb: Image-to-image schr\" o dinger bridge. arXiv preprint arXiv:2302.05872, 2023

  32. [33]

    Repaint: Inpainting using denoising diffusion probabilistic models

    Andreas Lugmayr, Martin Danelljan, Andres Romero, Fisher Yu, Radu Timofte, and Luc Van Gool. Repaint: Inpainting using denoising diffusion probabilistic models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 11461--11471, 2022

  33. [34]

    Physics-informed neural networks for pde problems: a comprehensive review

    Kuang Luo, Jingshang Zhao, Yingping Wang, Jiayao Li, Junjie Wen, Jiong Liang, Henry Soekmadji, and Shaolin Liao. Physics-informed neural networks for pde problems: a comprehensive review. Artificial Intelligence Review, 58 0 (10): 0 1--43, 2025

  34. [35]

    Vaem: a deep generative model for heterogeneous mixed type data

    Chao Ma, Sebastian Tschiatschek, Richard Turner, Jos \'e Miguel Hern \'a ndez-Lobato, and Cheng Zhang. Vaem: a deep generative model for heterogeneous mixed type data. Advances in Neural Information Processing Systems, 33: 0 11237--11247, 2020

  35. [36]

    When physics meets machine learning: A survey of physics-informed machine learning

    Chuizheng Meng, Sam Griesemer, Defu Cao, Sungyong Seo, and Yan Liu. When physics meets machine learning: A survey of physics-informed machine learning. Machine Learning for Computational Science and Engineering, 1 0 (1): 0 20, 2025

  36. [37]

    Missdiff: Training diffusion models on tabular data with missing values

    Yidong Ouyang, Liyan Xie, Chongxuan Li, and Guang Cheng. Missdiff: Training diffusion models on tabular data with missing values. arXiv preprint arXiv:2307.00467, 2023

  37. [38]

    Machine learning empowering drug discovery: Applications, opportunities and challenges

    Xin Qi, Yuanchun Zhao, Zhuang Qi, Siyu Hou, and Jiajia Chen. Machine learning empowering drug discovery: Applications, opportunities and challenges. Molecules, 29 0 (4): 0 903, 2024

  38. [39]

    Palette: Image-to-image diffusion models

    Chitwan Saharia, William Chan, Huiwen Chang, Chris Lee, Jonathan Ho, Tim Salimans, David Fleet, and Mohammad Norouzi. Palette: Image-to-image diffusion models. In ACM SIGGRAPH 2022 conference proceedings, pp.\ 1--10, 2022

  39. [40]

    Cfmi: Flow matching for missing data imputation

    Vaidotas Simkus and Michael U Gutmann. Cfmi: Flow matching for missing data imputation. arXiv preprint arXiv:2506.09258, 2025

  40. [41]

    Generative modeling by estimating gradients of the data distribution

    Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution. Advances in neural information processing systems, 32, 2019

  41. [42]

    Score-Based Generative Modeling through Stochastic Differential Equations

    Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. Score-based generative modeling through stochastic differential equations. arXiv preprint arXiv:2011.13456, 2020

  42. [43]

    An image inpainting technique based on the fast marching method

    Alexandru Telea. An image inpainting technique based on the fast marching method. Journal of graphics tools, 9 0 (1): 0 23--34, 2004

  43. [44]

    Recent advances on machine learning for computational fluid dynamics: A survey

    Haixin Wang, Yadi Cao, Zijie Huang, Yuxuan Liu, Peiyan Hu, Xiao Luo, Zezheng Song, Wanjia Zhao, Jilin Liu, Jinan Sun, et al. Recent advances on machine learning for computational fluid dynamics: A survey. arXiv preprint arXiv:2408.12171, 2024

  44. [45]

    Restart sampling for improving generative processes

    Yilun Xu, Mingyang Deng, Xiang Cheng, Yonglong Tian, Ziming Liu, and Tommi Jaakkola. Restart sampling for improving generative processes. Advances in Neural Information Processing Systems, 36: 0 76806--76838, 2023

  45. [46]

    Unifying bayesian flow networks and diffusion models through stochastic differential equations

    Kaiwen Xue, Yuhao Zhou, Shen Nie, Xu Min, Xiaolu Zhang, Jun Zhou, and Chongxuan Li. Unifying bayesian flow networks and diffusion models through stochastic differential equations. arXiv preprint arXiv:2404.15766, 2024

  46. [47]

    Image restoration through generalized ornstein-uhlenbeck bridge

    Conghan Yue, Zhengwei Peng, Junlong Ma, Shiyan Du, Pengxu Wei, and Dongyu Zhang. Image restoration through generalized ornstein-uhlenbeck bridge. arXiv preprint arXiv:2312.10299, 2023

  47. [48]

    Diffputer: Empowering diffusion models for missing data imputation

    Hengrui Zhang, Liancheng Fang, Qitian Wu, and Philip S Yu. Diffputer: Empowering diffusion models for missing data imputation. In The Thirteenth International Conference on Learning Representations, 2025 a

  48. [49]

    Machine learning methods for weather forecasting: A survey

    Huijun Zhang, Yaxin Liu, Chongyu Zhang, and Ningyun Li. Machine learning methods for weather forecasting: A survey. Atmosphere, 16 0 (1): 0 82, 2025 b

  49. [50]

    Improved techniques for maximum likelihood estimation for diffusion odes

    Kaiwen Zheng, Cheng Lu, Jianfei Chen, and Jun Zhu. Improved techniques for maximum likelihood estimation for diffusion odes. In International Conference on Machine Learning, pp.\ 42363--42389. PMLR, 2023

  50. [51]

    Generating physical dynamics under priors

    Zihan Zhou, Xiaoxue Wang, and Tianshu Yu. Generating physical dynamics under priors. arXiv preprint arXiv:2409.00730, 2024

  51. [52]

    Diffusion probabilistic fields

    Peiye Zhuang, Samira Abnar, Jiatao Gu, Alex Schwing, Joshua M Susskind, and Miguel Angel Bautista. Diffusion probabilistic fields. In The Eleventh International Conference on Learning Representations, 2023

  52. [53]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...

  53. [54]

    @esa (Ref

    \@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should not add it explicitly Type <Return> for now, but then later remove the command n...

  54. [55]

    \@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@first@sw \@firstoftwo \@ifundefined NAT@b*@#2 \@firstoftwo @num @NAT@ctr \@secondoft...

  55. [56]

    @open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibsetup #1 @NAT@ctr @ @openbib .11em \@plus.33em \@minus.07em 4000 4000 `\.\@m @bibit...