Paper Overview
Field: Computer Vision Authors: Haiyu Wu, Randall Balestriero, Morgan Levine Published: 2026-06-03 arXiv: 2506.00007
Abstract
Self-supervised learning methods prevent embedding collapse via modeling heuristics or explicit regularization of the embedding space. Among the latter, VICReg decomposes regularization into variance and covariance objectives, offering flexibility and interpretability. However, covariance captures only second-order statistics — encouraging decorrelation but failing to enforce the full distributional shape needed for stable training. Sketching-based methods such as SIGReg address this by aligning embeddings to an isotropic Gaussian, but lack flexibility and suffer from vanishing gradients under collapse.
The authors propose Variance-Invariance-Sketching Regularization (VISReg), which replaces covariance with a Sliced-Wasserstein-based sketching objective that enforces full distributional shape while preserving a variance term for scale control. By decoupling scale and shape, VISReg combines the flexibility of VICReg with the distributional rigor of sketching approaches, providing robust gradients even under collapse.
Key Findings
- Linear scaling behavior of the sketching objective.
- Outperforms existing regularization methods on low-quality datasets.
- Resilient to long-tailed and low-rank regimes.
- State-of-the-art out-of-distribution performance when pretrained on ImageNet-1K.
- Matches DINOv2's OOD performance when pretrained on ImageNet-22K, despite DINOv2 using 10x more data (LVD-142M).
- Project page and code: https://haiyuwu.github.io/visreg
- arXiv: 2506.00007
Links
*Auto-collected on 2026-06-03*