paper-with-me

Papers

Enabling Approximate Joint Sampling in Diffusion LMs

2025-09-25 · Parikshit Bansal, Sujay Sanghavi arxiv

In autoregressive language models, each token is sampled by conditioning on all the past tokens; the overall string has thus been sampled from the correct underlying joint distribution represented by the model. In contrast, masked diffusion language models generate text by unmasking tokens out of order and potentially in parallel. Generating an overall string sampled from the correct underlying joint distribution would (again) require exactly one token unmasking in every full-model forward pass. The more tokens unmasked in parallel, the further away the string is from the true joint; this can be seen in the resulting drop in accuracy (but, increase in speed). In this paper we devise a way to {\em approximately} sample multiple tokens from the joint distribution in a single full-model forward pass; we do so by developing a new lightweight single-layer ``sampler" on top of an existing large diffusion LM. One forward pass of the full model can now be followed by multiple forward passes of only this sampler layer, to yield multiple unmasked tokens. Our sampler is trained to mimic exact joint sampling from the (frozen) full model. We show the effectiveness of our approximate joint sampling for both pretrained-only (Dream-7B-Base, Llada-7B-Base) and instruction-tuned (Dream-7B-Instruct, Dream-7B-Coder) models on language modeling and math \& coding tasks. When four tokens are unmasked for each full-model denoising step, our sampling algorithm achieves a MAUVE score of 0.87 (vs marginal baseline of 0.31) with respect to the true joint distribution.

📄 PDF Abstract BibTeX arXiv:2509.22738

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Plug-in Interpretation of Conditioning in Score-Based Diffusion Models

2026-08-19 · Libo Chen, Souvik Ghosh, Teo Deveney, Chris Budd 외 arxiv

We propose a conditioning mechanism for diffusion models based on multi-speed joint diffusion of the target and the condition. The mechanism learns an unconditional joint score network and enforces conditioning at infere…

Conditional Image Generation

Non-Asymptotic Error Bounds for SMC with Biased Proposals: Application to Conditional Diffusion Sampling

2026-07-06 · Stanislas Strasman, Gabriel Victorino Cardoso, Sylvain Le Corff, Vincent Lemaire 외 arxiv

Sequential Monte Carlo (SMC) methods are a natural tool for post-hoc conditioning of pretrained generative models, but in many applications the mutation kernels used by the particle system are biased approximations of an…

Analyzing and Guiding Zero-Shot Posterior Sampling in Diffusion Models

2026-02-07 · Roi Benita, Michael Elad, Joseph Keshet arxiv

Recovering a signal from its degraded measurements is a long standing challenge in science and engineering. Recently, zero-shot diffusion based methods have been proposed for such inverse problems, offering a posterior s…

Likelihood-Separable Diffusion Inference for Multi-Image MRI Super-Resolution

2026-01-20 · Samuel W. Remedios, Zhangxing Bian, Shuwen Wei, Aaron Carass 외 arxiv

Diffusion models are the current state-of-the-art for solving inverse problems in imaging. Their impressive generative capability allows them to approximate sampling from a prior distribution, which alongside a known lik…

Image Super-Resolution

Functional Adjoint Sampler: Scalable Sampling on Infinite Dimensional Spaces

2025-11-09 · Byoungwoo Park, Juho Lee, Guan-Horng Liu arxiv

Learning-based methods for sampling from the Gibbs distribution in finite-dimensional spaces have progressed quickly, yet theory and algorithmic design for infinite-dimensional function spaces remain limited. This gap pe…