paper-with-me

홈 › Papers

Geometric Median Matching for Robust k-Subset Selection from Noisy Data

2025-04-01 · Anish Acharya, Sujay Sanghavi, Alexandros G. Dimakis, Inderjit S Dhillon

Data pruning -- the combinatorial task of selecting a small and representative subset from a large dataset, is crucial for mitigating the enormous computational costs associated with training data-hungry modern deep learning models at scale. Since large scale data collections are invariably noisy, developing data pruning strategies that remain robust even in the presence of corruption is critical in practice. However, existing data pruning methods often fail under high corruption rates due to their reliance on empirical mean estimation, which is highly sensitive to outliers. In response, we propose Geometric Median (GM) Matching, a novel k-subset selection strategy that leverages Geometric Median -- a robust estimator with an optimal breakdown point of 1/2; to enhance resilience against noisy data. Our method iteratively selects a k-subset such that the mean of the subset approximates the GM of the (potentially) noisy dataset, ensuring robustness even under arbitrary corruption. We provide theoretical guarantees, showing that GM Matching enjoys an improved O(1/k) convergence rate -- a quadratic improvement over random sampling, even under arbitrary corruption. Extensive experiments across image classification and image generation tasks demonstrate that GM Matching consistently outperforms existing pruning approaches, particularly in high-corruption settings and at high pruning rates; making it a strong baseline for robust data pruning.

📄 PDF Abstract BibTeX arXiv:2504.00564

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationImage Generation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Geometric Median (GM) Matching for Robust Data Pruning

2024-06-25 · Anish Acharya, Inderjit S Dhillon, Sujay Sanghavi

Large-scale data collections in the wild, are invariably noisy. Thus developing data pruning strategies that remain robust even in the presence of corruption is critical in practice. In this work, we propose Geometric Me…

Robust and Parallel Bayesian Model Selection

2016-10-19 · Michael Minyi Zhang, Henry Lam, Lizhen Lin

Effective and accurate model selection is an important problem in modern data analysis. One of the major challenges is the computational burden required to handle large data sets that cannot be stored or processed on one…

modelModel SelectionVariable Selection

Median Selection Subset Aggregation for Parallel Inference

2014-10-24 · NeurIPS 2014 12 · Xiangyu Wang, Peichao Peng, David Dunson

For massive data sets, efficient computation commonly relies on distributed algorithms that store and process subsets of the data on different machines, minimizing communication costs. Our focus is on regression and clas…

feature selectionModel SelectionVariable Selection

Cross-to-merge training with class balance strategy for learning with noisy labels

2024-04-01 · Expert Systems with Applications 2024 4 · Qian Zhang, Yi Zhu, Ming Yang, Ge Jin 외

The collection of large-scale datasets inevitably introduces noisy labels, leading to a substantial degradation in the performance of deep neural networks (DNNs). Although sample selection is a mainstream method in the…

Image ClassificationLearning with noisy labels

On the distance between mean and geometric median in high dimensions

2025-08-18 · Richard Schwank, Mathias Drton arxiv

The geometric median, a notion of center for multivariate distributions, has gained recent attention in robust statistics and machine learning. Although conceptually distinct from the mean (i.e., expectation), we demonst…