SOTAVerified

SILC: Improving Vision Language Pretraining with Self-Distillation

2023-10-20Unverified0· sign in to hype

Muhammad Ferjad Naeem, Yongqin Xian, Xiaohua Zhai, Lukas Hoyer, Luc van Gool, Federico Tombari

Unverified — Be the first to reproduce this paper.

Reproduce

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ADE20K-150SILCmIoU37.7Unverified
ADE20K-847SILCmIoU15Unverified
PASCAL Context-459SILCmIoU25.8Unverified
PASCAL Context-59SILCmIoU63.5Unverified
PascalVOC-20SILCmIoU97.6Unverified
PascalVOC-20bSILCmIoU82.5Unverified

Reproductions