paper-with-me

홈 › Papers

Too Large; Data Reduction for Vision-Language Pre-Training

2023-05-31 · ICCV 2023 1 · Alex Jinpeng Wang, Kevin Qinghong Lin, David Junhao Zhang, Stan Weixian Lei, Mike Zheng Shou

This paper examines the problems of severe image-text misalignment and high redundancy in the widely-used large-scale Vision-Language Pre-Training (VLP) datasets. To address these issues, we propose an efficient and straightforward Vision-Language learning algorithm called TL;DR, which aims to compress the existing large VLP data into a small, high-quality set. Our approach consists of two major steps. First, a codebook-based encoder-decoder captioner is developed to select representative samples. Second, a new caption is generated to complement the original captions for selected samples, mitigating the text-image misalignment problem while maintaining uniqueness. As the result, TL;DR enables us to reduce the large dataset into a small set of high-quality data, which can serve as an alternative pre-training dataset. This algorithm significantly speeds up the time-consuming pretraining process. Specifically, TL;DR can compress the mainstream VLP datasets at a high ratio, e.g., reduce well-cleaned CC3M dataset from 2.82M to 0.67M ($\sim$24\%) and noisy YFCC15M from 15M to 2.5M ($\sim$16.7\%). Extensive experiments with three popular VLP models over seven downstream tasks show that VLP model trained on the compressed dataset provided by TL;DR can perform similar or even better results compared with training on the full-scale dataset. The code will be made available at \url{https://github.com/showlab/datacentric.vlp}.

📄 PDF Abstract BibTeX arXiv:2305.20087

Code (2)

showlab/data-centric.vlp 공식 구현 pytorch
showlab/datacentric.vlp 공식 구현 pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

DRIP: Dynamic patch Reduction via Interpretable Pooling

2025-10-29 · Yusen Peng, Sachin Kumar arxiv

Recently, the advances in vision-language models, including contrastive pretraining and instruction tuning, have greatly pushed the frontier of multimodal AI. However, owing to the large-scale and hence expensive pretrai…

Continual Pretraining

Distilling Multi-modal Large Language Models for Autonomous Driving

2025-01-16 · CVPR 2025 1 · Deepti Hegde, Rajeev Yasarla, Hong Cai, Shizhong Han 외

Autonomous driving demands safe motion planning, especially in critical "long-tail" scenarios. Recent end-to-end autonomous driving systems leverage large language models (LLMs) as planners to improve generalizability to…

Autonomous DrivingMotion PlanningWorld Knowledge

MARS-M: When Variance Reduction Meets Matrices

2025-10-20 · Yifeng Liu, Angela Yuan, Quanquan Gu arxiv

Matrix-based preconditioned optimizers, such as Muon, have recently been shown to be more efficient than scalar-based optimizers for training large-scale neural networks, including large language models (LLMs). Recent be…

Accelerating Multimodal Large Language Models by Searching Optimal Vision Token Reduction

2024-11-30 · CVPR 2025 1 · Shiyu Zhao, Zhenting Wang, Felix Juefei-Xu, Xide Xia 외

Prevailing Multimodal Large Language Models (MLLMs) encode the input image(s) as vision tokens and feed them into the language backbone, similar to how Large Language Models (LLMs) process the text tokens. However, the n…

Bayesian OptimizationToken Reduction

Token Reduction Should Go Beyond Efficiency in Generative Models -- From Vision, Language to Multimodality

2025-05-23 · Zhenglun Kong, Yize Li, Fanhu Zeng, Lei Xin 외

In Transformer architectures, tokens\textemdash discrete units derived from raw data\textemdash are formed by segmenting inputs into fixed-length chunks. Each token is then mapped to an embedding, enabling parallel atten…

In-Context LearningToken Reduction