Papers › Information-Theoretic Discrete Diffusion

Information-Theoretic Discrete Diffusion

28 Oct 2025NeurIPSarXiv:2510.24088added by Syntology

Moongyu Jeon, Sangwoo Shin, Dongjae Jeon, Albert No

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

We present an information-theoretic framework for discrete diffusion models that yields principled estimators of log-likelihood using score-matching losses. Inspired by the I-MMSE identity for the Gaussian setup, we derive analogous results for the discrete setting. Specifically, we introduce the Information-Minimum Denoising Score Entropy (I-MDSE) relation, which links mutual information between data and its diffused version to the minimum denoising score entropy (DSE) loss. We extend this theory to masked diffusion and establish the Information-Minimum Denoising Cross-Entropy (I-MDCE) relation, connecting cross-entropy losses to mutual information in discrete masked processes. These results provide a time-integral decomposition of the log-likelihood of the data in terms of optimal score-based losses, showing that commonly used losses such as DSE and DCE are not merely variational bounds but tight and principled estimators of log-likelihood. The I-MDCE decomposition further enables practical extensions, including time-free formula, conditional likelihood estimation in prompt-response tasks, and coupled Monte Carlo estimation of likelihood ratios. Experiments on synthetic and real-world data confirm the accuracy, variance stability, and utility of our estimators. The code is publicly available at https://github.com/Dongjae0324/infodis.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2510.24088")

Code

Syntology Ran 5 of 18 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Dongjae0324/infodis found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 5 ran; 1 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · fixture could not drive it
3ran
13unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Dongjae0324/infodis. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

lm1b_detokenizer Dongjae0324/infodis/data.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 576e1b9b9bcae8ff · report
ptb_detokenizer Dongjae0324/infodis/data.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9f7fbdbe7ca280e0 · report
rotate_half Dongjae0324/infodis/model/rotary.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 8526ce179df04bd4 · report
sample_categorical Dongjae0324/infodis/catsample.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 172aa319a831b3ab · report
wt_detokenizer Dongjae0324/infodis/data.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 46c10627206a7795 · report
Batch_Uniform_Sampler Dongjae0324/infodis/losses.py found in paper text by Syntology unverified no licence file found · pointer only · 7df53e0f36bfadb4 · report
add_noise_lambda Dongjae0324/infodis/noise_lib.py found in paper text by Syntology unverified no licence file found · pointer only · 866bafb81f8da612 · report
add_noise_t Dongjae0324/infodis/noise_lib.py found in paper text by Syntology unverified no licence file found · pointer only · 5dc01eaf879d151a · report
apply_rotary_pos_emb Dongjae0324/infodis/model/rotary.py found in paper text by Syntology unverified no licence file found · pointer only · b3c9c4aebf03fa97 · report
direct_sampling Dongjae0324/infodis/catsample.py found in paper text by Syntology unverified no licence file found · pointer only · 92369c72d11b7baf · report
get_noise Dongjae0324/infodis/noise_lib.py found in paper text by Syntology unverified no licence file found · pointer only · c7a7325b30d3491b · report
get_optimizer Dongjae0324/infodis/losses.py found in paper text by Syntology unverified no licence file found · pointer only · 32fa27b9da9341dc · report
get_timestamped_log_name Dongjae0324/infodis/pretrain_markov.py found in paper text by Syntology unverified no licence file found · pointer only · 94947db66a485b0d · report
gumbel_softmax Dongjae0324/infodis/catsample.py found in paper text by Syntology unverified no licence file found · pointer only · a017bf60b761f427 · report
harmonic_number Dongjae0324/infodis/eval_llada.py found in paper text by Syntology unverified no licence file found · pointer only · f64cfe96715fd0bf · report
sample_batch_mask Dongjae0324/infodis/eval_llada.py found in paper text by Syntology unverified no licence file found · pointer only · d32749162ca51e0e · report
sample_mask_indices Dongjae0324/infodis/eval_llada.py found in paper text by Syntology unverified no licence file found · pointer only · 737211a5c83c3f1a · report
sample_masked_indices Dongjae0324/infodis/eval_markov.py found in paper text by Syntology unverified no licence file found · pointer only · 6687a07f55d20d8a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.24088, was issued in October 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections