LGAICENAMay 28, 2025

Physics-Informed Distillation of Diffusion Models for PDE-Constrained Generation

arXiv:2505.22391v117.97 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the challenge of incorporating physical constraints into generative models for PDE-based systems, offering a more efficient solution for researchers and practitioners in computational physics and machine learning, though it is incremental as it builds on existing diffusion model frameworks.

The paper tackles the problem of enforcing PDE constraints in diffusion models for physical system generation, where direct constraints are infeasible due to noisy intermediate steps, leading to a trade-off with accuracy. The result is a post-hoc distillation method called PIDDM that significantly improves PDE satisfaction over baselines like PIDM and DiffusionPDE, with less computation overhead.

Modeling physical systems in a generative manner offers several advantages, including the ability to handle partial observations, generate diverse solutions, and address both forward and inverse problems. Recently, diffusion models have gained increasing attention in the modeling of physical systems, particularly those governed by partial differential equations (PDEs). However, diffusion models only access noisy data $\boldsymbol{x}_t$ at intermediate steps, making it infeasible to directly enforce constraints on the clean sample $\boldsymbol{x}_0$ at each noisy level. As a workaround, constraints are typically applied to the expectation of clean samples $\mathbb{E}[\boldsymbol{x}_0|\boldsymbol{x}_t]$, which is estimated using the learned score network. However, imposing PDE constraints on the expectation does not strictly represent the one on the true clean data, known as Jensen's Gap. This gap creates a trade-off: enforcing PDE constraints may come at the cost of reduced accuracy in generative modeling. To address this, we propose a simple yet effective post-hoc distillation approach, where PDE constraints are not injected directly into the diffusion process, but instead enforced during a post-hoc distillation stage. We term our method as Physics-Informed Distillation of Diffusion Models (PIDDM). This distillation not only facilitates single-step generation with improved PDE satisfaction, but also support both forward and inverse problem solving and reconstruction from randomly partial observation. Extensive experiments across various PDE benchmarks demonstrate that PIDDM significantly improves PDE satisfaction over several recent and competitive baselines, such as PIDM, DiffusionPDE, and ECI-sampling, with less computation overhead. Our approach can shed light on more efficient and effective strategies for incorporating physical constraints into diffusion models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes