CVLGNov 9, 2021

FILIP: Fine-grained Interactive Language-Image Pre-Training

arXiv:2111.07783v1843 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency and fine-grained alignment issues in vision-language models, offering improvements for applications in multimodal AI, though it is incremental in its approach.

The paper tackles the problem of inefficient cross-modal interaction in vision-language pre-training by introducing FILIP, which uses a token-wise maximum similarity mechanism to achieve finer-grained alignment, resulting in state-of-the-art performance on tasks like zero-shot image classification and image-text retrieval.

Unsupervised large-scale vision-language pre-training has shown promising advances on various downstream tasks. Existing methods often model the cross-modal interaction either via the similarity of the global feature of each modality which misses sufficient information, or finer-grained interactions using cross/self-attention upon visual and textual tokens. However, cross/self-attention suffers from inferior efficiency in both training and inference. In this paper, we introduce a large-scale Fine-grained Interactive Language-Image Pre-training (FILIP) to achieve finer-level alignment through a cross-modal late interaction mechanism, which uses a token-wise maximum similarity between visual and textual tokens to guide the contrastive objective. FILIP successfully leverages the finer-grained expressiveness between image patches and textual words by modifying only contrastive loss, while simultaneously gaining the ability to pre-compute image and text representations offline at inference, keeping both large-scale training and inference efficient. Furthermore, we construct a new large-scale image-text pair dataset called FILIP300M for pre-training. Experiments show that FILIP achieves state-of-the-art performance on multiple downstream vision-language tasks including zero-shot image classification and image-text retrieval. The visualization on word-patch alignment further shows that FILIP can learn meaningful fine-grained features with promising localization ability.

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