Official implementation of the FMDoE and FMMI estimators. See arXiv:2511.08552 for the full paper.
This package implements the Flow Matching Difference of Entropies (FMDoE) estimator, as well as some special cases of it (e.g., the Flow Matching Mutual Information (FMMI) estimator) using PyTorch.
The core idea of the method is captured by the following equation:
where
- General Difference of Entropies estimator.
- Mutual information estomator.
-
$\Omega$ -information estimator.
Examples of the application can be found in source/examples
In development.
If you use our method, please consider citing our paper:
@misc{butakov2025fmmi,
title={FMMI: Flow Matching Mutual Information Estimation},
author={Ivan Butakov and Alexander Semenenko and Valeriya Kirova and Alexey Frolov and Ivan Oseledets},
year={2025},
eprint={2511.08552},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2511.08552},
}