paper-with-me

홈 › Papers

Rethinking Representativeness and Diversity in Dynamic Data Selection

2026-03-05 · Yuzhe Zhou, Zhenglin Hua, Haiyun Guo, Yuheng Jia arxiv

Dynamic data selection accelerates training by sampling a changing subset of the dataset while preserving accuracy. We rethink two core notions underlying sample evaluation: representativeness and diversity. Instead of local geometric centrality, we define representativeness as coverage of dataset-level common or high-frequency feature factors. Instead of within-subset dispersion, we define diversity at the process level, requiring the selection trajectory to gradually include complementary rare factors over training. Based on this view, we propose a dynamic selection framework with three components. First, we score representativeness in a plug-in feature space to prioritize samples covering frequent factors. We instantiate this with a sparse autoencoder trained on the target dataset, using sparse unit activations to summarize both individual samples and dataset-wide factor statistics. Second, we realize process-level diversity by combining rare-factor sampling with a Usage-Frequency Penalty that promotes sample rotation, provably discourages monopoly, and reduces gradient bias. Third, we couple the two-dimensional scoring with a smooth scheduler that transitions selection from core-pattern consolidation to rare-factor exploration, without extra gradients, influence estimates, or second-order computations on the training model. Extensive experiments on five benchmarks across vision and text tasks demonstrate improved accuracy-efficiency trade-offs across models. Our method matches or exceeds full-data accuracy with over 2x training acceleration. Code will be released.

📄 PDF Abstract BibTeX arXiv:2603.04981

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

What Makes a Good Example? Modeling Exemplar Selection with Neural Network Representations

2026-02-03 · Fanxiao Wani Qiu, Oscar Leong, Alexander LaTourrette arxiv

Teaching requires distilling a rich category distribution into a small set of informative exemplars. Although prior work shows that humans consider both representativeness and diversity when teaching, the computational p…

Stable LLM Ensemble: Interaction between Example Representativeness and Diversity

2025-10-15 · Junichiro Niimi arxiv

Large language models (LLMs) have achieved remarkable results in wide range of domains. However, the accuracy and robustness of one-shot LLM predictions remain highly sensitive to the examples and the diversity among ens…

Multiple-criteria Based Active Learning with Fixed-size Determinantal Point Processes

2021-07-04 · Xueying Zhan, Qing Li, Antoni B. Chan

Active learning aims to achieve greater accuracy with less training data by selecting the most useful data samples from which it learns. Single-criterion based methods (i.e., informativeness and representativeness based …

Active LearningDiversityInformativenessPoint Processes

Data-Efficient Biomedical In-Context Learning: A Diversity-Enhanced Submodular Perspective

2025-08-11 · Jun Wang, Zaifu Zhan, Qixin Zhang, Mingquan Lin 외 arxiv

Recent progress in large language models (LLMs) has leveraged their in-context learning (ICL) abilities to enable quick adaptation to unseen biomedical NLP tasks. By incorporating only a few input-output examples into pr…

Text ClassificationRelation Extraction

Complement Submodular Information Measures for Balanced and Robust Data Selection

2026-05-23 · Rishabh Iyer arxiv

Submodular optimization has become a fundamental paradigm for data selection, retrieval, summarization, and representation learning due to its ability to model coverage, diversity, and representativeness. However, classi…

Representation Learning