English

Non-Uniform Class-Wise Coreset Selection for Vision Model Fine-tuning

Machine Learning 2025-11-19 v2 Artificial Intelligence

Abstract

Coreset selection aims to identify a small yet highly informative subset of data, thereby enabling more efficient model training while reducing storage overhead. Recently, this capability has been leveraged to tackle the challenges of fine-tuning large foundation models, offering a direct pathway to their efficient and practical deployment. However, most existing methods are class-agnostic, causing them to overlook significant difficulty variations among classes. This leads them to disproportionately prune samples from either overly easy or hard classes, resulting in a suboptimal allocation of the data budget that ultimately degrades the final coreset performance. To address this limitation, we propose Non-Uniform Class-Wise Coreset Selection (NUCS), a novel framework that both integrates class-level and sample-level difficulty. We propose a robust metric for global class difficulty, quantified as the winsorized average of per-sample difficulty scores. Guided by this metric, our method performs a theoretically-grounded, non-uniform allocation of data selection budgets inter-class, while adaptively selecting samples intra-class with optimal difficulty ranges. Extensive experiments on a wide range of visual classification tasks demonstrate that NUCS consistently outperforms state-of-the-art methods across 10 diverse datasets and pre-trained models, achieving both superior accuracy and computational efficiency, highlighting the promise of non-uniform class-wise selection strategy for advancing the efficient fine-tuning of large foundation models.

Keywords

Cite

@article{arxiv.2504.13234,
  title  = {Non-Uniform Class-Wise Coreset Selection for Vision Model Fine-tuning},
  author = {Hanyu Zhang and Zhen Xing and Ruian He and Wenxuan Yang and Chenxi Ma and Weimin Tan and Bo Yan},
  journal= {arXiv preprint arXiv:2504.13234},
  year   = {2025}
}

Comments

13pages

R2 v1 2026-06-28T23:02:32.309Z