LGMLFeb 17, 2020

Learning Robust Representations via Multi-View Information Bottleneck

arXiv:2002.07017v20.00338 citations
AI Analysis85

This work addresses the need for robust unsupervised representation learning in domains like computer vision, offering a novel theoretical extension with practical gains.

The paper tackles the problem of unsupervised representation learning by extending the information bottleneck principle to multi-view data, enabling identification of superfluous information without labels. It achieves state-of-the-art results on the Sketchy dataset and label-limited MIR-Flickr, and shows better generalization in single-view settings with data augmentation.

The information bottleneck principle provides an information-theoretic method for representation learning, by training an encoder to retain all information which is relevant for predicting the label while minimizing the amount of other, excess information in the representation. The original formulation, however, requires labeled data to identify the superfluous information. In this work, we extend this ability to the multi-view unsupervised setting, where two views of the same underlying entity are provided but the label is unknown. This enables us to identify superfluous information as that not shared by both views. A theoretical analysis leads to the definition of a new multi-view model that produces state-of-the-art results on the Sketchy dataset and label-limited versions of the MIR-Flickr dataset. We also extend our theory to the single-view setting by taking advantage of standard data augmentation techniques, empirically showing better generalization capabilities when compared to common unsupervised approaches for representation learning.

Code Implementations3 repos
Foundations

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

Your Notes