paper-with-me

Papers

Can Push-forward Generative Models Fit Multimodal Distributions?

2022-06-29 · Antoine Salmona, Valentin De Bortoli, Julie Delon, Agnès Desolneux

Many generative models synthesize data by transforming a standard Gaussian random variable using a deterministic neural network. Among these models are the Variational Autoencoders and the Generative Adversarial Networks. In this work, we call them "push-forward" models and study their expressivity. We show that the Lipschitz constant of these generative networks has to be large in order to fit multimodal distributions. More precisely, we show that the total variation distance and the Kullback-Leibler divergence between the generated and the data distribution are bounded from below by a constant depending on the mode separation and the Lipschitz constant. Since constraining the Lipschitz constants of neural networks is a common way to stabilize generative models, there is a provable trade-off between the ability of push-forward models to approximate multimodal distributions and the stability of their training. We validate our findings on one-dimensional and image datasets and empirically show that generative models consisting of stacked networks with stochastic input at each step, such as diffusion models do not suffer of such limitations.

📄 PDF Abstract BibTeX arXiv:2206.14476

Code (1)

antoinesalmona/push-forward-generative-models 공식 구현 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 Modeling via Drifting

2026-02-04 · Mingyang Deng, He Li, Tianhong Li, Yilun Du 외 arxiv

Generative modeling can be formulated as learning a mapping f such that its pushforward distribution matches the data distribution. The pushforward behavior can be carried out iteratively at inference time, for example i…

On the Nonconvexity of Push-Forward Constraints and Its Consequences in Machine Learning

2024-03-12 · Lucas de Lara, Mathis Deronzier, Alberto González-Sanz, Virgile Foy

The push-forward operation enables one to redistribute a probability measure through a deterministic map. It plays a key role in statistics and optimization: many learning problems (notably from optimal transport, genera…

Fairness

Neural Pushforward Samplers for the Fokker-Planck Equation on Embedded Riemannian Manifolds

2026-03-17 · Andrew Qing He, Wei Cai arxiv

In this paper, we extend the Weak Adversarial Neural Pushforward Method to the Fokker--Planck equation on compact embedded Riemannian manifolds. The method represents the solution as a probability distribution via a neur…

Generative Actor-Critic: An Off-policy Algorithm Using the Push-forward Model

2021-05-08 · Lingwei Peng, Hui Qian, Zhebang Shen, Chao Zhang 외

Model-free deep reinforcement learning has achieved great success in many domains, such as video games, recommendation systems and robotic control tasks. In continuous control tasks, widely used policies with Gaussian di…

continuous-controlContinuous ControlDeep Reinforcement LearningRecommendation Systems

Unveiling the Latent Space Geometry of Push-Forward Generative Models

2022-07-21 · Thibaut Issenhuth, Ugo Tanielian, Jérémie Mary, David Picard

Many deep generative models are defined as a push-forward of a Gaussian measure by a continuous generator, such as Generative Adversarial Networks (GANs) or Variational Auto-Encoders (VAEs). This work explores the latent…

Face Model