Refined Coreset Selection: Towards Minimal Coreset Size under Model Performance Constraints
Xiaobo Xia, Jiale Liu, Shaokun Zhang, Qingyun Wu, Hongxin Wei, Tongliang Liu
TL;DR
The paper tackles refining coreset selection by minimizing subset size under model-performance constraints, framing the problem as lexicographic bilevel optimization over a binary mask $\bm{m}$. It introduces Lexicographic Bilevel Coreset Selection (LBCS) with an inner-loop training objective $f_1(\bm{m})$ and a secondary size objective $f_2(\bm{m})=\|\bm{m}\|_0$, solved via a black-box outer-loop optimizer (LexiFlow) guided by lexicographic relations. The authors prove $\epsilon$-convergence under reasonable conditions and demonstrate across datasets (Fashion-MNIST, SVHN, CIFAR-10, ImageNet-1k) that LBCS yields superior model performance with smaller coresets or better performance with the same coreset size, compared with multiple baselines. The work highlights practical implications for data efficiency, privacy-preserving data sharing, and energy savings, while also noting scalability considerations and potential applicability to broader vision tasks and large-scale pretraining.
Abstract
Coreset selection is powerful in reducing computational costs and accelerating data processing for deep learning algorithms. It strives to identify a small subset from large-scale data, so that training only on the subset practically performs on par with full data. Practitioners regularly desire to identify the smallest possible coreset in realistic scenes while maintaining comparable model performance, to minimize costs and maximize acceleration. Motivated by this desideratum, for the first time, we pose the problem of refined coreset selection, in which the minimal coreset size under model performance constraints is explored. Moreover, to address this problem, we propose an innovative method, which maintains optimization priority order over the model performance and coreset size, and efficiently optimizes them in the coreset selection procedure. Theoretically, we provide the convergence guarantee of the proposed method. Empirically, extensive experiments confirm its superiority compared with previous strategies, often yielding better model performance with smaller coreset sizes.
