On the Effectiveness of Supervision in Asymmetric Non-Contrastive Learning
Jeongheon Oh, Kibok Lee
TL;DR
This work addresses the gap in applying supervision to asymmetric non-contrastive learning (ANCL) by proposing SupSiam and SupBYOL, supervised adaptations that incorporate a supervised target via a target pool. The method blends self-supervised and supervised objectives as $\ell = \alpha \ell_{ssl} + (1-\alpha) \ell_{sup}$, which reduces intra-class variance and mitigates collapse; a theoretical analysis shows the optimal predictor aligns eigenstructures and reduces within-class dispersion by a factor $\alpha$. Empirically, supervised ANCL improves linear evaluation, object detection, and transfer, with the best performance on fine-grained tasks while avoiding collapse, and exhibits robust behavior across architectures and datasets. The results suggest supervision can enhance ANCL effectiveness with competitive computational costs, offering practical benefits for diverse downstream applications.
Abstract
Supervised contrastive representation learning has been shown to be effective in various transfer learning scenarios. However, while asymmetric non-contrastive learning (ANCL) often outperforms its contrastive learning counterpart in self-supervised representation learning, the extension of ANCL to supervised scenarios is less explored. To bridge the gap, we study ANCL for supervised representation learning, coined SupSiam and SupBYOL, leveraging labels in ANCL to achieve better representations. The proposed supervised ANCL framework improves representation learning while avoiding collapse. Our analysis reveals that providing supervision to ANCL reduces intra-class variance, and the contribution of supervision should be adjusted to achieve the best performance. Experiments demonstrate the superiority of supervised ANCL across various datasets and tasks. The code is available at: https://github.com/JH-Oh-23/Sup-ANCL.
