Joint Embedding vs Reconstruction: Provable Benefits of Latent Space Prediction for Self Supervised Learning
Hugues Van Assel, Mark Ibrahim, Tommaso Biancalani, Aviv Regev, Randall Balestriero
TL;DR
The work analyzes reconstruction-based and joint-embedding SSL through closed-form solutions for linear models, linking augmentation design to representation quality. It shows that supervised learning can overcome augmentation-noise misalignment with enough data, while SSL requires sufficiently aligned augmentations to suppress irrelevant features, with distinct thresholds for reconstruction vs. joint-embedding. A key finding is that reconstruction is preferable in low-noise scenarios, whereas joint-embedding offers strictly weaker alignment requirements under high-noise conditions, explaining empirical success of JE methods on challenging datasets. Practically, the results guide practitioners to choose SSL paradigms based on noise characteristics and to design augmentations that align with the underlying nuisance structure, potentially improving robustness in real-world applications.
Abstract
Reconstruction and joint embedding have emerged as two leading paradigms in Self Supervised Learning (SSL). Reconstruction methods focus on recovering the original sample from a different view in input space. On the other hand, joint embedding methods align the representations of different views in latent space. Both approaches offer compelling advantages, yet practitioners lack clear guidelines for choosing between them. In this work, we unveil the core mechanisms that distinguish each paradigm. By leveraging closed form solutions for both approaches, we precisely characterize how the view generation process, e.g. data augmentation, impacts the learned representations. We then demonstrate that, unlike supervised learning, both SSL paradigms require a minimal alignment between augmentations and irrelevant features to achieve asymptotic optimality with increasing sample size. Our findings indicate that in scenarios where these irrelevant features have a large magnitude, joint embedding methods are preferable because they impose a strictly weaker alignment condition compared to reconstruction based methods. These results not only clarify the trade offs between the two paradigms but also substantiate the empirical success of joint embedding approaches on real world challenging datasets.
