NeRF-Texture: Synthesizing Neural Radiance Field Textures
Yi-Hua Huang, Yan-Pei Cao, Yu-Kun Lai, Ying Shan, Lin Gao
TL;DR
NeRF-Texture addresses the challenge of synthesizing textures with meso-structure and view-dependent appearance on 3D surfaces from multi-view data. It introduces a coarse–fine disentanglement where a base shape hosts latent texture features, enabling high-frequency Mesostructure synthesis via implicit patch matching and hash-grid retrieval, and extends this to curved surfaces through a high-resolution UV atlas and pyramid-based synthesis. A clustering constraint regularizes latent feature distributions to improve patch matching, while a SH/Phong-based shading model renders realistic view-dependent appearance. The approach achieves realistic NeRF-based textures on planar and curved geometries, supports texture transfer to new shapes, and offers real-time rendering performance with favorable comparisons and ablations against 2D textures and NeRF-Tex. This work enables robust, scalable texture synthesis from real-world multi-view data with broad implications for graphics and vision applications.
Abstract
Texture synthesis is a fundamental problem in computer graphics that would benefit various applications. Existing methods are effective in handling 2D image textures. In contrast, many real-world textures contain meso-structure in the 3D geometry space, such as grass, leaves, and fabrics, which cannot be effectively modeled using only 2D image textures. We propose a novel texture synthesis method with Neural Radiance Fields (NeRF) to capture and synthesize textures from given multi-view images. In the proposed NeRF texture representation, a scene with fine geometric details is disentangled into the meso-structure textures and the underlying base shape. This allows textures with meso-structure to be effectively learned as latent features situated on the base shape, which are fed into a NeRF decoder trained simultaneously to represent the rich view-dependent appearance. Using this implicit representation, we can synthesize NeRF-based textures through patch matching of latent features. However, inconsistencies between the metrics of the reconstructed content space and the latent feature space may compromise the synthesis quality. To enhance matching performance, we further regularize the distribution of latent features by incorporating a clustering constraint. In addition to generating NeRF textures over a planar domain, our method can also synthesize NeRF textures over curved surfaces, which are practically useful. Experimental results and evaluations demonstrate the effectiveness of our approach.
