paper-with-me

Papers

Amortizing intractable inference in diffusion models for vision, language, and control

2024-05-31 · Siddarth Venkatraman, Moksh Jain, Luca Scimeca, Minsu Kim, Marcin Sendera, Mohsin Hasan, Luke Rowe, Sarthak Mittal, Pablo Lemos, Emmanuel Bengio, Alexandre Adam, Jarrid Rector-Brooks, Yoshua Bengio, Glen Berseth, Nikolay Malkin

Diffusion models have emerged as effective distribution estimators in vision, language, and reinforcement learning, but their use as priors in downstream tasks poses an intractable posterior inference problem. This paper studies amortized sampling of the posterior over data, $\mathbf{x}\sim p^{\rm post}(\mathbf{x})\propto p(\mathbf{x})r(\mathbf{x})$, in a model that consists of a diffusion generative model prior $p(\mathbf{x})$ and a black-box constraint or likelihood function $r(\mathbf{x})$. We state and prove the asymptotic correctness of a data-free learning objective, relative trajectory balance, for training a diffusion model that samples from this posterior, a problem that existing methods solve only approximately or in restricted cases. Relative trajectory balance arises from the generative flow network perspective on diffusion models, which allows the use of deep reinforcement learning techniques to improve mode coverage. Experiments illustrate the broad potential of unbiased inference of arbitrary posteriors under diffusion priors: in vision (classifier guidance), language (infilling under a discrete diffusion LLM), and multimodal data (text-to-image generation). Beyond generative modeling, we apply relative trajectory balance to the problem of continuous control with a score-based behavior prior, achieving state-of-the-art results on benchmarks in offline reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2405.20971

Code (1)

gfnorg/diffusion-finetuning 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlDeep Reinforcement LearningImage Generationreinforcement-learningReinforcement LearningText to Image GenerationText-to-Image 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 제목 키워드 기반

Amortizing intractable inference in large language models

2023-10-06 · Edward J. Hu, Moksh Jain, Eric Elmoznino, Younesse Kaddar 외

Autoregressive large language models (LLMs) compress knowledge from their training data through next-token conditional distributions. This limits tractable querying of this knowledge to start-to-end autoregressive sampli…

Bayesian InferenceDiversity

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 …

metabeta -- A fast neural model for Bayesian mixed-effects regression

2025-10-08 · Alex Kipnis, Marcel Binz, Eric Schulz arxiv

Hierarchical data with multiple observations per group is ubiquitous in empirical sciences and is often analyzed using mixed-effects regression. In such models, Bayesian inference gives an estimate of uncertainty but is …

Bayesian Inference

Diffusion-Sharpening: Fine-tuning Diffusion Models with Denoising Trajectory Sharpening

2025-02-17 · Ye Tian, Ling Yang, Xinchen Zhang, Yunhai Tong 외

We propose Diffusion-Sharpening, a fine-tuning approach that enhances downstream alignment by optimizing sampling trajectories. Existing RL-based fine-tuning methods focus on single training timesteps and neglect traject…

Denoising

Noise Hypernetworks: Amortizing Test-Time Compute in Diffusion Models

2025-08-13 · Luca Eyring, Shyamgopal Karthik, Alexey Dosovitskiy, Nataniel Ruiz 외 arxiv

The new paradigm of test-time scaling has yielded remarkable breakthroughs in Large Language Models (LLMs) (e.g. reasoning models) and in generative vision models, allowing models to allocate additional computation durin…