Discrete Diffusion with Sample-Efficient Estimators for Conditionals

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences · Depth: Expert, extended

Summary

The paper introduces a discrete denoising diffusion framework that employs a sample-efficient Neural Interaction Screening Estimator (NeurISE) for generative modeling over discrete state spaces. This approach estimates single-site conditional probabilities to parameterize the reverse diffusion process, rather than approximating a discrete score function. Using a round-robin noising scheme, the method was tested on synthetic Ising models (25 variables), binarized MNIST, D-Wave quantum annealer datasets (2000 qubits), multi-alphabet Potts models (L=2, L=3), and quantum tomography data of GHZ states (20 qubits). Experiments show NeurISE diffusion outperforms existing ratio-based and ELBO-based methods like D3PM and SEDD in total variation, cross-correlation, and kernel density estimation metrics, especially with varying training sample sizes up to 10^5.

Key takeaway

For Machine Learning Engineers developing generative models for discrete data, this framework offers a robust alternative to score-based methods. You should consider implementing discrete diffusion with NeurISE and a round-robin noising scheme, as it demonstrates superior performance in capturing complex dependencies and distributional accuracy on various datasets, including quantum and image data. This approach simplifies the reverse process by focusing on local conditionals, potentially leading to more stable and sample-efficient training.

Key insights

Discrete diffusion can be effectively modeled by estimating single-site conditional probabilities, not discrete score functions.

Principles

Method

The method uses a round-robin noising scheme and the Neural Interaction Screening Estimator (NeurISE) to learn single-site conditional probabilities, which then parameterize the reverse diffusion process for generative sampling.

In practice

Topics

Code references

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.