Approximate Program Smoothing Using Mean-Variance Statistics, with Application to Procedural Shader Bandlimiting

Yuting Yang     Connelly Barnes

Eurographics 2018



Our paper gives a novel compiler framework for smoothing programs. Here we show how our smoothing framework can be applied to bandlimiting (antialiasing) procedural shader programs. In (a) is the ground truth result for a brick shader, estimated by using 1000 samples; (b) is the aliased result due to naively evaluating the original shader program; (c) is our result; (d) is the result of previous work; and (e) is supersampling, chosen to use comparable run-time as our result. The L2 errors are reported in sRGB color space, with the inset heatmap depicting per-pixel L2 error. Our result has significantly less error, noise, and aliasing than other approaches.

Abstract

We introduce a general method to approximate the convolution of a program with a Gaussian kernel. This results in the program being smoothed. Our compiler framework models intermediate values in the program as random variables, by using mean and variance statistics. We decompose the input program into atomic parts and relate the statistics of the different parts of the smoothed program. We give several approximate smoothing rules that can be used for the parts of the program. These include an improved variant of Dorn et al., a novel adaptive Gaussian approximation, Monte Carlo sampling, and compactly supported kernels. Our adaptive Gaussian approximation handles multivariate Gaussian distributed inputs, gives exact results for a larger class of programs than previous work, and is accurate to the second order in the standard deviation of the kernel for programs with certain analytic properties. Because each expression in the program can have multiple approximation choices, we use a genetic search to automatically select the best approximations. We apply this framework to the problem of automatically bandlimiting procedural shader programs. We evaluate our method on a variety of geometries and complex shaders, including shaders with parallax mapping, animation, and spatially varying statistics. The resulting smoothed shader programs outperform previous approaches both numerically and aesthetically.

Links Citation

Yuting Yang and Connelly Barnes.
"Approximate Program Smoothing Using Mean-Variance Statistics, with Application to Procedural Shader Bandlimiting."
Eurographics, April, 2018.

Bibtex

 @article{DBLP:journals/cgf/YangB18,
  author    = {Y. Yang and
               C. Barnes},
  title     = {Approximate Program Smoothing Using Mean-Variance Statistics, with
               Application to Procedural Shader Bandlimiting},
  journal   = {Comput. Graph. Forum},
  volume    = {37},
  number    = {2},
  pages     = {443--454},
  year      = {2018},
}