Approximating mutual information of high-dimensional variables using learned representations
Gokul Gowri, Xiao-Kang Lun, Allon M. Klein, Peng Yin
TL;DR
Mutual information $I(X;Y)$ is a powerful but difficult-to-estimate dependence measure in high dimensions due to sample complexity. The authors introduce latent mutual information (LMI) approximation, which learns low-dimensional encodings $Z_x=f(X)$ and $Z_y=g(Y)$ via cross-predictive autoencoders and estimates $I(Z_x;Z_y)$ with a nonparametric estimator, ensuring $I(Z_x;Z_y)\le I(X;Y)$. They demonstrate stability and accuracy of LMI on synthetic data with high ambient dimensionality and low intrinsic dependence, and on resampled real-world datasets; LMI outperforms standard MI estimators in high dimensions. The method is then applied to biology: quantifying interaction information in ProtTrans5 embeddings for protein interactions and identifying cell fate information in LT-seq scRNA-seq data, revealing nontrivial MI and non-Markovian dynamics. The work provides open-source code and a framework for benchmarking high-dimensional MI, with explicit limitations when intrinsic dimensionality is large and a call for careful interpretation of MI estimates in practical applications.
Abstract
Mutual information (MI) is a general measure of statistical dependence with widespread application across the sciences. However, estimating MI between multi-dimensional variables is challenging because the number of samples necessary to converge to an accurate estimate scales unfavorably with dimensionality. In practice, existing techniques can reliably estimate MI in up to tens of dimensions, but fail in higher dimensions, where sufficient sample sizes are infeasible. Here, we explore the idea that underlying low-dimensional structure in high-dimensional data can be exploited to faithfully approximate MI in high-dimensional settings with realistic sample sizes. We develop a method that we call latent MI (LMI) approximation, which applies a nonparametric MI estimator to low-dimensional representations learned by a simple, theoretically-motivated model architecture. Using several benchmarks, we show that unlike existing techniques, LMI can approximate MI well for variables with $> 10^3$ dimensions if their dependence structure has low intrinsic dimensionality. Finally, we showcase LMI on two open problems in biology. First, we approximate MI between protein language model (pLM) representations of interacting proteins, and find that pLMs encode non-trivial information about protein-protein interactions. Second, we quantify cell fate information contained in single-cell RNA-seq (scRNA-seq) measurements of hematopoietic stem cells, and find a sharp transition during neutrophil differentiation when fate information captured by scRNA-seq increases dramatically.
