MEGA Hub

Efficient Coreset Selection via K-Nearest Neighbor Graphs

Authors

Do you know Yingfan Liu?You can claim authorship or link another user.Do you know Leiyu Zhang?You can claim authorship or link another user.Do you know Jiadong Xie?You can claim authorship or link another user.Do you know Mingzhe Wang?You can claim authorship or link another user.Do you know Jeffrey Xu Yu?You can claim authorship or link another user.Do you know Jiangtao Cui?You can claim authorship or link another user.

Abstract

Coreset selection reduces the cost of model training by replacing a large training set with a small representative subset. Existing gradient-approximation coreset methods such as CRAIG and cluster-based variants can preserve model accuracy. Still, their selection stages often rely on dense pairwise distances or large item-cluster bound matrices, leading to high time and memory costs on large datasets. This paper proposes KNNG-CS, a lightweight coreset selection method based on a $K$-nearest neighbor graph. KNNG-CS exploits local neighborhood structures to estimate the importance of each data item and greedily selects representative nodes without maintaining a quadratic distance matrix. The method requires only linear storage in the number of edges. Experiments on four real-world datasets show that KNNG-CS achieves accuracy comparable to representative gradient-approximation coreset methods, while reducing selection time by $2.3\times$-$41.2\times$ and peak memory to $0.3\%$-$7.5\%$ of the baselines.

Community

00