LGAINEDec 9, 2022

Implicit variance regularization in non-contrastive SSL

arXiv:2212.04858v217 citationsh-index: 22
Originality Incremental advance
AI Analysis

This provides theoretical insight into non-contrastive SSL mechanisms, enabling more efficient and robust learning algorithms for machine learning practitioners.

The paper tackled the problem of understanding how predictor networks prevent representational collapse in non-contrastive self-supervised learning methods like BYOL and SimSiam, showing that both Euclidean and cosine similarity losses avoid collapse through implicit variance regularization and proposing IsoLoss, which speeds up initial learning by 20% and increases robustness, allowing removal of the EMA target network.

Non-contrastive SSL methods like BYOL and SimSiam rely on asymmetric predictor networks to avoid representational collapse without negative samples. Yet, how predictor networks facilitate stable learning is not fully understood. While previous theoretical analyses assumed Euclidean losses, most practical implementations rely on cosine similarity. To gain further theoretical insight into non-contrastive SSL, we analytically study learning dynamics in conjunction with Euclidean and cosine similarity in the eigenspace of closed-form linear predictor networks. We show that both avoid collapse through implicit variance regularization albeit through different dynamical mechanisms. Moreover, we find that the eigenvalues act as effective learning rate multipliers and propose a family of isotropic loss functions (IsoLoss) that equalize convergence rates across eigenmodes. Empirically, IsoLoss speeds up the initial learning dynamics and increases robustness, thereby allowing us to dispense with the EMA target network typically used with non-contrastive methods. Our analysis sheds light on the variance regularization mechanisms of non-contrastive SSL and lays the theoretical grounds for crafting novel loss functions that shape the learning dynamics of the predictor's spectrum.

Code Implementations1 repo
Foundations

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

Your Notes