Order-Independent Texture Synthesis

Li-Yi Wei and Marc Levoy

Submitted to SIGGRAPH 2003



Jan, 2003

Basic idea of our algorithm. In this example, we use an output pyramid with 4 levels and 3 generations, and a neighborhood template of size 5x5. (L_3, G_2) (the upper-left image) contains an user-requested pattern ``S''. (L_0, G_0) (the lower right image) is initialized by randomly copying from the input. In the squares representing the remaining levels and generations, only a portion of the texels (denoted in pink above) must be computed.

Abstract:

Search-based texture synthesis algorithms are sensitive to the order in which texture samples are generated; different synthesis orders yield different textures. Unfortunately, most polygon rasterizers and ray tracers do not guarantee the order with which surfaces are sampled. To circumvent this problem, textures are synthesized beforehand at some maximum resolution and rendered using texture mapping.

We describe a search-based texture synthesis algorithm in which samples can be generated in arbitrary order, yet the resulting texture remains identical. The key to our algorithm is a pyramidal representation in which each texture sample depends only on a fixed number of neighboring samples at each level of the pyramid. The bottom (coarsest) level of the pyramid consists of a noise image, which is small and predetermined. When a sample is requested by the renderer, all samples on which it depends are generated at once. Using this approach, samples can be generated in any order. To make the algorithm efficient, we propose storing texture samples and their dependents in a pyramidal cache. Although the first few samples are expensive to generate, there is substantial reuse, so subsequent samples cost less. Fortunately, most rendering algorithms exhibit good coherence, so cache reuse is high.

Available information:


liyiwei@graphics.stanford.edu