Kyungeun Lee, Wonjong Rhee
We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| kyungeun-lee/mibenchmark | canonical | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| mi_to_rho | Ran | kyungeun-lee/mibenchmark/libs/utils_gaussian.py pointer only (licence: NONE) · get_code("c7cf2e57c9b57b27") |
| rho_to_mi | Ran | kyungeun-lee/mibenchmark/libs/utils_gaussian.py pointer only (licence: NONE) · get_code("e26f4d70904fa7e6") |
| sample_correlated_gaussian | Ran | kyungeun-lee/mibenchmark/libs/utils_gaussian.py pointer only (licence: NONE) · get_code("fa2063b2ce493389") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Mutual Information (MI) is a fundamental metric for quantifying dependency between two random variables. When we can access only the samples, but not the underlying distribution functions, we can evaluate MI using sample-based estimators. Assessment of such MI estimators, however, has almost always relied on analytical datasets including Gaussian multivariates. Such datasets allow analytical calculations of the true MI values, but they are limited in that they do not reflect the complexities of real-world datasets. This study introduces a comprehensive benchmark suite for evaluating neural MI estimators on unstructured datasets, specifically focusing on images and texts. By leveraging same-class sampling for positive pairing and introducing a binary symmetric channel trick, we show that we can accurately manipulate true MI values of real-world datasets. Using the benchmark suite, we investigate seven challenging scenarios, shedding light on the reliability of neural MI estimators for unstructured datasets.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2410.10924")
get_code_for_paper("2410.10924")
have("2410.10924")
Connect an agent — have() is free.