Poster
Geometric Median (GM) Matching for Robust k-Subset Selection from Noisy Data
Anish Acharya · Sujay Sanghavi · Alex Dimakis · Inderjit Dhillon
East Exhibition Hall A-B #E-2112
Today’s AI systems are trained on enormous datasets — millions of images, texts, or videos — but not all that data is helpful. In fact, a lot of it is messy: mislabeled, corrupted, or just plain misleading. Training on this kind of data not only wastes time and energy, it can actively hurt performance.So, what if we could pick only the right data — the most reliable, representative examples — and throw out the rest ?That’s the idea behind this paper. We introduce Geometric Median Matching, a new way to carefully prune down large datasets to their cleanest, most informative core. Unlike existing methods that rely on averages — which can be easily thrown off by just a few bad examples — we use a more robust tool called the geometric median. It finds the “true center” of the data in a way that naturally resists noise and outliers. We then select a small subset of the data that best matches this stable center. The result is a dramatically smaller training set that still teaches the model everything it needs to know — and often does it better. Even if up to half the data is corrupted, our method still works. Across tasks like image recognition and image generation, this approach trains models faster, uses less compute, and produces better results.In short: we show how AI can learn more by training on less — if you choose the right data.