1 / 3

Adaptive Sampling

Adaptive Sampling. Based on a hot-list algorithm by Gibbons and Matias (SIGMOD 1998) Sample elements from the input set Frequently occurring elements will be sampled more often Sampling probability determined at runtime, according to the allowed memory usage

jamison
Download Presentation

Adaptive Sampling

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Adaptive Sampling • Based on a hot-list algorithm by Gibbons and Matias (SIGMOD 1998) • Sample elements from the input set • Frequently occurring elements will be sampled more often • Sampling probability determined at runtime, according to the allowed memory usage • Tradeoff between overhead and accuracy • Give an estimate of the sample’s accuracy

  2. Concise Samples • Uniform random sampling • Maintain an <id, count> pair for each element • The sample size can be much larger than the memory size • For skewed input sets the gain is much larger • Sampling is not applied at every block • Vitter’s reservoir sampling

  3. Concise Samples

More Related