Why Prototypes Collapse: Diagnosing and Preventing Partial Collapse in Prototypical Self-Supervised Learning
Gabriel Y. Arteaga, Marius Aasan, Rwiddhi Chakraborty, Martine Hjelkrem-Tan, Thalles Silva, Michael Kampffmeyer, Adín Ramírez Rivera
TL;DR
Partial prototype collapse undermines prototypical SSL by forcing prototypes toward redundant representations. The authors diagnose the root cause as the joint optimization of encoders and prototypes under a shared loss and propose a fully decoupled training framework that models prototypes as a Gaussian mixture updated via online EM. This decoupling eliminates collapse, yields diverse prototypes, and strengthens downstream transfer, including robustness to long-tailed data. Across extensive experiments, the decoupled approach consistently improves prototype diversity and representation quality, supporting decoupling as a principled, scalable path forward for prototypical SSL.
Abstract
Prototypical self-supervised learning methods consistently suffer from partial prototype collapse, where multiple prototypes converge to nearly identical representations. This undermines their central purpose -- providing diverse and informative targets to guide encoders toward rich representations -- and has led practitioners to over-parameterize prototype sets or add ad-hoc regularizers, which mitigate symptoms rather than address the root cause. We empirically trace the collapse to the joint optimization of encoders and prototypes, which encourages a type of shortcut learning: early in training prototypes drift toward redundant representations that minimize loss without necessarily enhancing representation diversity. To break the joint optimization, we introduce a fully decoupled training strategy that learns prototypes and encoders under separate objectives. Concretely, we model prototypes as a Gaussian mixture updated with an online EM-style procedure, independent of the encoder's loss. This simple yet principled decoupling eliminates prototype collapse without explicit regularization and yields consistently diverse prototypes and stronger downstream performance.
