DATA-ANIMLGOct 31, 2022

A robust estimator of mutual information for deep learning interpretability

arXiv:2211.00024v225 citationsh-index: 67
Originality Incremental advance
AI Analysis

This work addresses the need for reliable interpretability tools in deep learning, particularly for representation learning, but it is incremental as it builds on existing MI estimation methods.

The authors tackled the problem of accurately estimating mutual information (MI) from finite samples to interpret deep learning models, resulting in GMM-MI, a robust algorithm that provides uncertainty estimates and is validated on toy and physical datasets.

We develop the use of mutual information (MI), a well-established metric in information theory, to interpret the inner workings of deep learning models. To accurately estimate MI from a finite number of samples, we present GMM-MI (pronounced $``$Jimmie$"$), an algorithm based on Gaussian mixture models that can be applied to both discrete and continuous settings. GMM-MI is computationally efficient, robust to the choice of hyperparameters and provides the uncertainty on the MI estimate due to the finite sample size. We extensively validate GMM-MI on toy data for which the ground truth MI is known, comparing its performance against established mutual information estimators. We then demonstrate the use of our MI estimator in the context of representation learning, working with synthetic data and physical datasets describing highly non-linear processes. We train deep learning models to encode high-dimensional data within a meaningful compressed (latent) representation, and use GMM-MI to quantify both the level of disentanglement between the latent variables, and their association with relevant physical quantities, thus unlocking the interpretability of the latent representation. We make GMM-MI publicly available.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes