Papers › MINE: Mutual Information Neural Estimation

MINE: Mutual Information Neural Estimation

12 Jan 2018arXiv:1801.04062archive 2025-07-28

Mohamed Ishmael Belghazi, Aristide Baratin, Sai Rajeswar, Sherjil Ozair, Yoshua Bengio, Aaron Courville, R. Devon Hjelm

We argue that the estimation of mutual information between high dimensional continuous random variables can be achieved by gradient descent over neural networks. We present a Mutual Information Neural Estimator (MINE) that is linearly scalable in dimensionality as well as in sample size, trainable through back-prop, and strongly consistent. We present a handful of applications on which MINE can be used to minimize or maximize mutual information. We apply MINE to improve adversarially trained generative models. We also use MINE to implement Information Bottleneck, applying it to supervised classification; our results demonstrate substantial improvement in flexibility and performance in these settings.

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="1801.04062")

Code

Syntology Ran 9 of 24 code samples harvested from 9 repositories linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 7 ran with no contract checked.

By repository: community (archive-listed): 23 samples from 9 repositories, 8 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

23 repositories listed; official and paper-mentioned ones first.

Avi-avidan/MINE mentioned on GitHubpytorch report
ChengzhangZhu/MINE mentioned on GitHubtf report
MasanoriYamada/Mine_pytorch mentioned on GitHubpytorch report
ReyesDeJong/MINE mentioned on GitHubtf report
ahujak/KKLE mentioned on GitHub report
burklight/MINE-PyTorch mentioned on GitHubpytorch report
cbg-ethz/bmi mentioned on GitHubjaxMIT report
csliuwei/Emotion_MI mentioned on GitHub report
dizcza/EmbedderSDR mentioned on GitHubpytorchMIT report
dizcza/pytorch-mighty mentioned on GitHubpytorch report
gtegner/hyper-gan mentioned on GitHubpytorch report
gtegner/mine-pytorch mentioned on GitHubpytorch report
mohith-sakthivel/mine-pytorch mentioned on GitHubpytorch report
mzgubic/MINE mentioned on GitHubtf report
pecholal/main-vc mentioned on GitHubpytorch report
personads/synvae mentioned on GitHubtf report
sambklein/MINE_demo mentioned on GitHubtf report
shannonycj/simple-mine mentioned on GitHubtf 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

24 samples harvested; 9 ran; 1 honoured the contract we drafted; 15 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 · our draft was wrong
7ran
15unverified

Licence: 6 of the 24 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 9 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

ConcatLayer gtegner/mine-pytorch/mine/models/mine.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · b06f15b798bdd083 · report
DistributionSimulator shannonycj/simple-mine/mine_estimator.py community (archive-listed) ran MIT (permissive) · 95305c97fbd5a90b · report
MINE pecholal/main-vc/models/mi.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 72dc7c30ba369ffe · report
MINE_Base mohith-sakthivel/mine-pytorch/mine/mine.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · cabc5db086991209 · report
MINE_DV mohith-sakthivel/mine-pytorch/mine/mine.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 86e5fe23b79fe923 · report
StatisticsNet mohith-sakthivel/mine-pytorch/mine/mine.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 7716a6d738daf434 · report
T gtegner/mine-pytorch/mine/models/mine.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · 9344ddbf1a3fe029 · report
ema_loss gtegner/mine-pytorch/mine/models/mine.py community (archive-listed) ran · our draft was wrong MIT (permissive) · ea691d8a19584637 · report
BaseModel personads/synvae/models/mine.py community (archive-listed) unverified MIT (permissive) · c2fcf423ea534add · report
CustomSequential gtegner/mine-pytorch/mine/models/mine.py community (archive-listed) unverified MIT (permissive) · 1db351adf24cdd54 · report
EMALoss gtegner/mine-pytorch/mine/models/mine.py community (archive-listed) unverified MIT (permissive) · 9fa9099208a14812 · report
GradMINE ReyesDeJong/MINE/simple_mine_f.py community (archive-listed) unverified MIT (permissive) · 08c96aa7e79f4bd5 · report
MINE wushuaida/Implementation-of-Mutual-Information-Neural-Estimator/MINE.py community (archive-listed) unverified no licence file found · pointer only · 5d49c337f7803d05 · report
MINE ChengzhangZhu/MINE/mine.py community (archive-listed) unverified no licence file found · pointer only · 4e9109b79db8ab70 · report
MINEf ReyesDeJong/MINE/simple_mine_f.py community (archive-listed) unverified MIT (permissive) · c2fa6bf887beac14 · report
Mi_estimator mboudiaf/Mutual-Information-Variational-Bounds/Mi_estimator.py community (archive-listed) unverified no licence file found · pointer only · 3dc3cc33422612a7 · report
Mine personads/synvae/models/mine.py community (archive-listed) unverified MIT (permissive) · 49ff1c351499b6ee · report
Mine gtegner/mine-pytorch/mine/models/mine.py community (archive-listed) unverified MIT (permissive) · d9c957348b294890 · report
UnbiasedLogMeanExp mohith-sakthivel/mine-pytorch/mine/mine.py community (archive-listed) unverified MIT (permissive) · baf7cd49a939dd37 · report
build_net shannonycj/simple-mine/mine_estimator.py community (archive-listed) unverified MIT (permissive) · b40580a228020fe9 · report
mine shannonycj/simple-mine/mine_estimator.py community (archive-listed) unverified MIT (permissive) · 352ceb024666d2cd · report
mine_loss ChengzhangZhu/MINE/mine.py community (archive-listed) unverified no licence file found · pointer only · 3f475d5fa5c5796c · report
shuffle ChengzhangZhu/MINE/mine.py community (archive-listed) unverified no licence file found · pointer only · 7697af4755f25282 · report
ema identical code first harvested elsewhere ran · honoured contract fingerprinted licence of this copy not recorded · a1073d8f05df7b5a · report

Tasks

General Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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