LGMLApr 30, 2020

The Information Bottleneck Problem and Its Applications in Machine Learning

arXiv:2004.14941v2173 citations
AI Analysis

This is a tutorial paper that provides a unified overview for researchers in machine learning, aiming to facilitate further application of information-theoretic ideas, but it is incremental as it synthesizes existing knowledge rather than presenting new findings.

The paper tackles the lack of a comprehensive theory to explain the success of deep learning systems by surveying the information bottleneck (IB) theory, which proposes that optimal representations should maximize information about the target variable while minimizing information about the input, and it reviews its impact on deep learning theory and practical algorithms.

Inference capabilities of machine learning (ML) systems skyrocketed in recent years, now playing a pivotal role in various aspect of society. The goal in statistical learning is to use data to obtain simple algorithms for predicting a random variable $Y$ from a correlated observation $X$. Since the dimension of $X$ is typically huge, computationally feasible solutions should summarize it into a lower-dimensional feature vector $T$, from which $Y$ is predicted. The algorithm will successfully make the prediction if $T$ is a good proxy of $Y$, despite the said dimensionality-reduction. A myriad of ML algorithms (mostly employing deep learning (DL)) for finding such representations $T$ based on real-world data are now available. While these methods are often effective in practice, their success is hindered by the lack of a comprehensive theory to explain it. The information bottleneck (IB) theory recently emerged as a bold information-theoretic paradigm for analyzing DL systems. Adopting mutual information as the figure of merit, it suggests that the best representation $T$ should be maximally informative about $Y$ while minimizing the mutual information with $X$. In this tutorial we survey the information-theoretic origins of this abstract principle, and its recent impact on DL. For the latter, we cover implications of the IB problem on DL theory, as well as practical algorithms inspired by it. Our goal is to provide a unified and cohesive description. A clear view of current knowledge is particularly important for further leveraging IB and other information-theoretic ideas to study DL models.

Foundations

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

Your Notes