StableMaterials: Enhancing Diversity in Material Generation via Semi-Supervised Learning
Giuseppe Vecchio
TL;DR
StableMaterials presents a diffusion-based framework for fast, tileable PBR material generation that leverages semi-supervised adversarial distillation from large-scale image models to overcome annotated-data limitations. By learning a shared latent space for textures and materials, and distilling knowledge from SDXL through a latent discriminator, the method achieves greater diversity while maintaining physical plausibility. A Latent Consistency Model enables few-step generation, and a feature-rolling technique ensures tileable outputs with minimal artifacts, complemented by a diffusion-based refiner for high-resolution outputs. Experiments on combined MatSynth-deschaintre data demonstrate strong qualitative and CLIP-based quantitative performance against state-of-the-art methods, with ablations validating design choices and highlighting practical efficiency gains for real-world graphics pipelines.
Abstract
We introduce StableMaterials, a novel approach for generating photorealistic physical-based rendering (PBR) materials that integrate semi-supervised learning with Latent Diffusion Models (LDMs). Our method employs adversarial training to distill knowledge from existing large-scale image generation models, minimizing the reliance on annotated data and enhancing the diversity in generation. This distillation approach aligns the distribution of the generated materials with that of image textures from an SDXL model, enabling the generation of novel materials that are not present in the initial training dataset. Furthermore, we employ a diffusion-based refiner model to improve the visual quality of the samples and achieve high-resolution generation. Finally, we distill a latent consistency model for fast generation in just four steps and propose a new tileability technique that removes visual artifacts typically associated with fewer diffusion steps. We detail the architecture and training process of StableMaterials, the integration of semi-supervised training within existing LDM frameworks and show the advantages of our approach. Comparative evaluations with state-of-the-art methods show the effectiveness of StableMaterials, highlighting its potential applications in computer graphics and beyond. StableMaterials is publicly available at https://gvecchio.com/stablematerials.
