Hierarchical Dataset Selection for High-Quality Data Sharing
This addresses the challenge of efficiently selecting high-quality datasets for machine learning in multi-source scenarios, such as data sharing across institutions, with incremental improvements over existing methods.
The paper tackles the problem of selecting entire datasets from a heterogeneous pool to improve downstream model performance under resource constraints, proposing DaSH, which outperforms state-of-the-art baselines by up to 26.2% in accuracy on benchmarks like Digit-Five and DomainNet.
The success of modern machine learning hinges on access to high-quality training data. In many real-world scenarios, such as acquiring data from public repositories or sharing across institutions, data is naturally organized into discrete datasets that vary in relevance, quality, and utility. Selecting which repositories or institutions to search for useful datasets, and which datasets to incorporate into model training are therefore critical decisions, yet most existing methods select individual samples and treat all data as equally relevant, ignoring differences between datasets and their sources. In this work, we formalize the task of dataset selection: selecting entire datasets from a large, heterogeneous pool to improve downstream performance under resource constraints. We propose Dataset Selection via Hierarchies (DaSH), a dataset selection method that models utility at both dataset and group (e.g., collections, institutions) levels, enabling efficient generalization from limited observations. Across two public benchmarks (Digit-Five and DomainNet), DaSH outperforms state-of-the-art data selection baselines by up to 26.2% in accuracy, while requiring significantly fewer exploration steps. Ablations show DaSH is robust to low-resource settings and lack of relevant datasets, making it suitable for scalable and adaptive dataset selection in practical multi-source learning workflows.