SILC: Improving Vision Language Pretraining with Self-Distillation
Muhammad Ferjad Naeem, Yongqin Xian, Xiaohua Zhai, Lukas Hoyer, Luc Van Gool, Federico Tombari
TL;DR
SILC addresses the limitation of contrastive vision-language pretraining in learning dense, locally grounded features by adding a local-to-global self-distillation objective. The framework trains a two-tower VLM with an EMA teacher that distills local image semantics from partial views to align with global semantics and language, guided by two complementary objectives. Empirically, SILC achieves new state-of-the-art performance across zero-shot, few-shot, retrieval, segmentation (zero-shot and open vocabulary), open vocabulary detection, captioning, and VQA, on WebLI-based pretraining. This approach yields robust, locally aware representations that improve both image-level and pixel-level vision-language tasks, marking a significant advance in open-vocabulary vision systems.
Abstract
Image-Text pretraining on web-scale image caption datasets has become the default recipe for open vocabulary classification and retrieval models thanks to the success of CLIP and its variants. Several works have also used CLIP features for dense prediction tasks and have shown the emergence of open-set abilities. However, the contrastive objective used by these models only focuses on image-text alignment and does not incentivise image feature learning for dense prediction tasks. In this work, we introduce SILC, a novel framework for vision language pretraining. SILC improves image-text contrastive learning with the simple addition of local-to-global correspondence learning by self-distillation. We show that distilling local image features from an exponential moving average (EMA) teacher model significantly improves model performance on dense predictions tasks like detection and segmentation, while also providing improvements on image-level tasks such as classification and retrieval. SILC models sets a new state of the art for zero-shot classification, few shot classification, image and text retrieval, zero-shot segmentation, and open vocabulary segmentation. We further show that SILC features greatly benefit open vocabulary detection, captioning and visual question answering.
