CVLGApr 10, 2022

Robust Cross-Modal Representation Learning with Progressive Self-Distillation

arXiv:2204.04588v177 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in cross-modal representation learning for vision-language models, offering a method that improves robustness and scalability, though it is incremental as it builds directly on CLIP.

The paper tackles the problem of noisy many-to-many correspondences in web-harvested image captioning datasets, which reduces the efficiency of CLIP, and introduces a training framework with progressive self-distillation and soft alignments that outperforms CLIP across 14 benchmarks in tasks like zero-shot classification and image-text retrieval without added computational cost.

The learning objective of vision-language approach of CLIP does not effectively account for the noisy many-to-many correspondences found in web-harvested image captioning datasets, which contributes to its compute and data inefficiency. To address this challenge, we introduce a novel training framework based on cross-modal contrastive learning that uses progressive self-distillation and soft image-text alignments to more efficiently learn robust representations from noisy data. Our model distills its own knowledge to dynamically generate soft-alignment targets for a subset of images and captions in every minibatch, which are then used to update its parameters. Extensive evaluation across 14 benchmark datasets shows that our method consistently outperforms its CLIP counterpart in multiple settings, including: (a) zero-shot classification, (b) linear probe transfer, and (c) image-text retrieval, without incurring added computational cost. Analysis using an ImageNet-based robustness test-bed reveals that our method offers better effective robustness to natural distribution shifts compared to both ImageNet-trained models and CLIP itself. Lastly, pretraining with datasets spanning two orders of magnitude in size shows that our improvements over CLIP tend to scale with number of training examples.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes