A Theoretical Analysis of Self-Supervised Learning for Vision Transformers
Yu Huang, Zixin Wen, Yuejie Chi, Yingbin Liang
TL;DR
This paper provides the first end-to-end theoretical convergence guarantees for self-supervised learning on vision transformers by analyzing a one-layer softmax ViT under MAE and CL objectives. It models vision data with two spatial feature types—global and local patches—controlled by an information gap $Δ$, and derives gradient-dynamics results showing MAE learns diverse feature-position correlations across all areas, fostering locality-aware attention, whereas CL concentrates on global feature-position correlations and collapses to a single global pattern. The analysis uses a phase-based decomposition (Phase I: decoupling global FP correlations; Phase II: growth of target local FP correlation) to characterize attention patterns and convergence, providing explicit rates and regimes. The results explain empirical observations that MAE preserves locality while CL emphasizes global structure, offering a rigorous framework for SSL with ViTs and guiding future theoretical work on spatial/temporal patterns in transformer models.
Abstract
Self-supervised learning has become a cornerstone in computer vision, primarily divided into reconstruction-based methods like masked autoencoders (MAE) and discriminative methods such as contrastive learning (CL). Recent empirical observations reveal that MAE and CL capture different types of representations: CL tends to focus on global patterns, while MAE adeptly captures both global and subtle local information simultaneously. Despite a flurry of recent empirical investigations to shed light on this difference, theoretical understanding remains limited, especially on the dominant architecture vision transformers (ViTs). In this paper, to provide rigorous insights, we model the visual data distribution by considering two types of spatial features: dominant global features and comparatively minuscule local features, and study the impact of imbalance among these features. We analyze the training dynamics of one-layer softmax-based ViTs on both MAE and CL objectives using gradient descent. Our analysis shows that as the degree of feature imbalance varies, ViTs trained with the MAE objective effectively learn both global and local features to achieve near-optimal reconstruction, while the CL-trained ViTs favor predominantly global features, even under mild imbalance. These results provide a theoretical explanation for distinct behaviors of MAE and CL observed in empirical studies.
