Papers › NeRFool: Uncovering the Vulnerability of Generalizable Neural Radiance Fields against...

NeRFool: Uncovering the Vulnerability of Generalizable Neural Radiance Fields against Adversarial Perturbations

10 Jun 2023arXiv:2306.06359archive 2025-07-28

Yonggan Fu, Ye Yuan, Souvik Kundu, Shang Wu, Shunyao Zhang, Yingyan Celine Lin

Generalizable Neural Radiance Fields (GNeRF) are one of the most promising real-world solutions for novel view synthesis, thanks to their cross-scene generalization capability and thus the possibility of instant rendering on new scenes. While adversarial robustness is essential for real-world applications, little study has been devoted to understanding its implication on GNeRF. We hypothesize that because GNeRF is implemented by conditioning on the source views from new scenes, which are often acquired from the Internet or third-party providers, there are potential new security concerns regarding its real-world applications. Meanwhile, existing understanding and solutions for neural networks' adversarial robustness may not be applicable to GNeRF, due to its 3D nature and uniquely diverse operations. To this end, we present NeRFool, which to the best of our knowledge is the first work that sets out to understand the adversarial robustness of GNeRF. Specifically, NeRFool unveils the vulnerability patterns and important insights regarding GNeRF's adversarial robustness. Built upon the above insights gained from NeRFool, we further develop NeRFool+, which integrates two techniques capable of effectively attacking GNeRF across a wide range of target views, and provide guidelines for defending against our proposed attacks. We believe that our NeRFool/NeRFool+ lays the initial foundation for future innovations in developing robust real-world GNeRF solutions. Our codes are available at: https://github.com/GATECH-EIC/NeRFool.

PaperPDFCodeCode 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="2306.06359")

Code

Syntology Ran 14 of 19 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 3 ran · fixture could not drive it; 6 ran with no contract checked.

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

gatech-eic/nerfool officialmentioned in papermentioned on GitHubpytorchMIT 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

19 samples harvested; 14 ran; 1 honoured the contract we drafted; 5 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 · honoured contract
4ran · our draft was wrong
3ran · fixture could not drive it
6ran
5unverified

Licence: 0 of the 19 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 gatech-eic/nerfool. “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.

SL1Loss gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 375ac5d275e351d0 · report
calc_depth_smooth_loss gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository ran MIT (permissive) · 5f62ab16341c86e9 · report
calc_depth_var gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository ran · honoured contract MIT (permissive) · abd301e7de6eb76a · report
class_for_name GATECH-EIC/NeRFool/gnt/feature_network.py official repository ran MIT (permissive) · 22e670c8093b7c80 · report
conv1x1 GATECH-EIC/NeRFool/gnt/feature_network.py official repository ran · our draft was wrong MIT (permissive) · 036782aebf2185a0 · report
conv3x3 GATECH-EIC/NeRFool/gnt/feature_network.py official repository ran · our draft was wrong MIT (permissive) · 7e558f4229d053af · report
dilate_img GATECH-EIC/NeRFool/ibrnet/sample_ray.py official repository ran MIT (permissive) · ffadd89803ecb27b · report
fused_mean_variance GATECH-EIC/NeRFool/ibrnet/mlp_network.py official repository ran · fixture could not drive it MIT (permissive) · 34ea5f2db980a0f7 · report
img2mse gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 598359a17b0a3a7f · report
parse_camera gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository ran · fixture could not drive it MIT (permissive) · 3b75759486992d96 · report
project_with_depth gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository ran MIT (permissive) · a4e9aa55fe6d49cd · report
raw2outputs gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository ran MIT (permissive) · 1bbb09fcee81b67f · report
sample_along_camera_ray gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 1771162d12b6e77f · report
sample_pdf gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository ran · our draft was wrong MIT (permissive) · ca8853bb68d69984 · report
RaySamplerSingleImage gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository unverified MIT (permissive) · 80acb005a349e795 · report
de_parallel GATECH-EIC/NeRFool/gnt/model.py official repository unverified MIT (permissive) · b7b60558eb5ef908 · report
forward_warp gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository unverified MIT (permissive) · ed70bc3a7a4fe74a · report
optimize_adv_perturb gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository unverified MIT (permissive) · d861a166b8b9beb1 · report
render_rays gatech-eic/nerfool/eval/ibrnet/eval_adv.py official repository unverified MIT (permissive) · be1957ada4055c7a · report

Tasks

Adversarial RobustnessNovel View Synthesis

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