CVAug 16, 2023

ALIP: Adaptive Language-Image Pre-training with Synthetic Caption

arXiv:2308.08428v293 citationsh-index: 74Has Code
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in vision-language pre-training for researchers and practitioners, though it is incremental as it builds on existing CLIP methods.

The paper tackles the problem of noise and unmatched image-text pairs in web data for contrastive language-image pre-training (CLIP) by proposing ALIP, which uses synthetic captions and adaptive mechanisms to improve representation learning, achieving state-of-the-art performance on tasks like zero-shot image-text retrieval and linear probe.

Contrastive Language-Image Pre-training (CLIP) has significantly boosted the performance of various vision-language tasks by scaling up the dataset with image-text pairs collected from the web. However, the presence of intrinsic noise and unmatched image-text pairs in web data can potentially affect the performance of representation learning. To address this issue, we first utilize the OFA model to generate synthetic captions that focus on the image content. The generated captions contain complementary information that is beneficial for pre-training. Then, we propose an Adaptive Language-Image Pre-training (ALIP), a bi-path model that integrates supervision from both raw text and synthetic caption. As the core components of ALIP, the Language Consistency Gate (LCG) and Description Consistency Gate (DCG) dynamically adjust the weights of samples and image-text/caption pairs during the training process. Meanwhile, the adaptive contrastive loss can effectively reduce the impact of noise data and enhances the efficiency of pre-training data. We validate ALIP with experiments on different scales of models and pre-training datasets. Experiments results show that ALIP achieves state-of-the-art performance on multiple downstream tasks including zero-shot image-text retrieval and linear probe. To facilitate future research, the code and pre-trained models are released at https://github.com/deepglint/ALIP.

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