LGAICLCVMar 18, 2025

Squeeze Out Tokens from Sample for Finer-Grained Data Governance

arXiv:2503.14559v13 citationsh-index: 6
Originality Highly original
AI Analysis

This work addresses the challenge of data inefficiency in machine learning by moving beyond sample-level pruning to token-level purification, offering a novel approach for researchers and practitioners dealing with large datasets.

The paper tackles the problem of inefficient data scaling by introducing a finer-grained data governance method that squeezes out informative tokens from samples, resulting in significant performance improvements in image-text retrieval, classification, and dense visual reasoning compared to existing methods.

Widely observed data scaling laws, in which error falls off as a power of the training size, demonstrate the diminishing returns of unselective data expansion. Hence, data governance is proposed to downsize datasets through pruning non-informative samples. Yet, isolating the impact of a specific sample on overall model performance is challenging, due to the vast computation required for tryout all sample combinations. Current data governors circumvent this complexity by estimating sample contributions through heuristic-derived scalar scores, thereby discarding low-value ones. Despite thorough sample sieving, retained samples contain substantial undesired tokens intrinsically, underscoring the potential for further compression and purification. In this work, we upgrade data governance from a 'sieving' approach to a 'juicing' one. Instead of scanning for least-flawed samples, our dual-branch DataJuicer applies finer-grained intra-sample governance. It squeezes out informative tokens and boosts image-text alignments. Specifically, the vision branch retains salient image patches and extracts relevant object classes, while the text branch incorporates these classes to enhance captions. Consequently, DataJuicer yields more refined datasets through finer-grained governance. Extensive experiments across datasets demonstrate that DataJuicer significantly outperforms existing DataSieve in image-text retrieval, classification, and dense visual reasoning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes