CVAILGJan 18, 2024

Improving fine-grained understanding in image-text pre-training

arXiv:2401.09865v155 citationsICML
Originality Incremental advance
AI Analysis

This addresses the challenge of detailed understanding in vision-language models for applications requiring precise image-text alignment, though it is incremental as it builds on existing contrastive pre-training methods.

The paper tackles the problem of learning fine-grained multimodal representations from image-text pairs by introducing SPARC, which groups image patches per caption token and uses a fine-grained contrastive loss, resulting in improved performance on both coarse-grained tasks like classification and fine-grained tasks like retrieval, object detection, and segmentation.

We introduce SPARse Fine-grained Contrastive Alignment (SPARC), a simple method for pretraining more fine-grained multimodal representations from image-text pairs. Given that multiple image patches often correspond to single words, we propose to learn a grouping of image patches for every token in the caption. To achieve this, we use a sparse similarity metric between image patches and language tokens and compute for each token a language-grouped vision embedding as the weighted average of patches. The token and language-grouped vision embeddings are then contrasted through a fine-grained sequence-wise loss that only depends on individual samples and does not require other batch samples as negatives. This enables more detailed information to be learned in a computationally inexpensive manner. SPARC combines this fine-grained loss with a contrastive loss between global image and text embeddings to learn representations that simultaneously encode global and local information. We thoroughly evaluate our proposed method and show improved performance over competing approaches both on image-level tasks relying on coarse-grained information, e.g. classification, as well as region-level tasks relying on fine-grained information, e.g. retrieval, object detection, and segmentation. Moreover, SPARC improves model faithfulness and captioning in foundational vision-language models.

Foundations

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

Your Notes