A Generalized Information Bottleneck Theory of Deep Learning
Charles Westphal, Stephen Hailes, Mirco Musolesi
TL;DR
The paper tackles theoretical ambiguities in the Information Bottleneck (IB) framework by proposing a Generalized Information Bottleneck (GIB) that foregrounds synergy among input features. It introduces a PMI-based reweighting and a feature-wise synergy decomposition using interaction information, and proves that, under perfect estimation, the classical IB objective is bounded by the GIB objective, while also resolving issues like infinite compression. Empirically, GIB yields consistent compression phases across activations and architectures, and its complexity term aligns with adversarial robustness, offering interpretable learning dynamics in CNNs and Transformers. The work demonstrates that synergistic feature processing improves generalization and provides a practical, more complete lens for analyzing deep learning representations with potential implications for robust and transferable models.
Abstract
The Information Bottleneck (IB) principle offers a compelling theoretical framework to understand how neural networks (NNs) learn. However, its practical utility has been constrained by unresolved theoretical ambiguities and significant challenges in accurate estimation. In this paper, we present a \textit{Generalized Information Bottleneck (GIB)} framework that reformulates the original IB principle through the lens of synergy, i.e., the information obtainable only through joint processing of features. We provide theoretical and empirical evidence demonstrating that synergistic functions achieve superior generalization compared to their non-synergistic counterparts. Building on these foundations we re-formulate the IB using a computable definition of synergy based on the average interaction information (II) of each feature with those remaining. We demonstrate that the original IB objective is upper bounded by our GIB in the case of perfect estimation, ensuring compatibility with existing IB theory while addressing its limitations. Our experimental results demonstrate that GIB consistently exhibits compression phases across a wide range of architectures (including those with \textit{ReLU} activations where the standard IB fails), while yielding interpretable dynamics in both CNNs and Transformers and aligning more closely with our understanding of adversarial robustness.
