Target Concrete Score Matching: A Holistic Framework for Discrete Diffusion
AuthorsRuixiang Zhang, Zijing Ou**, Shuangfei Zhai, Yizhe Zhang, Josh Susskind, Navdeep Jaitly, James Thornton
Target Concrete Score Matching: A Holistic Framework for Discrete Diffusion
AuthorsRuixiang Zhang, Zijing Ou**, Shuangfei Zhai, Yizhe Zhang, Josh Susskind, Navdeep Jaitly, James Thornton
Discrete diffusion is a promising framework for modeling and generating discrete data. In this work, we present Target Concrete Score Matching (TCSM), a novel and versatile objective for training and fine-tuning discrete diffusion models. TCSM provides a general framework with broad applicability. It supports pre-training discrete diffusion models directly from data samples, and many existing discrete diffusion approaches naturally emerge as special cases of our more general TCSM framework. Furthermore, the same TCSM objective extends to post-training of discrete diffusion models, including fine-tuning using reward functions or preference data, and distillation of knowledge from pre-trained autoregressive models. These new capabilities stem from the core idea of TCSM, estimating the concrete score of the target distribution, which resides in the original (clean) data space. This allows seamless integration with reward functions and pre-trained models, which inherently only operate in the clean data space rather than the noisy intermediate spaces of diffusion processes. Our experiments on language modeling tasks demonstrate that TCSM matches or surpasses current methods. Additionally, TCSM is versatile, applicable to both pre-training and post-training scenarios, offering greater flexibility and sample efficiency.
Continuously Augmented Discrete Diffusion model for Categorical Generative Modeling
December 10, 2025research area Methods and Algorithms, research area Speech and Natural Language Processing
Standard discrete diffusion models treat all unobserved states identically by mapping them to an absorbing [MASK] token. This creates an ‘information void’ where semantic information that could be inferred from unmasked tokens is lost between denoising steps. We introduce Continuously Augmented Discrete Diffusion (CADD), a framework that augments the discrete state space with a paired diffusion in a continuous latent space. This yields graded,…
Improving GFlowNets for Text-to-Image Diffusion Alignment
July 17, 2024research area Computer Vision, research area Methods and AlgorithmsWorkshop at ICML
This paper was accepted at the Foundation Models in the Wild workshop at ICML 2024.
Diffusion models have become the de-facto approach for generating visual data, which are trained to match the distribution of the training dataset. In addition, we also want to control generation to fulfill desired properties such as alignment to a text description, which can be specified with a black-box reward function. Prior works fine-tune pretrained…