Mean-to-Score Discrete Diffusion: Posterior-Mean Denoisers for Score Entropy

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

Mean-to-Score (M2S) is a novel parameterization for discrete diffusion models that addresses Bayes realizability issues found in methods like Score Entropy Discrete Diffusion (SEDD). SEDD's unconstrained positive score ratios often lead to score vectors incompatible with any valid clean-token posterior, causing negative pre-normalization weights during sampling. M2S predicts a clean-token posterior mean and converts it to a score via an exact kernel-dependent linear map, ensuring Bayes realizability. This construction applies to any coordinate-wise continuous-time Markov chain (CTMC) with mild support. For uniform corruption, M2S maps the probability simplex onto the bridge polytope, and for absorbing-mask corruption, it recovers MD4. In a 28.4M-parameter CIFAR-10 comparison, M2S lowered test BPD from 3.173 to 3.129 and FID-50k from 2.94 to 2.78. A 170M-parameter M2S model trained on 262B OpenWebText token slots achieved a generative PPL of 143.3 at 128 steps, outperforming pure-uniform SEDD (183.6), GIDD, and Neural CTMC baselines.

Key takeaway

For AI scientists and ML engineers developing discrete diffusion models, adopting the Mean-to-Score (M2S) parameterization can significantly enhance model stability and generative performance. M2S directly addresses Bayes realizability issues in methods like SEDD, preventing negative pre-normalization weights and yielding superior PPL and FID scores. You should investigate integrating M2S into your next-generation discrete diffusion architectures to achieve more robust and higher-quality generative results.

Key insights

Mean-to-Score (M2S) improves discrete diffusion by ensuring Bayes realizability through posterior mean prediction, outperforming prior methods.

Principles

Method

M2S predicts a clean-token posterior mean and converts it to a score using an exact kernel-dependent linear map, applicable to coordinate-wise continuous-time Markov chains.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.