Uniform Diffusion Models Revisited: Leave-One-Out Denoiser and Absorbing State Reformulation

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

Summary

This paper revisits Uniform Diffusion Models (UDM), identifying a critical mismatch where the standard plug-in bridge parameterization is not optimized by the denoising posterior but by a leave-one-out posterior. This leave-one-out approach predicts each clean token without using its own noisy observation. The authors characterize this target and derive exact conversions among the denoiser, leave-one-out posterior, and score, allowing disentanglement of parameterization and training objective. These findings enable inference improvements, including an informed predictor-corrector sampler and improved temperature sampling. Furthermore, an absorbing-state reformulation of uniform diffusion is introduced, which simplifies denoising posteriors and sampling operations. On language modeling tasks, leave-one-out parameterizations consistently enhance UDM generation, and the absorbing construction matches or surpasses masked diffusion, suggesting performance gaps are driven by design choices rather than marginals.

Key takeaway

For machine learning engineers optimizing discrete diffusion models, particularly in language modeling, you should re-evaluate your UDM parameterization and sampling strategies. Adopting leave-one-out denoisers or the proposed absorbing-state reformulation can significantly improve generation quality and inference efficiency, potentially closing the performance gap with masked diffusion models without additional training. Consider experimenting with the informed predictor-corrector sampler and improved temperature sampling for immediate gains.

Key insights

Re-evaluating Uniform Diffusion Model parameterization and sampling design is crucial for improving discrete diffusion model performance.

Principles

Method

The paper characterizes the leave-one-out target and derives exact conversions between the denoiser, leave-one-out posterior, and score, alongside introducing an absorbing-state reformulation of uniform diffusion.

In practice

Topics

Code references

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

Related on AIssential

Open in AIssential →

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