Unsqueeze [CLS] Bottleneck to Learn Rich Representations
Qing Su, Shihao Ji
TL;DR
UDI tackles information over-compression in self-supervised learning by unsqueezing the CLS bottleneck and introducing a multimodal, multi-level distillation target. It combines context-aligned semantic constraints via self-attention, a shared projector for image- and patch-level semantics, and an extra class token to capture nuisance information, all within a teacher–student ViT framework with Stratified Random Sampling. Empirically, UDI achieves competitive ImageNet-1K results in linear and k-NN evaluations, strong low-shot and transfer performance, and substantial gains on dense prediction tasks such as COCO detection/segmentation and ADE20K segmentation, with ablations validating the benefits of its components. The work demonstrates that preserving nuisances alongside semantics yields richer representations and broader applicability across vision tasks, albeit with a ViT-centric scope and opportunities to extend to other backbones.
Abstract
Distillation-based self-supervised learning typically leads to more compressed representations due to its radical clustering process and the implementation of a sharper target distribution. To overcome this limitation and preserve more information from input, we introduce UDI, conceptualized as Unsqueezed Distillation-based self-supervised learning (SSL). UDI enriches the learned representation by encouraging multimodal prediction distilled from a consolidated profile of local predictions that are derived via stratified sampling. Our evaluations show that UDI not only promotes semantically meaningful representations at instance level, delivering superior or competitive results to state-of-the-art SSL methods in image classification, but also effectively preserves the nuisance of input, which yields significant improvement in dense prediction tasks, including object detection and segmentation. Additionally, UDI performs competitively in low-shot image classification, improving the scalability of joint-embedding pipelines. Various visualizations and ablation studies are presented to further elucidate the mechanisms behind UDI. Our source code is available at https://github.com/ISL-CV/udi.
