Paper Overview
Field: Computer Vision Authors: Chaoyang Wang, Yunhai Tong Released: 2025-05-20 arXiv: 2505.15984
Introduction
Discrete diffusion models excel at visual synthesis but rely on slow, iterative decoding. Existing single-step distillation methods attempt to bypass this bottleneck, either by training auxiliary score networks that effectively double compute, or by introducing specialized parameterizations and multi-stage pipelines that fragment optimization.
Method: Fixed-Point Distillation (FPD)
This paper introduces Fixed-Point Distillation (FPD), an end-to-end framework with the following key ideas:
- Local correction targets: FPD constructs local correction targets by partially corrupting the student's one-step draft and refining it with a single teacher step.
- Multi-bandwidth drift loss: Discrete tokens are lifted into continuous feature space, where a multi-bandwidth drift loss iteratively accumulates these corrections in a semantically meaningful space.
- Straight-through estimator: To backpropagate through the discrete bottleneck, a straight-through estimator feeds exact hard-sampled tokens to the teacher and decoder in the forward pass. This ensures training and inference operate on the same codebook manifold while routing continuous gradients back to the student logits.
- Optional adversarial objective: The fully differentiable path also accommodates an optional unconditional adversarial objective to enhance perceptual realism.
- arXiv: https://arxiv.org/abs/2505.15984
Results
Evaluations on class-conditional and text-conditional generation validate the framework's effectiveness. FPD achieves competitive visual fidelity and structural alignment with single-step inference, narrowing the gap to multi-step teachers while outperforming existing discrete distillation baselines.