WOR and $p$'s: Sketches for $\ell_p$-Sampling Without Replacement
Edith Cohen, Rasmus Pagh, David P. Woodruff

TL;DR
This paper introduces simple, practical composable sketches for weighted without-replacement sampling of data keys according to a power p of their frequency, including the challenging regime of p>1 and signed data.
Contribution
It presents the first WOR sampling sketches for p>1 and signed updates, using CountSketch-based methods with linear size growth, enhancing data analysis accuracy.
Findings
First WOR sampling method for p>1
Handles signed updates for p>0
Sketch size grows linearly with sample size
Abstract
Weighted sampling is a fundamental tool in data analysis and machine learning pipelines. Samples are used for efficient estimation of statistics or as sparse representations of the data. When weight distributions are skewed, as is often the case in practice, without-replacement (WOR) sampling is much more effective than with-replacement (WR) sampling: it provides a broader representation and higher accuracy for the same number of samples. We design novel composable sketches for WOR sampling, weighted sampling of keys according to a power of their frequency (or for signed data, sum of updates). Our sketches have size that grows only linearly with the sample size. Our design is simple and practical, despite intricate analysis, and based on off-the-shelf use of widely implemented heavy hitters sketches such as CountSketch. Our method is the first to provide WOR…
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
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Data Stream Mining Techniques
