Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- model_hub_mixin
|
| 4 |
-
- pytorch_model_hub_mixin
|
| 5 |
-
- pytorch
|
| 6 |
-
- statistical_inference
|
| 7 |
-
- mutual_information
|
| 8 |
-
- set_transformer
|
| 9 |
-
license: mit
|
| 10 |
-
---
|
| 11 |
#
|
| 12 |
|
| 13 |
# 🧬 MIST: Mutual Information estimation via Supervised Training
|
| 14 |
|
| 15 |
[](https://arxiv.org/pdf/2511.18945)
|
| 16 |
[](https://github.com/grgera/mist)
|
| 17 |
-
[](zenodo.org/records/17599669)
|
| 18 |
|
| 19 |
## Overview
|
| 20 |
MIST is a framework for fully data-driven mutual information (MI) estimation. It leverages neural networks trained on large meta-datasets of distributions to learn flexible, differentiable MI estimators that generalize across sample sizes, dimensions, and modalities. The framework supports uncertainty quantification via quantile regression and provides fast, well-calibrated inference suitable for integration into modern ML pipelines.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
- pytorch
|
| 6 |
+
- statistical_inference
|
| 7 |
+
- mutual_information
|
| 8 |
+
- set_transformer
|
| 9 |
+
license: mit
|
| 10 |
+
---
|
| 11 |
#
|
| 12 |
|
| 13 |
# 🧬 MIST: Mutual Information estimation via Supervised Training
|
| 14 |
|
| 15 |
[](https://arxiv.org/pdf/2511.18945)
|
| 16 |
[](https://github.com/grgera/mist)
|
| 17 |
+
[](https://zenodo.org/records/17599669)
|
| 18 |
|
| 19 |
## Overview
|
| 20 |
MIST is a framework for fully data-driven mutual information (MI) estimation. It leverages neural networks trained on large meta-datasets of distributions to learn flexible, differentiable MI estimators that generalize across sample sizes, dimensions, and modalities. The framework supports uncertainty quantification via quantile regression and provides fast, well-calibrated inference suitable for integration into modern ML pipelines.
|