paper-with-me

홈 › Papers

CiT: Curation in Training for Effective Vision-Language Data

2023-01-05 · ICCV 2023 1 · Hu Xu, Saining Xie, Po-Yao Huang, Licheng Yu, Russell Howes, Gargi Ghosh, Luke Zettlemoyer, Christoph Feichtenhofer

Large vision-language models are generally applicable to many downstream tasks, but come at an exorbitant training cost that only large institutions can afford. This paper trades generality for efficiency and presents Curation in Training (CiT), a simple and efficient vision-text learning algorithm that couples a data objective into training. CiT automatically yields quality data to speed-up contrastive image-text training and alleviates the need for an offline data filtering pipeline, allowing broad data sources (including raw image-text pairs from the web). CiT contains two loops: an outer loop curating the training data and an inner loop consuming the curated training data. The text encoder connects the two loops. Given metadata for tasks of interest, e.g., class names, and a large pool of image-text pairs, CiT alternatively selects relevant training data from the pool by measuring the similarity of their text embeddings and embeddings of the metadata. In our experiments, we observe that CiT can speed up training by over an order of magnitude, especially if the raw data size is large.

📄 PDF Abstract BibTeX arXiv:2301.02241

Code (1)

facebookresearch/cit 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Uncovering Intrinsic Capabilities: A Paradigm for Data Curation in Vision-Language Models

2025-09-27 · Junjie Li, Ziao Wang, Jianghong Ma, Xiaofeng Zhang arxiv

Large vision-language models (VLMs) achieve strong benchmark performance, but controlling their behavior through instruction tuning remains difficult. Reducing the budget of instruction tuning dataset often causes regres…

20/20 Vision Language Models: A Prescription for Better VLMs through Data Curation Alone

2026-05-12 · DatologyAI, :, Siddharth Joshi, Haoli Yin 외 arxiv

Data curation has shifted the quality-compute frontier for language-model and contrastive image-text pretraining, but its role for vision-language models (VLMs) is far less established. We ask how far data curation alone…

Quality over Quantity: Boosting Data Efficiency Through Ensembled Multimodal Data Curation

2025-02-12 · Jinda Xu, Yuhao Song, Daming Wang, Weiwei Zhao 외

In an era overwhelmed by vast amounts of data, the effective curation of web-crawl datasets is essential for optimizing model performance. This paper tackles the challenges associated with the unstructured and heterogene…

Active Data Curation Effectively Distills Large-Scale Multimodal Models

2024-11-27 · CVPR 2025 1 · Vishaal Udandarao, Nikhil Parthasarathy, Muhammad Ferjad Naeem, Talfan Evans 외

Knowledge distillation (KD) is the de facto standard for compressing large-scale models into smaller ones. Prior works have explored ever more complex KD strategies involving different objective functions, teacher-ensemb…

DecoderImage CaptioningKnowledge DistillationQuestion Answering+3

Scalable Vision Language Model Training via High Quality Data Curation

2025-01-10 · Hongyuan Dong, Zijian Kang, Weijie Yin, Xiao Liang 외

In this paper, we introduce SAIL-VL (ScAlable Vision Language Model TraIning via High QuaLity Data Curation), an open-source vision language model (VLM) of state-of-the-art (SOTA) performance with 2B parameters. We intro…

Instruction FollowingLanguage ModelingLanguage Modelling