MLLGOct 22, 2020

The Role of Mutual Information in Variational Classifiers

arXiv:2010.11642v35 citations
Originality Incremental advance
AI Analysis

This provides theoretical justification for the widely used KL regularization in variational inference, which is incremental but clarifies its role in preventing overfitting for machine learning practitioners.

The authors tackled the problem of understanding generalization in variational classifiers by deriving bounds linking generalization error to mutual information between inputs and latent representations, and validated these bounds with experiments on MNIST and CIFAR datasets, showing mutual information is highly representative of generalization behavior.

Overfitting data is a well-known phenomenon related with the generation of a model that mimics too closely (or exactly) a particular instance of data, and may therefore fail to predict future observations reliably. In practice, this behaviour is controlled by various--sometimes heuristics--regularization techniques, which are motivated by developing upper bounds to the generalization error. In this work, we study the generalization error of classifiers relying on stochastic encodings trained on the cross-entropy loss, which is often used in deep learning for classification problems. We derive bounds to the generalization error showing that there exists a regime where the generalization error is bounded by the mutual information between input features and the corresponding representations in the latent space, which are randomly generated according to the encoding distribution. Our bounds provide an information-theoretic understanding of generalization in the so-called class of variational classifiers, which are regularized by a Kullback-Leibler (KL) divergence term. These results give theoretical grounds for the highly popular KL term in variational inference methods that was already recognized to act effectively as a regularization penalty. We further observe connections with well studied notions such as Variational Autoencoders, Information Dropout, Information Bottleneck and Boltzmann Machines. Finally, we perform numerical experiments on MNIST and CIFAR datasets and show that mutual information is indeed highly representative of the behaviour of the generalization error.

Foundations

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

Your Notes