Instant Photorealistic Neural Radiance Fields Stylization
Shaoxu Li, Ye Pan
TL;DR
Instant Neural Radiance Fields Stylization addresses fast, coherent 3D scene stylization for NeRF representations by splitting the hash-encoded position embedding into content and style branches and applying AdaIN on voxel-grid features at inference. The method trains two scenes in under 10 minutes and supports style transfer not only from single images but between image sets of scenes, enabling consistent stylization across viewing angles. It leverages the Instant-NGP hash encoder for speed, shared color decoding, and two-branch encoders to facilitate set-to-set style transfer without extra training. Experiments on NeRF-Synthetic and LLFF demonstrate improved geometric fidelity and stylization consistency, highlighting the approach as a practical, scalable solution for 3D scene stylization.
Abstract
We present Instant Neural Radiance Fields Stylization, a novel approach for multi-view image stylization for the 3D scene. Our approach models a neural radiance field based on neural graphics primitives, which use a hash table-based position encoder for position embedding. We split the position encoder into two parts, the content and style sub-branches, and train the network for normal novel view image synthesis with the content and style targets. In the inference stage, we execute AdaIN to the output features of the position encoder, with content and style voxel grid features as reference. With the adjusted features, the stylization of novel view images could be obtained. Our method extends the style target from style images to image sets of scenes and does not require additional network training for stylization. Given a set of images of 3D scenes and a style target(a style image or another set of 3D scenes), our method can generate stylized novel views with a consistent appearance at various view angles in less than 10 minutes on modern GPU hardware. Extensive experimental results demonstrate the validity and superiority of our method.
