MATch: Differentiable Material Graphs for Procedural Material Capture

Liang Shi, Beichen Li, Milos Hasan, Kalyan Sunkavalli, Radomir Mech, Tamy Boubekeur and Wojciech Matusik
ACM Transactions on Graphics - SIGGRAPH Asia 2020


MATch: Differentiable Material Graphs for Procedural Material Capture
Every material in this rendered scene is a procedural material that was automatically created by MATch from a single flash photograph captured with a cellphone. All the target materials are visualized underneath.

Abstract

We present MATch, a method to automatically convert photographs of material samples into production-grade procedural material models. At the core of MATch is a new library DiffMat that provides differentiable building blocks for constructing procedural materials, and automatic translation of large-scale procedural models, with hundreds to thousands of node parameters, into differentiable node graphs. Combining these translated node graphs with a rendering layer yields an end-to-end differentiable pipeline that maps node graph parameters to rendered images. This facilitates the use of gradient-based optimization to estimate the parameters such that the resulting material, when rendered, matches the target image appearance, as quantified by a style transfer loss. In addition, we propose a deep neural feature-based graph selection and parameter initialization method that efficiently scales to a large number of procedural graphs. We evaluate our method on both rendered synthetic materials and real materials captured as flash photographs. We demonstrate that MATch can reconstruct more accurate, general, and complex procedural materials compared to the state-of-the-art. Moreover, by producing a procedural output, we unlock capabilities such as constructing arbitrary-resolution material maps and parametrically editing the material appearance.

Downloads

Bibtex

@ARTICLE{Shi2020:ToG,
    title     = "MATch: Differentiable Material Graphs for Procedural Material Capture",
    author    = "Shi, Liang and Li, Beichen and Ha{\v s}an, Milo{\v s} and Sunkavalli,
                    Kalyan and Boubekeur, Tamy and Mech, Radomir and Matusik, Wojciech",
    journal   = "ACM Trans. Graph.",
    publisher = "Association for Computing Machinery",
    volume    =  39,
    number    =  6,
    pages     = "1--15",
    month     =  dec,
    year      =  2020,
    address   = "New York, NY, USA",
    keywords  = "procedural materials, material acquisition"
}