Conditional Diffusion Sampling

📅 2026-05-05
📈 Citations: 0
Influential: 0
📄 PDF

career value

217K/year
🤖 AI Summary
This work addresses the challenge of sampling from unnormalized multimodal distributions under limited access to density evaluations. The authors propose a two-stage sampling framework that first employs Parallel Tempering for efficient global exploration to generate initial samples, followed by a neural-network-free conditional interpolation stochastic differential equation (SDE) for precise local transport. This approach uniquely integrates Parallel Tempering with a training-free diffusion process, jointly optimizing global diversity and local sampling efficiency while avoiding approximation errors inherent in model-based methods. Experimental results demonstrate that the proposed method achieves a superior trade-off between sample quality and density evaluation cost compared to existing samplers.
📝 Abstract
Sampling from unnormalized multimodal distributions with limited density evaluations remains a fundamental challenge in machine learning and natural sciences. Successful approaches construct a bridge between a tractable reference and the target distribution. Parallel Tempering (PT) serves as the gold standard, while recent diffusion-based approaches offer a continuous alternative at the cost of neural training. In this work, we introduce Conditional Diffusion Sampling (CDS), a framework that combines these two paradigms. To this end, we derive Conditional Interpolants, a class of stochastic processes whose transport dynamics are governed by an exact, closed-form stochastic differential equation (SDE), requiring no neural approximation. Although these dynamics require sampling from a non-trivial initialization distribution, we show both theoretically and empirically that the cost of this initialization diminishes for sufficiently short diffusion times. CDS leverages this by a two-stage procedure: (1) PT is used to efficiently sample the initial distribution, and then (2) samples are transported via the transport SDE. This combination couples the robust global exploration of PT with efficient local transport. Experiments suggest that CDS has the potential to achieve a superior trade-off between sample quality and density evaluation cost compared to state-of-the-art samplers.
Problem

Research questions and friction points this paper is trying to address.

multimodal distributions
sampling
density evaluations
unnormalized distributions
conditional diffusion
Innovation

Methods, ideas, or system contributions that make the work stand out.

Conditional Diffusion Sampling
Conditional Interpolants
Stochastic Differential Equation
Parallel Tempering
Unnormalized Multimodal Distributions
🔎 Similar Papers