Sieve: Multimodal Dataset Pruning Using Image Captioning Models
Anas Mahmoud, Mostafa Elhoushi, Amro Abbas, Yu Yang, Newsha Ardalani,, Hugh Leather, Ari Morcos

TL;DR
This paper introduces Sieve, a novel dataset pruning method using image captioning models and semantic similarity, which improves the quality of vision-language datasets and enhances downstream task performance.
Contribution
Sieve leverages synthetic captions and semantic similarity to better evaluate image-text alignment, overcoming limitations of existing CLIPScore-based pruning methods.
Findings
Outperforms CLIPScore by 2.6% and 1.7% on downstream tasks.
Achieves 2.7% and 4.5% improvements on retrieval tasks.
Enhances dataset quality leading to better VLM performance.
Abstract
Vision-Language Models (VLMs) are pretrained on large, diverse, and noisy web-crawled datasets. This underscores the critical need for dataset pruning, as the quality of these datasets is strongly correlated with the performance of VLMs on downstream tasks. Using CLIPScore from a pretrained model to only train models using highly-aligned samples is one of the most successful methods for pruning. We argue that this approach suffers from multiple limitations including: false positives and negatives due to CLIP's pretraining on noisy labels. We propose a pruning signal, Sieve, that employs synthetic captions generated by image-captioning models pretrained on small, diverse, and well-aligned image-text pairs to evaluate the alignment of noisy image-text pairs. To bridge the gap between the limited diversity of generated captions and the high diversity of alternative text (alt-text), we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Natural Language Processing Techniques · Topic Modeling
MethodsDataset Pruning · Contrastive Language-Image Pre-training · Pruning
