paper-with-me

Papers

Outsourced diffusion sampling: Efficient posterior inference in latent spaces of generative models

2025-02-10 · Siddarth Venkatraman, Mohsin Hasan, Minsu Kim, Luca Scimeca, Marcin Sendera, Yoshua Bengio, Glen Berseth, Nikolay Malkin

Any well-behaved generative model over a variable $\mathbf{x}$ can be expressed as a deterministic transformation of an exogenous ('outsourced') Gaussian noise variable $\mathbf{z}$: $\mathbf{x}=f_\theta(\mathbf{z})$. In such a model (e.g., a VAE, GAN, or continuous-time flow-based model), sampling of the target variable $\mathbf{x} \sim p_\theta(\mathbf{x})$ is straightforward, but sampling from a posterior distribution of the form $p(\mathbf{x}\mid\mathbf{y}) \propto p_\theta(\mathbf{x})r(\mathbf{x},\mathbf{y})$, where $r$ is a constraint function depending on an auxiliary variable $\mathbf{y}$, is generally intractable. We propose to amortize the cost of sampling from such posterior distributions with diffusion models that sample a distribution in the noise space ($\mathbf{z}$). These diffusion samplers are trained by reinforcement learning algorithms to enforce that the transformed samples $f_\theta(\mathbf{z})$ are distributed according to the posterior in the data space ($\mathbf{x}$). For many models and constraints of interest, the posterior in the noise space is smoother than the posterior in the data space, making it more amenable to such amortized inference. Our method enables conditional sampling under unconditional GAN, (H)VAE, and flow-based priors, comparing favorably both with current amortized and non-amortized inference methods. We demonstrate the proposed outsourced diffusion sampling in several experiments with large pretrained prior models: conditional image generation, reinforcement learning with human feedback, and protein structure generation.

📄 PDF Abstract BibTeX arXiv:2502.06999

Code (0)

등록된 구현이 없습니다.

Tasks

Conditional Image GenerationImage Generation

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 제목 키워드 기반

Posterior Inference in Latent Space for Scalable Constrained Black-box Optimization

2025-07-01 · Kiyoung Om, Kyuil Sim, Taeyoung Yun, Hyeongyu Kang 외 arxiv

Optimizing high-dimensional black-box functions under black-box constraints is a pervasive task in a wide range of scientific and engineering problems. These problems are typically harder than unconstrained problems due …

Latent Diffusion Posterior Sampling with Surrogate Likelihood Guidance for PDE Inverse Problems

2026-06-25 · Yuanzhe Wang, Alexandre M. Tartakovsky arxiv

We propose latent-space diffusion posterior sampling (L-DPS), an approximate Bayesian framework for high-dimensional inverse problems governed by partial differential equations (PDEs). The method addresses three challeng…

Predicting 3D structure by latent posterior sampling

2026-05-11 · Azmi Haider, Dan Rosenbaum arxiv

The remarkable achievements of both generative models of 2D images and neural field representations for 3D scenes present a compelling opportunity to integrate the strengths of both approaches. In this work, we propose a…

3D Reconstruction

Fast and Robust Likelihood-Guided Diffusion Posterior Sampling with Amortized Variational Inference

2026-02-06 · Léon Zheng, Thomas Hirtz, Yazid Janati, Eric Moulines arxiv

Zero-shot diffusion posterior sampling offers a flexible framework for inverse problems by accommodating arbitrary degradation operators at test time, but incurs high computational cost due to repeated likelihood-guided …

Denoising Diffusion Variational Inference: Diffusion Models as Expressive Variational Posteriors

2024-01-05 · Wasu Top Piriyakulkij, Yingheng Wang, Volodymyr Kuleshov

We propose denoising diffusion variational inference (DDVI), a black-box variational inference algorithm for latent variable models which relies on diffusion models as flexible approximate posteriors. Specifically, our m…

DenoisingVariational Inference