Unsupervised Representation Learning by Balanced Self Attention Matching
Daniel Shalam, Simon Korman

TL;DR
BAM introduces a novel self-attention matching approach for unsupervised image representation learning, effectively avoiding feature collapse and achieving competitive results without relying on negative pairs or external memory banks.
Contribution
The paper proposes BAM, a new method that matches self-attention vectors with a balanced distribution, improving stability and representation quality in unsupervised learning.
Findings
Achieves competitive performance on benchmarks.
Effectively avoids feature collapse.
Provides a simple, stable training method.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsSparse Evolutionary Training · Bottleneck Attention Module
