Papers › MINDE: Mutual Information Neural Diffusion Estimation

MINDE: Mutual Information Neural Diffusion Estimation

13 Oct 2023arXiv:2310.09031archive 2025-07-28

Giulio Franzese, Mustapha Bounoua, Pietro Michiardi

In this work we present a new method for the estimation of Mutual Information (MI) between random variables. Our approach is based on an original interpretation of the Girsanov theorem, which allows us to use score-based diffusion models to estimate the Kullback Leibler divergence between two densities as a difference between their score functions. As a by-product, our method also enables the estimation of the entropy of random variables. Armed with such building blocks, we present a general recipe to measure MI, which unfolds in two directions: one uses conditional diffusion process, whereas the other uses joint diffusion processes that allow simultaneous modelling of two random variables. Our results, which derive from a thorough experimental protocol over all the variants of our approach, indicate that our method is more accurate than the main alternatives from the literature, especially for challenging distributions. Furthermore, our methods pass MI self-consistency tests, including data processing and additivity under independence, which instead are a pain-point of existing methods.

PaperPDFCodeCode 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="2310.09031")

Code

Syntology Ran 15 of 17 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · violated contract; 1 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MustaphaBounoua/minde officialmentioned on GitHubjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

17 samples harvested; 15 ran; 2 honoured the contract we drafted; 2 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.

2ran · honoured contract
2ran · violated contract
1ran · our draft was wrong
10ran
2unverified

Licence: 17 of the 17 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 MustaphaBounoua/minde. “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.

identity MustaphaBounoua/minde/src/models/mlp.py official repository ran · honoured contract no licence file found · pointer only · 7f1040f5e3991d5e · report
compute_negative_ln_prob MustaphaBounoua/minde/src/baseline/doe.py official repository ran no licence file found · pointer only · 664629edefb519ca · report
concat_vect MustaphaBounoua/minde/src/libs/util.py official repository ran no licence file found · pointer only · 217d8f080fa03d5a · report
deconcat MustaphaBounoua/minde/src/libs/util.py official repository ran no licence file found · pointer only · b14c2df44bc7cc53 · report
default MustaphaBounoua/minde/src/models/mlp.py official repository ran · violated contract no licence file found · pointer only · d1ef6b8cb9a28a53 · report
exists MustaphaBounoua/minde/src/models/mlp.py official repository ran · violated contract no licence file found · pointer only · 608e364a9d2376a3 · report
get_2d_sincos_pos_embed MustaphaBounoua/minde/src/models/transformer.py official repository ran · honoured contract no licence file found · pointer only · c92c27c924b517e8 · report
get_data_loader MustaphaBounoua/minde/src/baseline/eval_doe.py official repository ran no licence file found · pointer only · b467609613cd30c7 · report
get_ln_score_function MustaphaBounoua/minde/src/baseline/doe.py official repository ran no licence file found · pointer only · 7d7a7d691ec8ba36 · report
get_normalizing_constant MustaphaBounoua/minde/src/libs/importance.py official repository ran no licence file found · pointer only · 58f73aefe072a299 · report
log_normal MustaphaBounoua/minde/src/libs/importance.py official repository ran fingerprinted no licence file found · pointer only · 3386981c26ab7a77 · report
modulate MustaphaBounoua/minde/src/models/transformer.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 03310bba324ae4fb · report
pop_elem_i MustaphaBounoua/minde/src/libs/util.py official repository ran no licence file found · pointer only · 40742aca28e365db · report
sample_vp_truncated_q MustaphaBounoua/minde/src/libs/importance.py official repository ran no licence file found · pointer only · d5b6945ebc4a6b15 · report
train_model MustaphaBounoua/minde/src/baseline/eval_doe.py official repository ran no licence file found · pointer only · 10cb8c435da6f038 · report
get_2d_sincos_pos_embed_from_grid MustaphaBounoua/minde/src/models/transformer.py official repository unverified no licence file found · pointer only · 665d8a4e8f673a4c · report
test_model MustaphaBounoua/minde/src/baseline/eval_doe.py official repository unverified no licence file found · pointer only · 0faaf4c77cd5b5e7 · report

Tasks

Mutual Information Estimation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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