Cauchy-Schwarz Divergence Information Bottleneck for Regression
Shujian Yu, Xi Yu, Sigurd Løkse, Robert Jenssen, Jose C. Principe
TL;DR
The paper tackles regression within the Information Bottleneck (IB) framework and introduces CS-IB, which uses a Cauchy–Schwarz divergence formulation to replace variational MI bounds and Gaussian assumptions. It defines a CS-based IB objective combining a CS-based prediction term $D_{CS}(p(y|\mathbf{x}); q_{\theta}(\hat{y}|\mathbf{x}))$ with a CS–QMI compression term $I_{CS}(\mathbf{x};\mathbf{t})$, both estimable nonparametrically via kernel methods. Theoretical results show CS divergence upper-bounds KL divergences, links to generalization and robustness, and provides an adversarial-perturbation bound; empirically CS-IB outperforms several deep IB baselines on six real-world regression tasks and two high-dimensional datasets, while achieving favorable information-plane trade-offs. The work demonstrates that nonparametric CS-based objectives can improve regression generalization and adversarial robustness without distributional assumptions on the decoder, offering a practical and scalable alternative to KL-based IB approaches.
Abstract
The information bottleneck (IB) approach is popular to improve the generalization, robustness and explainability of deep neural networks. Essentially, it aims to find a minimum sufficient representation $\mathbf{t}$ by striking a trade-off between a compression term $I(\mathbf{x};\mathbf{t})$ and a prediction term $I(y;\mathbf{t})$, where $I(\cdot;\cdot)$ refers to the mutual information (MI). MI is for the IB for the most part expressed in terms of the Kullback-Leibler (KL) divergence, which in the regression case corresponds to prediction based on mean squared error (MSE) loss with Gaussian assumption and compression approximated by variational inference. In this paper, we study the IB principle for the regression problem and develop a new way to parameterize the IB with deep neural networks by exploiting favorable properties of the Cauchy-Schwarz (CS) divergence. By doing so, we move away from MSE-based regression and ease estimation by avoiding variational approximations or distributional assumptions. We investigate the improved generalization ability of our proposed CS-IB and demonstrate strong adversarial robustness guarantees. We demonstrate its superior performance on six real-world regression tasks over other popular deep IB approaches. We additionally observe that the solutions discovered by CS-IB always achieve the best trade-off between prediction accuracy and compression ratio in the information plane. The code is available at \url{https://github.com/SJYuCNEL/Cauchy-Schwarz-Information-Bottleneck}.
