paper-with-me

홈 › Papers

Data curation via joint example selection further accelerates multimodal learning

2024-06-25 · Talfan Evans, Nikhil Parthasarathy, Hamza Merzic, Olivier J. Henaff

Data curation is an essential component of large-scale pretraining. In this work, we demonstrate that jointly selecting batches of data is more effective for learning than selecting examples independently. Multimodal contrastive objectives expose the dependencies between data and thus naturally yield criteria for measuring the joint learnability of a batch. We derive a simple and tractable algorithm for selecting such batches, which significantly accelerate training beyond individually-prioritized data points. As performance improves by selecting from larger super-batches, we also leverage recent advances in model approximation to reduce the associated computational overhead. As a result, our approach--multimodal contrastive learning with joint example selection (JEST)--surpasses state-of-the-art models with up to 13$\times$ fewer iterations and 10$\times$ less computation. Essential to the performance of JEST is the ability to steer the data selection process towards the distribution of smaller, well-curated datasets via pretrained reference models, exposing the level of data curation as a new dimension for neural scaling laws.

📄 PDF Abstract BibTeX arXiv:2406.17711

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Autoguided Online Data Curation for Diffusion Model Training

2025-09-18 · Valeria Pais, Luis Oala, Daniele Faccio, Marco Aversa arxiv

The costs of generative model compute rekindled promises and hopes for efficient data curation. In this work, we investigate whether recently developed autoguidance and online data selection methods can improve the time …

Synthetic Data GenerationImage Generation

Curation Leaks: Membership Inference Attacks against Data Curation for Machine Learning

2026-02-28 · Dariush Wahdany, Matthew Jagielski, Adam Dziedzic, Franziska Boenisch arxiv

In machine learning, curation is used to select the most valuable data for improving both model accuracy and computational efficiency. Recently, curation has also been explored as a solution for private machine learning:…

Computational Efficiency

What Matters in Data Curation for Multimodal Reasoning? Insights from the DCVLR Challenge

2026-01-16 · Yosub Shin, Michael Buriek, Boris Sobolev, Pavel Bushuyeu 외 arxiv

We study data curation for multimodal reasoning through the NeurIPS 2025 Data Curation for Vision-Language Reasoning (DCVLR) challenge, which isolates dataset selection by fixing the model and training protocol. Using a …

Multimodal Reasoning

Optimizing Data Curation through Spectral Analysis and Joint Batch Selection (SALN)

2024-12-22 · Mohammadreza Sharifi

In modern deep learning models, long training times and large datasets present significant challenges to both efficiency and scalability. Effective data curation and sample selection are crucial for optimizing the traini…

From Instance Selection to Fixed-Pool Data Recipe Search for Supervised Fine-Tuning

2026-05-13 · Haodong Wu, Jiahao Zhang, Lijie Hu, Yongqi Zhang arxiv

Supervised fine-tuning (SFT) data selection is commonly formulated as instance ranking: score each example and retain a top-$k$ subset. However, effective SFT training subsets are often produced through ordered curation …