IPA-NeRF: Illusory Poisoning Attack Against Neural Radiance Fields
Wenxiang Jiang, Hanwei Zhang, Shuo Zhao, Zhongwen Guo, Hao Wang
TL;DR
This work addresses the security vulnerabilities of Neural Radiance Fields (NeRF) by introducing IPA-NeRF, a poisoning-based backdoor that yields illusory outputs at a designated backdoor viewpoint while preserving normal outputs elsewhere. The authors formulate a bi-level optimization with an angle-constrained objective to embed a targeted illusion into NeRF through minimal training perturbations, and validate the approach across synthetic Blender data, Google Scan, Mip-NeRF 360, and real road scenes. They perform extensive ablations on angle constraints and perturbation budgets, demonstrating precise control over the illusory view and limited impact on neighboring viewpoints. The study highlights the practical security risks of NeRF in safety-critical contexts and discusses potential defenses like random smoothing and differential privacy to mitigate such backdoor threats.
Abstract
Neural Radiance Field (NeRF) represents a significant advancement in computer vision, offering implicit neural network-based scene representation and novel view synthesis capabilities. Its applications span diverse fields including robotics, urban mapping, autonomous navigation, virtual reality/augmented reality, etc., some of which are considered high-risk AI applications. However, despite its widespread adoption, the robustness and security of NeRF remain largely unexplored. In this study, we contribute to this area by introducing the Illusory Poisoning Attack against Neural Radiance Fields (IPA-NeRF). This attack involves embedding a hidden backdoor view into NeRF, allowing it to produce predetermined outputs, i.e. illusory, when presented with the specified backdoor view while maintaining normal performance with standard inputs. Our attack is specifically designed to deceive users or downstream models at a particular position while ensuring that any abnormalities in NeRF remain undetectable from other viewpoints. Experimental results demonstrate the effectiveness of our Illusory Poisoning Attack, successfully presenting the desired illusory on the specified viewpoint without impacting other views. Notably, we achieve this attack by introducing small perturbations solely to the training set. The code can be found at https://github.com/jiang-wenxiang/IPA-NeRF.
