CVJan 5, 2023

Filtering, Distillation, and Hard Negatives for Vision-Language Pre-Training

Meta AI
arXiv:2301.02280v2112 citationsh-index: 34Has Code
Originality Highly original
AI Analysis

This work addresses efficiency and performance issues in vision-language models for zero-shot recognition, though it is incremental with hybrid improvements.

The paper tackled dataset noise, model initialization, and training objectives in vision-language pre-training, achieving improved performance on 20 out of 29 zero-shot tasks and bridging the gap between zero-shot and few-shot performance.

Vision-language models trained with contrastive learning on large-scale noisy data are becoming increasingly popular for zero-shot recognition problems. In this paper we improve the following three aspects of the contrastive pre-training pipeline: dataset noise, model initialization and the training objective. First, we propose a straightforward filtering strategy titled Complexity, Action, and Text-spotting (CAT) that significantly reduces dataset size, while achieving improved performance across zero-shot vision-language tasks. Next, we propose an approach titled Concept Distillation to leverage strong unimodal representations for contrastive training that does not increase training complexity while outperforming prior work. Finally, we modify the traditional contrastive alignment objective, and propose an importance-sampling approach to up-sample the importance of hard-negatives without adding additional complexity. On an extensive zero-shot benchmark of 29 tasks, our Distilled and Hard-negative Training (DiHT) approach improves on 20 tasks compared to the baseline. Furthermore, for few-shot linear probing, we propose a novel approach that bridges the gap between zero-shot and few-shot performance, substantially improving over prior work. Models are available at https://github.com/facebookresearch/diht.

Code Implementations1 repo
Foundations

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

Your Notes