paper-with-me

Papers

Sieve: Multimodal Dataset Pruning Using Image Captioning Models

2023-10-03 · CVPR 2024 1 · Anas Mahmoud, Mostafa Elhoushi, Amro Abbas, Yu Yang, Newsha Ardalani, Hugh Leather, Ari Morcos

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 estimate the semantic textual similarity in the embedding space of a language model pretrained on unlabeled text corpus. Using DataComp, a multimodal dataset filtering benchmark, when evaluating on 38 downstream tasks, our pruning approach, surpasses CLIPScore by 2.6\% and 1.7\% on medium and large scale respectively. In addition, on retrieval tasks, Sieve leads to a significant improvement of 2.7% and 4.5% on medium and large scale respectively.

📄 PDF Abstract BibTeX arXiv:2310.02110

Code (1)

facebookresearch/sieve 공식 구현 pytorch

Tasks

DiversityImage CaptioningLanguage ModellingSemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Dataset Pruning Dataset pruning is an approach to reduce a large dataset to obtain a small dataset by removing less significant sample.
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Task Specific Pruning with LLM-Sieve: How Many Parameters Does Your Task Really Need?

2025-05-23 · Waleed Reda, Abhinav Jangda, Krishna Chintalapudi

As Large Language Models (LLMs) are increasingly being adopted for narrow tasks - such as medical question answering or sentiment analysis - and deployed in resource-constrained settings, a key question arises: how many …

Medical Question AnsweringQuantizationQuestion AnsweringSentiment Analysis

SafeSieve: From Heuristics to Experience in Progressive Pruning for LLM-based Multi-Agent Communication

2025-08-15 · Ruijia Zhang, Xinyan Zhao, Ruixiang Wang, Sigen Chen 외 arxiv

LLM-based multi-agent systems exhibit strong collaborative capabilities but often suffer from redundant communication and excessive token overhead. Existing methods typically enhance efficiency through pretrained GNNs or…

End-to-End Supermask Pruning: Learning to Prune Image Captioning Models

2021-10-07 · Jia Huei Tan, Chee Seng Chan, Joon Huang Chuah

With the advancement of deep models, research work on image captioning has led to a remarkable gain in raw performance over the last decade, along with increasing model complexity and computational cost. However, surpris…

DecoderImage Captioning

HateSieve: A Contrastive Learning Framework for Detecting and Segmenting Hateful Content in Multimodal Memes

2024-08-11 · Xuanyu Su, Yansong Li, Diana Inkpen, Nathalie Japkowicz

Amidst the rise of Large Multimodal Models (LMMs) and their widespread application in generating and interpreting complex content, the risk of propagating biased and harmful memes remains significant. Current safety meas…

Contrastive LearningTriplet

Sentinel2Cap: A Human-Annotated Benchmark Dataset for Multimodal Remote Sensing Image Captioning

2026-05-04 · Lucrezia Tosato, Gianluca Lombardi, Ronny Hansch arxiv

Image captioning has become an important task in computer vision, enabling models to generate natural language descriptions of visual content. While several datasets exist for natural images and high-resolution optical r…

Scene UnderstandingImage Captioning