Unsupervised Representation Learning by Balanced Self Attention Matching
Daniel Shalam, Simon Korman
TL;DR
BAM presents a self-supervised learning framework that learns representations by aligning self-attention distributions across augmented views, rather than directly matching instance features. By constructing a global, entropy-regularized target via optimal transport (Sinkhorn) to balance the self-attention matrix $A$, and by suppressing positive-pair dominance through negation of augmentation blocks, BAM mitigates feature collapse while leveraging rich in-batch relationships. The approach yields competitive results on ImageNet linear probing and fine-tuning, strong semi-supervised performance, and robust transfer to video segmentation and detection tasks, all without memory banks or multiple encoders. Overall, BAM demonstrates that focusing on in-batch self-attention statistics provides a powerful, scalable path for unsupervised representation learning with broad applicability.
Abstract
Many leading self-supervised methods for unsupervised representation learning, in particular those for embedding image features, are built on variants of the instance discrimination task, whose optimization is known to be prone to instabilities that can lead to feature collapse. Different techniques have been devised to circumvent this issue, including the use of negative pairs with different contrastive losses, the use of external memory banks, and breaking of symmetry by using separate encoding networks with possibly different structures. Our method, termed BAM, rather than directly matching features of different views (augmentations) of input images, is based on matching their self-attention vectors, which are the distributions of similarities to the entire set of augmented images of a batch. We obtain rich representations and avoid feature collapse by minimizing a loss that matches these distributions to their globally balanced and entropy regularized version, which is obtained through a simple self-optimal-transport computation. We ablate and verify our method through a wide set of experiments that show competitive performance with leading methods on both semi-supervised and transfer-learning benchmarks. Our implementation and pre-trained models are available at github.com/DanielShalam/BAM .
