LGAIApr 22, 2025

DataS^3: Dataset Subset Selection for Specialization

arXiv:2504.16277v15 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the challenge of improving model performance for specific real-world deployments (e.g., hospitals, national parks) where data distributions are imbalanced and unique, though it is incremental as it builds on existing subset selection methods.

The paper tackles the problem of suboptimal model performance when training data distributions differ from deployment-specific distributions, by formalizing dataset subset selection for specialization (DS3) and introducing DataS^3 as the first benchmark for this problem, showing that manually curated subsets can achieve accuracy gains up to 51.3%.

In many real-world machine learning (ML) applications (e.g. detecting broken bones in x-ray images, detecting species in camera traps), in practice models need to perform well on specific deployments (e.g. a specific hospital, a specific national park) rather than the domain broadly. However, deployments often have imbalanced, unique data distributions. Discrepancy between the training distribution and the deployment distribution can lead to suboptimal performance, highlighting the need to select deployment-specialized subsets from the available training data. We formalize dataset subset selection for specialization (DS3): given a training set drawn from a general distribution and a (potentially unlabeled) query set drawn from the desired deployment-specific distribution, the goal is to select a subset of the training data that optimizes deployment performance. We introduce DataS^3; the first dataset and benchmark designed specifically for the DS3 problem. DataS^3 encompasses diverse real-world application domains, each with a set of distinct deployments to specialize in. We conduct a comprehensive study evaluating algorithms from various families--including coresets, data filtering, and data curation--on DataS^3, and find that general-distribution methods consistently fail on deployment-specific tasks. Additionally, we demonstrate the existence of manually curated (deployment-specific) expert subsets that outperform training on all available data with accuracy gains up to 51.3 percent. Our benchmark highlights the critical role of tailored dataset curation in enhancing performance and training efficiency on deployment-specific distributions, which we posit will only become more important as global, public datasets become available across domains and ML models are deployed in the real world.

Foundations

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

Your Notes