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

TL;DR

M2S method predicts posterior mean and maps it to scores, improving generative PPL to 143.3.

cs.LG 🔴 Advanced 2026-07-23 4 views
Jingyuan Li Xiaoyi Jiang Yixuan Jiang Wei Liu Yi Zhu Zuoqiang Shi Pipi Hu
discrete diffusion posterior mean generative model Bayes realizability CIFAR-10

Key Findings

Methodology

M2S predicts a clean-token posterior mean and converts it to scores via an exact kernel-dependent linear map. This method applies to any known coordinate-wise continuous-time Markov chain (CTMC) satisfying a mild support condition. For uniform corruption, it maps the probability simplex onto the bridge polytope; for absorbing-mask corruption, the resulting objective recovers MD4 exactly.

Key Results

  • M2S reduces test BPD on CIFAR-10 from 3.173 to 3.129 and FID-50k from 42.83 to 28.09.
  • On OpenWebText, a 170M-parameter M2S model achieves generative PPL 143.3 at 128 steps, outperforming pure-uniform SEDD.
  • On MNIST, M2S improves FID from 126.1 to 71.1 under identical settings.

Significance

This study addresses the Bayes realizability issue in discrete score vectors by introducing the M2S method. M2S not only excels in image generation tasks but also outperforms existing baselines in language generation tasks. This advancement offers new insights into the design of generative models, particularly for applications requiring high precision and low computational cost.

Technical Contribution

M2S ensures Bayes realizability by predicting posterior means and mapping them to scores. Compared to existing methods like SEDD and GIDD, M2S offers higher generative efficiency and accuracy, especially on large-scale datasets.

Novelty

M2S is the first to address Bayes realizability in score vectors through posterior mean prediction, offering more precise generative results compared to existing SEDD methods.

Limitations

  • M2S has high computational costs on high-dimensional datasets, potentially limiting real-time applications.
  • The method is sensitive to model parameter selection, requiring fine-tuning.

Future Work

Future research could explore M2S applications on other dataset types and optimize its computational efficiency. Additionally, its applicability in real-time generation tasks could be investigated.

AI Executive Summary

Discrete diffusion models generate finite-valued data by reversing a continuous-time Markov chain (CTMC). However, existing methods like SEDD fall short in ensuring Bayes realizability, leading to inaccurate generative results.

This paper introduces a novel method, Mean-to-Score (M2S), which predicts the posterior mean of clean tokens and converts it to scores, addressing this issue. M2S is applicable to known coordinate-wise CTMCs and performs well under both uniform and absorbing-mask corruption.

Experimental results show that M2S outperforms existing baselines on CIFAR-10 and OpenWebText datasets, particularly in generative PPL and FID metrics. This method not only enhances generative model accuracy but also provides new directions for future research.

Deep Analysis

Background

Discrete diffusion models generate finite-valued data by reversing CTMCs. While SEDD ensures non-negative reverse jump rates, it lacks Bayes realizability. Existing methods like MD4 and GIDD perform well under absorbing-mask corruption but have room for improvement under uniform corruption.

Core Problem

SEDD faces Bayes realizability issues in score vectors during generation, leading to inaccurate results. This problem is particularly evident in high-dimensional datasets, affecting the model's practical applications.

Innovation

M2S predicts the posterior mean of clean tokens and maps it to scores, ensuring Bayes realizability. Compared to existing methods, M2S performs well under both uniform and absorbing-mask corruption.

Methodology

  • �� Predict posterior mean of clean tokens
  • �� Convert posterior mean to scores via linear map
  • �� Applicable to known coordinate-wise CTMCs
  • �� Map probability simplex to bridge polytope under uniform corruption

Experiments

Experiments conducted on CIFAR-10 and OpenWebText datasets, comparing M2S with SEDD, GIDD, and Neural CTMC. Using identical architecture and parameter settings, generative PPL and FID metrics are evaluated.

Results

M2S reduces test BPD on CIFAR-10 from 3.173 to 3.129 and FID-50k from 42.83 to 28.09. On OpenWebText, M2S achieves generative PPL 143.3 at 128 steps, outperforming all baselines.

Applications

M2S is applicable to image and language generation tasks, particularly suitable for applications requiring high precision and low computational cost, such as automated content generation and data augmentation.

Limitations & Outlook

M2S has high computational costs on high-dimensional datasets, potentially limiting real-time applications. Future research could explore its applications on other dataset types and optimize computational efficiency.

Plain Language Accessible to non-experts

Imagine a factory where workers need to produce products based on vague instructions. Existing methods are like letting workers guess how to produce, while M2S provides clear production steps and standards. It's like giving workers a detailed manual, ensuring each product meets standards. This way, the factory's production efficiency and product quality are significantly improved.

ELI14 Explained like you're 14

Imagine you're playing a game that requires constant repairs. Existing methods are like letting you guess how to fix things, while M2S gives you clear repair steps and tools. It's like having a guidebook, ensuring you can complete tasks quickly and effectively. This way, your gaming experience and scores are significantly improved!

Glossary

Discrete Diffusion

A method for generating finite-valued data by reversing CTMCs.

Used as the foundational framework for generative models.

Bayes Realizability

The property that score vectors are induced by a valid clean-token posterior.

Ensured by the M2S method.

Posterior Mean

The expected value of clean tokens given a noisy state.

M2S predicts posterior means to improve generative accuracy.

Bridge Polytope

The realizable region of score vectors.

M2S maps the probability simplex to the bridge polytope.

Generative PPL

A perplexity metric for generative models; lower values indicate better performance.

Used to evaluate M2S performance on OpenWebText.

Open Questions Unanswered questions from this research

  • 1 How to optimize M2S computational efficiency on high-dimensional datasets?
  • 2 What is M2S applicability in real-time generation tasks?

Applications

Immediate Applications

Automated Content Generation

M2S can generate high-quality text and images, suitable for fields like news and advertising.

Long-term Vision

Intelligent Data Augmentation

M2S generates diverse data samples, enhancing machine learning model generalization.

Abstract

Score Entropy Discrete Diffusion (SEDD) parameterizes discrete reverse processes with unconstrained positive score ratios. While positivity guarantees nonnegative reverse jump rates, it does not ensure Bayes realizability: ratios at a noisy state need not be jointly induced by any clean-token posterior under the forward kernel. The score-entropy loss has the correct population optimum but does not enforce this constraint away from it. In a trained pure-uniform SEDD checkpoint, roughly one quarter of complete score vectors violate the coordinate box, while more than half lie inside it yet remain materially incompatible with any valid posterior. Such violations can produce negative pre-normalization weights in finite-step sampling. Projecting raw scores onto the bridge polytope removes all observed negative weights and improves external generative PPL from $203.6$ to $175.1$ without changing the sampler. We introduce \emph{mean-to-score} (M2S), which predicts a clean-token posterior mean and converts it to the score through an exact kernel-dependent linear map. The construction applies to any known coordinate-wise continuous-time Markov chain (CTMC) satisfying a mild support condition. For uniform corruption, it maps the probability simplex onto the bridge polytope; for absorbing-mask corruption, the resulting objective recovers MD4 exactly. In a controlled 28.4M-parameter CIFAR-10 comparison, M2S lowers test BPD from $3.173$ to $3.129$ and FID-50k from $\CifarSEDDFID$ to $\CifarMtwoSFID$. A 170M-parameter M2S model trained on about 262B OpenWebText token slots outperforms the evaluated pure-uniform SEDD, GIDD, and Neural CTMC checkpoints at every tested sampling budget, reaching generative PPL $143.3$ at 128 steps versus $183.6$ for the strongest pure-uniform baseline.

cs.LG cs.AI