Information

  • Publication Type: Journal Paper with Conference Talk
  • Workgroup(s)/Project(s):
  • Date: June 2017
  • Journal: The Visual Computer
  • Volume: 33
  • Number: 6
  • Location: Yokohama, Japan
  • Lecturer: Daniel Cornel
  • ISSN: 1432-2315
  • Event: Computer Graphics International 2017
  • Conference date: 27. June 2017 – 30. June 2017
  • Pages: 833 – 843
  • Keywords: blue-noise sampling, importance sampling

Abstract

In computer graphics, stochastic sampling is frequently used to efficiently approximate complex functions and integrals. The error of approximation can be reduced by distributing samples according to an importance function, but cannot be eliminated completely. To avoid visible artifacts, sample distributions are sought to be random, but spatially uniform, which is called blue-noise sampling. The generation of unbiased, importance-guided blue-noise samples is expensive and not feasible for real-time applications. Sampling algorithms for these applications focus on runtime performance at the cost of having weak blue-noise properties. Blue-noise distributions have also been proposed for digital halftoning in the form of precomputed dither matrices. Ordered dithering with such matrices allows to distribute dots with blue-noise properties according to a grayscale image. By the nature of ordered dithering, this process can be parallelized easily. We introduce a novel sampling method called forced random sampling that is based on forced random dithering, a variant of ordered dithering with blue noise. By shifting the main computational effort into the generation of a precomputed dither matrix, our sampling method runs efficiently on GPUs and allows real-time importance sampling with blue noise for a finite number of samples. We demonstrate the quality of our method in two different rendering applications.

Additional Files and Images

Additional images and videos

Additional files

Weblinks

No further information available.

BibTeX

@article{CORNEL-2017-FRS,
  title =      "Forced Random Sampling: fast generation of importance-guided
               blue-noise samples",
  author =     "Daniel Cornel and Hiroyuki Sakai and Christian Luksch and
               Michael Wimmer",
  year =       "2017",
  abstract =   "In computer graphics, stochastic sampling is frequently used
               to efficiently approximate complex functions and integrals.
               The error of approximation can be reduced by distributing
               samples according to an importance function, but cannot be
               eliminated completely. To avoid visible artifacts, sample
               distributions are sought to be random, but spatially
               uniform, which is called blue-noise sampling. The generation
               of unbiased, importance-guided blue-noise samples is
               expensive and not feasible for real-time applications.
               Sampling algorithms for these applications focus on runtime
               performance at the cost of having weak blue-noise
               properties. Blue-noise distributions have also been proposed
               for digital halftoning in the form of precomputed dither
               matrices. Ordered dithering with such matrices allows to
               distribute dots with blue-noise properties according to a
               grayscale image. By the nature of ordered dithering, this
               process can be parallelized easily. We introduce a novel
               sampling method called forced random sampling that is based
               on forced random dithering, a variant of ordered dithering
               with blue noise. By shifting the main computational effort
               into the generation of a precomputed dither matrix, our
               sampling method runs efficiently on GPUs and allows
               real-time importance sampling with blue noise for a finite
               number of samples. We demonstrate the quality of our method
               in two different rendering applications.",
  month =      jun,
  journal =    "The Visual Computer",
  volume =     "33",
  number =     "6",
  issn =       "1432-2315",
  pages =      "833--843",
  keywords =   "blue-noise sampling, importance sampling",
  URL =        "https://www.cg.tuwien.ac.at/research/publications/2017/CORNEL-2017-FRS/",
}