paper-with-me

Papers

Unifying GANs and Score-Based Diffusion as Generative Particle Models

2023-05-25 · NeurIPS 2023 11 · Jean-Yves Franceschi, Mike Gartrell, Ludovic Dos Santos, Thibaut Issenhuth, Emmanuel de Bézenac, Mickaël Chen, Alain Rakotomamonjy

Particle-based deep generative models, such as gradient flows and score-based diffusion models, have recently gained traction thanks to their striking performance. Their principle of displacing particle distributions using differential equations is conventionally seen as opposed to the previously widespread generative adversarial networks (GANs), which involve training a pushforward generator network. In this paper we challenge this interpretation, and propose a novel framework that unifies particle and adversarial generative models by framing generator training as a generalization of particle models. This suggests that a generator is an optional addition to any such generative model. Consequently, integrating a generator into a score-based diffusion model and training a GAN without a generator naturally emerge from our framework. We empirically test the viability of these original models as proofs of concepts of potential applications of our framework.

📄 PDF Abstract BibTeX arXiv:2305.16150

Code (1)

white-link/gpm 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Generative Diffusion Models for Fast Simulations of Particle Collisions at CERN

2024-06-05 · Mikołaj Kita, Jan Dubiński, Przemysław Rokita, Kamil Deja

In High Energy Physics simulations play a crucial role in unraveling the complexities of particle collision experiments within CERN's Large Hadron Collider. Machine learning simulation methods have garnered attention as …

DiffFlow: A Unified SDE Framework for Score-Based Diffusion Models and Generative Adversarial Networks

2023-07-05 · Jingwei Zhang, Han Shi, Jincheng Yu, Enze Xie 외

Generative models can be categorized into two types: explicit generative models that define explicit density forms and allow exact likelihood inference, such as score-based diffusion models (SDMs) and normalizing flows; …

Denoising

Particle Cloud Generation with Message Passing Generative Adversarial Networks

2021-06-22 · NeurIPS 2021 12 · Raghav Kansal, Javier Duarte, Hao Su, Breno Orzari 외

In high energy physics (HEP), jets are collections of correlated particles produced ubiquitously in particle collisions such as those at the CERN Large Hadron Collider (LHC). Machine learning (ML)-based generative models…

Particle Denoising Diffusion Sampler

2024-02-09 · Angus Phillips, Hai-Dang Dau, Michael John Hutchinson, Valentin De Bortoli 외

Denoising diffusion models have become ubiquitous for generative modeling. The core idea is to transport the data distribution to a Gaussian by using a diffusion. Approximate samples from the data distribution are then o…

Denoising

Training-Free Generative Sampling via Moment-Matched Score Smoothing

2026-05-14 · Zhenyu Yao, Daniel Paulin arxiv

Diffusion models generate samples by denoising along the score of a perturbed target distribution. In practice, one trains a neural diffusion model, which is computationally expensive. Recent work suggests that score mat…

Image Generation