Accelerating Spatially Varying Gaussian Filters

Jongmin Baek David E. Jacobs

Proc. ACM SIGGRAPH Asia, December 2010

Figure. Use of spatially varying Gaussian filters. Left: A noisy signal (left) is filtered with a bilateral filter (middle) and with a bilateral filter whose kernel is oriented along the signal gradient (right). Middle: Tone mapping with the bilateral filter (left) and our proposed algorithm (right). Right: Range image upsampling with the bilateral filter (top) and our proposed algorithm (bottom).


Abstract

High-dimensional Gaussian filters, most notably the bilateral filter, are important tools for many computer graphics and vision tasks. In recent years, a number of techniques for accelerating their evaluation have been developed by exploiting the separability of these Gaussians. However, these techniques do not apply to the more general class of spatially varying Gaussian filters, as they cannot be expressed as convolutions. These filters are useful because the underlying data—e.g. images, range data, meshes or light fields—often exhibit strong local anisotropy and scale. We propose an acceleration method for approximating spatially varying Gaussian filters using a set of spatially invariant Gaussian filters each of which is applied to a segment of some non-disjoint partitioning of the dataset. We then demonstrate that the resulting ability to locally tilt, rotate or scale the kernel improves filtering performance in various applications over traditional spatially invariant Gaussian filters, without incurring a significant penalty in computational expense.

Paper (PDF; 6.4 MB): ACM version or preprint

Supplement (ZIP; 18.1 MB; additional derivations and a supplemental data video): Link

Slides: (PPTX; 9.4 MB): Link

Bibtex:
@article{Baek:2010:ASV:1882261.1866191,
  author = {Baek, Jongmin and Jacobs, David E.},
  title = {Accelerating spatially varying Gaussian filters},
  journal = {ACM Trans. Graph.},
  issue_date = {December 2010},
  volume = {29},
  number = {6},
  month = dec,
  year = {2010},
  pages = {169:1--169:10},
  doi = {10.1145/1882261.1866191},
}