LGAIMay 3

Leveraging Data Symmetries to Select an Optimal Subset of Training Data under Label Noise

arXiv:2605.0187420.6
AI Analysis

For practitioners dealing with noisy high-dimensional data, this work provides a method to identify clean subsets without requiring full noise-free data.

The paper shows that using data symmetries to improve k-NN accuracy enables cutstats to select near-optimal training subsets under label noise, achieving performance comparable to noise-free training even in high-dimensional settings.

The performance of machine learning models often relies on large labeled datasets; however, data collected from diverse sources can contain label noise. Recent work has shown that, in noisy settings, there may exist a subset of the training data on which models can achieve performance comparable to training on a noise-free dataset. A widely used method for identifying such subsets is cutstats, which employs k-nearest neighbors (k-NN) to detect low-noise samples. However, its performance on high-dimensional data remains largely unexplored. In this work, we formally establish that the performance of a classifier trained on a subset of a noisy dataset selected via cutstats is influenced by the accuracy of k-NN. We further demonstrate that, in noisy environments, exploiting data invariance and knowledge of underlying symmetries can significantly enhance the performance of k-NN, bringing it closer to the Bayes optimal classifier even in high-dimensional regimes. Finally, we show that for real-world scenarios, where information about the underlying invariance is only partially known, learnt invariant representations can still facilitate the identification of near-optimal subsets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes