Diversity Subsampling: Custom Subsamples from Large Data Sets
Boyang Shang (1), Daniel W. Apley (1), Sanjay Mehrotra (1) ((1), Northwestern University)

TL;DR
This paper introduces a diversity subsampling method that efficiently selects representative, space-filling subsamples from large datasets, ensuring near-uniform coverage and outperforming existing algorithms in speed and quality.
Contribution
The paper proposes a novel diversity subsampling algorithm with theoretical guarantees, demonstrating superior performance and efficiency over existing methods, and provides a practical Python implementation.
Findings
The method achieves near-uniform coverage of the data support.
It outperforms competing algorithms in closeness to uniform sampling.
The algorithm is computationally efficient, handling large datasets in minutes.
Abstract
Subsampling from a large data set is useful in many supervised learning contexts to provide a global view of the data based on only a fraction of the observations. Diverse (or space-filling) subsampling is an appealing subsampling approach when no prior knowledge of the data is available. In this paper, we propose a diversity subsampling approach that selects a subsample from the original data such that the subsample is independently and uniformly distributed over the support of distribution from which the data are drawn, to the maximum extent possible. We give an asymptotic performance guarantee of the proposed method and provide experimental results to show that the proposed method performs well for typical finite-size data. We also compare the proposed method with competing diversity subsampling algorithms and demonstrate numerically that subsamples selected by the proposed method…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Bayesian Methods and Mixture Models · Gene expression and cancer classification
