Parallel Poisson Disk Sampling
Li-Yi Wei
In ACM Transactions on Graphics, 27(3), August 2008.
Abstract: Sampling is important for a variety of graphics applications include rendering, imaging, and geometry processing. However, producing sample sets with desired efficiency and blue noise statistics has been a major challenge, as existing methods are either sequential with limited speed, or are parallel but only through pre-computed datasets and thus fall short in producing samples with blue noise statistics. We present a Poisson disk sampling algorithm that runs in parallel and produces all samples on the fly with desired blue noise properties. Our main idea is to subdivide the sample domain into grid cells and we draw samples concurrently from multiple cells that are sufficiently far apart so that their samples cannot conflict one another. We present a parallel implementation of our algorithm running on a GPU with constant cost per sample and constant number of computation passes for a target number of samples. Our algorithm also works in arbitrary dimension, and allows adaptive sampling from a user-specified importance field. Furthermore, our algorithm is simple and easy to implement, and runs faster than existing techniques.
Keyword(s): GPU techniques, Poisson disk, blue noise, parallel computation, sampling, texture synthesis
Article URL: http://doi.acm.org/10.1145/1360612.1360619
BibTeX format:
@article{Wei:2008:PPD,
  author = {Li-Yi Wei},
  title = {Parallel Poisson Disk Sampling},
  journal = {ACM Transactions on Graphics},
  volume = {27},
  number = {3},
  pages = {20:1--20:9},
  month = aug,
  year = {2008},
}
Search for more articles by Li-Yi Wei.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."