We leverage finetuned video diffusion models, intrinsic decomposition of videos, and physically-based differentiable rendering to generate high quality materials for 3D models given a text prompt or a single image. We condition a video diffusion model to respect the input geometry and lighting condition. This model produces multiple views of a given 3D model with coherent material properties. Secondly, we use a recent model to extract intrinsics (base color, roughness, metallic) from the generated video. Finally, we use the intrinsics alongside the generated video in a differentiable path tracer to robustly extract PBR materials directly compatible with common content creation tools.
Given a 3D model and a prompt, we extract high quality PBR materials from finetuned video diffusion models. We show the extracted materials with three different HDR probes. 3D Model from the BlenderVault dataset. HDRI probes from Poly Haven.
Our finetuned video model generates view-consistent multi-view images of diverse materials from text prompts, while closely respecting the input geometry and lighting. .
We compare against Paint-it [YOPM24] and DreamMat [ZLX∗24] on a 3D model from the BlenderVault dataset. We encourage the reader to compare the quality of the intrinsics (base color, roughness, metallic) to the reference. While significant deviations are expected in purely text-guided methods, we note that the base color predicted by our method is significantly more demodulated, or “flat” than the competing work. Our roughness and metallic guides are also more faithful to the reference, though with a slight bias towards lower roughness.
@inproceedings{munkberg2025videomat,
author = {Jacob Munkberg and Zian Wang and Ruofan Liang and Tianchang Shen and Jon Hasselgren},
title = {{VideoMat: Extracting PBR Materials from Video Diffusion Models}},
booktitle = {Eurographics Symposium on Rendering - CGF Track},
year = {2025}
}
VideoMat: Extracting PBR Materials from Video Diffusion Models
Jacob Munkberg, Zian Wang, Ruofan Liang, Tianchang Shen, and Jon Hasselgren