SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2303.10598 · CVPR · 2023

StyleRF: Zero-shot 3D Style Transfer of Neural Radiance Fields

Eric Xing, Shijian Lu, Yiwen Chen, Fangneng Zhan, Kunhao Liu, Jiahui Zhang, Yingchen Yu, Abdulmotaleb El Saddik

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 2 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
Kunhao-Liu/StyleRF — 2 of 2
FunctionStatusWhere it lives
LearnableIN Ran Kunhao-Liu/StyleRF/models/styleModules.py
pointer only (licence: NONE) · get_code("b93ad69b32ad2ff4")
SimpleLinearStylizer Ran Kunhao-Liu/StyleRF/models/styleModules.py
pointer only (licence: NONE) · get_code("2c9075a9f5088d13")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

3D style transfer aims to render stylized novel views of a 3D scene with multi-view consistency. However, most existing work suffers from a three-way dilemma over accurate geometry reconstruction, high-quality stylization, and being generalizable to arbitrary new styles. We propose StyleRF (Style Radiance Fields), an innovative 3D style transfer technique that resolves the three-way dilemma by performing style transformation within the feature space of a radiance field. StyleRF employs an explicit grid of high-level features to represent 3D scenes, with which highfidelity geometry can be reliably restored via volume rendering. In addition, it transforms the grid features according to the reference style which directly leads to highquality zero-shot style transfer. StyleRF consists of two innovative designs. The first is sampling-invariant content transformation that makes the transformation invari-* Shijian Lu is the corresponding author. ant to the holistic statistics of the sampled 3D points and accordingly ensures multi-view consistency. The second is deferred style transformation of 2D feature maps which is equivalent to the transformation of 3D points but greatly reduces memory footprint without degrading multi-view consistency. Extensive experiments show that StyleRF achieves superior 3D stylization quality with precise geometry reconstruction and it can generalize to various new styles in a zero-shot manner. Project website: https://kunhaoliu.github.io/StyleRF/

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2303.10598")
get_code_for_paper("2303.10598")
have("2303.10598")

Connect an agent — have() is free.