paper-with-me

Papers

Learnable Sampler Distillation for Discrete Diffusion Models

2025-09-24 · Feiyang Fu, Tongxian Guo, Zhaoqiang Liu arxiv

Discrete diffusion models (DDMs) have shown powerful generation ability for discrete data modalities like text and molecules. However, their practical application is hindered by inefficient sampling, requiring a large number of sampling steps. Accelerating DDMs by using larger step sizes typically introduces significant problems in generation quality, as it amplifies the impact of both the compounding decoding error due to factorized predictions and discretization error from numerical approximations, leading to a significant decrease in sampling quality. To address these challenges, we propose learnable sampler distillation (LSD), a novel approach to train fast and high-fidelity samplers for DDMs. LSD employs a distillation approach where a student sampler with a few steps learns to align its intermediate score trajectory with that of a high-quality teacher sampler with numerous steps. This alignment is achieved by optimizing learnable sampler coefficients that adaptively adjust sampling dynamics. Additionally, we further propose LSD+, which also learns time schedules that allocate steps non-uniformly. Experiments across text generation, image generation, and synthetic tasks demonstrate that our proposed approaches outperform existing samplers for DDMs, achieving substantially higher sampling quality with significantly fewer sampling steps. Our code is available at \href{https://github.com/feiyangfu/LSD}{https://github.com/feiyangfu/LSD}.

📄 PDF Abstract BibTeX arXiv:2509.19962

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationText Generation

Similar Papers 제목 키워드 기반

Co-learning Single-Step Diffusion Upsampler and Downsampler with Two Discriminators and Distillation

2024-10-10 · Sohwi Kim, Tae-Kyun Kim

Super-resolution (SR) aims to reconstruct high-resolution (HR) images from their low-resolution (LR) counterparts, often relying on effective downsampling to generate diverse and realistic training pairs. In this work, w…

Image ReconstructionSuper-Resolution

Discrete diffusion samplers and bridges: Off-policy algorithms and applications in latent spaces

2026-02-05 · Arran Carter, Sanghyeok Choi, Kirill Tamogashev, Víctor Elvira 외 arxiv

Sampling from a distribution $p(x) \propto e^{-\mathcal{E}(x)}$ known up to a normalising constant is an important and challenging problem in statistics. Recent years have seen the rise of a new family of amortised sampl…

Distillation of Discrete Diffusion by Exact Conditional Distribution Matching

2025-12-15 · Yansong Gao, Yu Sun arxiv

Discrete diffusion models (DDMs) are a powerful class of generative models for categorical data, but they typically require many function evaluations for a single sample, making inference expensive. Existing acceleration…

DreamSampler: Unifying Diffusion Sampling and Score Distillation for Image Manipulation

2024-03-18 · Jeongsol Kim, Geon Yeong Park, Jong Chul Ye

Reverse sampling and score-distillation have emerged as main workhorses in recent years for image manipulation using latent diffusion models (LDMs). While reverse diffusion sampling often requires adjustments of LDM arch…

Feature EngineeringImage Manipulation

Discrete Predictor-Corrector Diffusion Models for Image Synthesis

2022-09-29 · ICLR Anonymous Submission 2022 9 · Anonymous

We introduce Discrete Predictor-Corrector diffusion models (DPC), extending predictor-corrector samplers in Gaussian diffusion models to the discrete case. Predictor-corrector samplers are a class of samplers for diffusi…

Conditional Image GenerationImage Generation