English

CiT: Curation in Training for Effective Vision-Language Data

Computer Vision and Pattern Recognition 2023-01-06 v1 Computation and Language

Abstract

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.

Keywords

Cite

@article{arxiv.2301.02241,
  title  = {CiT: Curation in Training for Effective Vision-Language Data},
  author = {Hu Xu and Saining Xie and Po-Yao Huang and Licheng Yu and Russell Howes and Gargi Ghosh and Luke Zettlemoyer and Christoph Feichtenhofer},
  journal= {arXiv preprint arXiv:2301.02241},
  year   = {2023}
}

Comments

Technical Report

R2 v1 2026-06-28T08:04:16.503Z