Papers › StylizedNeRF: Consistent 3D Scene Stylization as Stylized NeRF via 2D-3D Mutual Learning

StylizedNeRF: Consistent 3D Scene Stylization as Stylized NeRF via 2D-3D Mutual Learning

24 May 2022CVPR 2022 1arXiv:2205.12183archive 2025-07-28

Yi-Hua Huang, Yue He, Yu-Jie Yuan, Yu-Kun Lai, Lin Gao

3D scene stylization aims at generating stylized images of the scene from arbitrary novel views following a given set of style examples, while ensuring consistency when rendered from different views. Directly applying methods for image or video stylization to 3D scenes cannot achieve such consistency. Thanks to recently proposed neural radiance fields (NeRF), we are able to represent a 3D scene in a consistent way. Consistent 3D scene stylization can be effectively achieved by stylizing the corresponding NeRF. However, there is a significant domain gap between style examples which are 2D images and NeRF which is an implicit volumetric representation. To address this problem, we propose a novel mutual learning framework for 3D scene stylization that combines a 2D image stylization network and NeRF to fuse the stylization ability of 2D stylization network with the 3D consistency of NeRF. We first pre-train a standard NeRF of the 3D scene to be stylized and replace its color prediction module with a style network to obtain a stylized NeRF. It is followed by distilling the prior knowledge of spatial consistency from NeRF to the 2D stylization network through an introduced consistency loss. We also introduce a mimic loss to supervise the mutual learning of the NeRF style module and fine-tune the 2D stylization decoder. In order to further make our model handle ambiguities of 2D stylization results, we introduce learnable latent codes that obey the probability distributions conditioned on the style. They are attached to training samples as conditional inputs to better learn the style module in our novel stylized NeRF. Experimental results demonstrate that our method is superior to existing approaches in both visual quality and long-range consistency.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2205.12183")

Code

Syntology Ran 4 of 15 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: official repository: 15 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

iglict/stylizednerf officialpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 4 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
1ran · our draft was wrong
2ran · fixture could not drive it
11unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from iglict/stylizednerf. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adaptive_instance_normalization iglict/stylizednerf/Style_function.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 16679a24b9881031 · report
calc_mean_std iglict/stylizednerf/Style_function.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 38eaf8511dc7bc9c · report
normalize iglict/stylizednerf/load_llff.py official repository ran · violated contract fingerprinted MIT (permissive) · 1d6f8390d799f055 · report
viewmatrix iglict/stylizednerf/load_llff.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · aa52acee18f54d38 · report
cal_geometry iglict/stylizednerf/rendering.py official repository unverified MIT (permissive) · 5e3dafa27d74cb58 · report
coral iglict/stylizednerf/Style_function.py official repository unverified MIT (permissive) · 277f955e6caa9cfb · report
image_transform iglict/stylizednerf/dataset.py official repository unverified MIT (permissive) · e991990b383b4401 · report
json_read_rgbd iglict/stylizednerf/utils.py official repository unverified MIT (permissive) · 1c3b4acc6042ef47 · report
ndc2world iglict/stylizednerf/train_style_modules.py official repository unverified MIT (permissive) · 9b7551cdc32913e0 · report
ptstocam iglict/stylizednerf/load_llff.py official repository unverified MIT (permissive) · 36f5de7a0aae4a9b · report
read_ply iglict/stylizednerf/utils.py official repository unverified MIT (permissive) · c6f78245da55a3f8 · report
read_rgbd iglict/stylizednerf/utils.py official repository unverified MIT (permissive) · 0c53cb3537bd258a · report
render iglict/stylizednerf/rendering.py official repository unverified MIT (permissive) · a1d7be7500efae44 · report
render_style iglict/stylizednerf/rendering.py official repository unverified MIT (permissive) · 821d0b44eff38d97 · report
view_synthesis iglict/stylizednerf/dataset.py official repository unverified MIT (permissive) · b9851df6a7434a2b · report

Tasks

Image StylizationNeRF

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections