Hugging Face Trending Papers

Self-Augmented Diffusion Guidance for Physics-Informed Generation

Read the original on Hugging Face Trending Papers →

The paper introduces a physics‑informed diffusion guidance technique that uses self‑generated data augmentation to condition the diffusion model on the deviation from physical laws. By setting this deviation to zero during sampling, the method decouples equation evaluation from training and sampling, eliminating the need to solve governing equations at each denoising step. Experiments show the approach substantially reduces deviations from true dynamics and further improves performance when combined with existing physics‑constrained diffusion methods.

Machine-generated by The Flow from the publisher's headline and feed description — not written or checked by a human. The full article lives at Hugging Face Trending Papers.

arXiv Machine Learning
Aug 28

Self-Augmented Diffusion Guidance for Physics-Informed Generation

The paper introduces Self-Augmented Diffusion Guidance, a physics-informed method that augments diffusion models with self-generated data to enforce physical law constraints. By conditioning the data distribution on the deviation from correct dynamics and setting this deviation to zero during generation, the approach decouples equation evaluation from training and sampling, avoiding costly numerical solves. Experiments show the method markedly reduces deviations versus standard diffusion models and further improves results when combined with existing physics-constrained diffusion techniques.

By Akira Osaka, Naoya Takeishi, Takehisa Yairi
arXiv AI
Jun 3

Physics-informed diffusion models in spectral space

arXiv:2602. 09708v2 Announce Type: replace-cross Abstract: We propose physics-informed spectral diffusion (PISD), a methodology that combines generative latent diffusion models with physics-informed machine learning to generate solutions of partial differential equations (PDEs) conditioned on partial observations, which includes, in particular, forward and inverse PDE problems.

By Davide Gallon, Philippe von Wurstemberger, Patrick Cheridito, Arnulf Jentzen
arXiv AI
Jul 24

PILD: Physics-Informed Learning via Diffusion

arXiv:2601. 21284v2 Announce Type: replace-cross Abstract: Diffusion models have emerged as powerful generative tools for modeling complex data distributions, yet their purely data-driven nature limits applicability in engineering and scientific problems where physical laws must be respected.

By Tianyi Zeng, Tianyi Wang, Jiaru Zhang, Zimo Zeng, Feiyang Zhang, Yiming Xu, Sikai Chen, Junfeng Jiao, Christian Claudel, Xinbo Chen
arXiv AI
Aug 28

The Principles of Diffusion Models

The book "The Principles of Diffusion Models" outlines the foundational concepts behind diffusion models, tracing their evolution from a forward process that corrupts data into noise to a reverse process that reconstructs data. It presents three complementary perspectives—variational, score-based, and flow-based—each describing how a time-dependent velocity field transports a simple prior to the data distribution. The text also covers practical guidance for controllable generation, efficient solvers, and diffusion-inspired flow-map models, providing a mathematically grounded framework for readers with basic deep‑learning knowledge.

By Chieh-Hsin Lai, Yang Song, Dongjun Kim, Yuki Mitsufuji, Stefano Ermon