CoDe: Blockwise Control for Denoising Diffusion Models
Anuj Singh, Sayak Mukherjee, Ahmad Beirami, Hadi Jamali-Rad

TL;DR
This paper introduces CoDe, a simple gradient-free inference-time guidance method for diffusion models that improves alignment with downstream rewards without requiring model finetuning or differentiable guidance functions.
Contribution
The paper proposes CoDe, a novel blockwise, gradient-free guidance technique for diffusion models that enhances downstream task alignment during inference.
Findings
CoDe achieves competitive reward alignment performance.
It offers a favorable trade-off between accuracy and inference cost.
CoDe simplifies the guidance process without model finetuning.
Abstract
Aligning diffusion models to downstream tasks often requires finetuning new models or gradient-based guidance at inference time to enable sampling from the reward-tilted posterior. In this work, we explore a simple inference-time gradient-free guidance approach, called controlled denoising (CoDe), that circumvents the need for differentiable guidance functions and model finetuning. CoDe is a blockwise sampling method applied during intermediate denoising steps, allowing for alignment with downstream rewards. Our experiments demonstrate that, despite its simplicity, CoDe offers a favorable trade-off between reward alignment, prompt instruction following, and inference cost, achieving a competitive performance against the state-of-the-art baselines. Our code is available at: https://github.com/anujinho/code.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNumerical methods for differential equations
MethodsDiffusion
