HyperCore: Coreset Selection under Noise via Hypersphere Models
Brian B. Moser, Arundhati S. Shanbhag, Tobias C. Nauen, Stanislav Frolov, Federico Raue, Joachim Folz, Andreas Dengel
TL;DR
HyperCore presents a robust coreset selection framework that explicitly handles annotation noise by learning class-wise hypersphere embeddings with a fixed center $\\mathbf{c}=\\mathbf{0}$ and applying adaptive pruning via Youden's $J$ statistic. This yields per-class conformity scores based on embedding norms and enables automatic, noise-aware subset selection without tuning global hyperparameters. Empirical results on ImageNet-1K and CIFAR-10 show HyperCore delivers strong performance under noisy and low-data regimes, outperforming or matching state-of-the-art baselines while maintaining near-linear, embarrassingly parallel computation. The work offers a practical, scalable approach to data pruning that improves robustness and training efficiency in real-world noisy-label contexts.
Abstract
The goal of coreset selection methods is to identify representative subsets of datasets for efficient model training. Yet, existing methods often ignore the possibility of annotation errors and require fixed pruning ratios, making them impractical in real-world settings. We present HyperCore, a robust and adaptive coreset selection framework designed explicitly for noisy environments. HyperCore leverages lightweight hypersphere models learned per class, embedding in-class samples close to a hypersphere center while naturally segregating out-of-class samples based on their distance. By using Youden's J statistic, HyperCore can adaptively select pruning thresholds, enabling automatic, noise-aware data pruning without hyperparameter tuning. Our experiments reveal that HyperCore consistently surpasses state-of-the-art coreset selection methods, especially under noisy and low-data regimes. HyperCore effectively discards mislabeled and ambiguous points, yielding compact yet highly informative subsets suitable for scalable and noise-free learning.
