paper-with-me

Papers

Reflecting Process Expertise in Procedural Material Generation

2026-07-14 · Kunal Gupta, Gaurav Joshi, Yen-Ru Chen, Seemandhar Jain, Ishit Mehta, Manmohan Chandraker arxiv

Procedural material creation underpins applications in digital content creation, visual effects, and 3D asset design. Achieving high-quality results requires more than reproducing node graphs -- it demands understanding the process by which experts construct materials. We formulate procedural material generation as retrieval-time process reasoning over expert demonstrations, elevating process to a first-class representation beyond graph-only synthesis. Concretely, we represent expert workflows as process traces: textual records of construction steps, parameters, and design intent. To instantiate this idea, we use a pretrained LLM-based ProcessSynthesizer to synthesize a process trace aligned with a user's intent and a pretrained LLM-based Compiler to ground the process trace into an executable Blender material graph. Because procedural expertise is most naturally conveyed through demonstrations, we leverage tutorial videos as a source of process knowledge and extract textual, LLM-compatible traces using automated video analysis tools. In an expert study with five Blender artists (avg. 7.5 years of experience), materials generated by reflecting expert demonstrations were found to produce workflows requiring fewer edits, and more closely match professional design strategies than methods operating solely on static artifacts. A user study with 150 participants further shows that our approach achieves superior generation and editing performance compared to prior procedural systems. All code, models, and data will be available at https://materialapprentice.github.io

📄 PDF Abstract BibTeX arXiv:2607.13318

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FabricGen: Microstructure-Aware Woven Fabric Generation

2026-03-07 · Yingjie Tang, Di Luo, Zixiong Wang, Xiaoli Ling 외 arxiv

Woven fabric materials are widely used in rendering applications, yet designing realistic examples typically involves multiple stages, requiring expertise in weaving principles and texture authoring. Recent advances have…

ProcFunc: Function-Oriented Abstractions for Procedural 3D Generation in Python

2026-04-29 · Alexander Raistrick, Karhan Kayan, Jack Nugent, David Yan 외 arxiv

We introduce ProcFunc, a library for Blender-based procedural 3D generation in Python. ProcFunc provides a library of easy-to-use Python functions, which streamline creating, combining, analyzing, and executing procedura…

Synthetic Data Generation3D Generation

VLMaterial: Procedural Material Generation with Large Vision-Language Models

2025-01-27 · Beichen Li, Rundi Wu, Armando Solar-Lezama, Changxi Zheng 외

Procedural materials, represented as functional node graphs, are ubiquitous in computer graphics for photorealistic material appearance design. They allow users to perform intuitive and precise editing to achieve desired…

Language ModelingLanguage ModellingLarge Language Model

TexPro: Text-guided PBR Texturing with Procedural Material Modeling

2024-10-21 · Ziqiang Dang, Wenqi Dong, Zesong Yang, Bangbang Yang 외

In this paper, we present TexPro, a novel method for high-fidelity material generation for input 3D meshes given text prompts. Unlike existing text-conditioned texture generation methods that typically generate RGB textu…

Material ClassificationTexture Synthesis

MultiMat: Multimodal Program Synthesis for Procedural Materials using Large Multimodal Models

2025-09-26 · Jonas Belouadi, Tamy Boubekeur, Adrien Kaiser arxiv

Material node graphs are programs that generate the 2D channels of procedural materials, including geometry such as roughness and displacement maps, and reflectance such as albedo and conductivity maps. They are essentia…

Program Synthesis