CVAug 26, 2025

Can we make NeRF-based visual localization privacy-preserving?

arXiv:2508.18971v1h-index: 39
Originality Highly original
AI Analysis

This tackles privacy concerns for users of cloud-based visual localization services, offering a novel method to protect sensitive scene details while maintaining performance.

The paper addresses privacy risks in NeRF-based visual localization by showing that standard NeRFs store fine-grained details vulnerable to attacks, and proposes a privacy-preserving variant (ppNeSF) trained with self-supervised segmentation labels, achieving state-of-the-art localization accuracy.

Visual localization (VL) is the task of estimating the camera pose in a known scene. VL methods, a.o., can be distinguished based on how they represent the scene, e.g., explicitly through a (sparse) point cloud or a collection of images or implicitly through the weights of a neural network. Recently, NeRF-based methods have become popular for VL. While NeRFs offer high-quality novel view synthesis, they inadvertently encode fine scene details, raising privacy concerns when deployed in cloud-based localization services as sensitive information could be recovered. In this paper, we tackle this challenge on two ends. We first propose a new protocol to assess privacy-preservation of NeRF-based representations. We show that NeRFs trained with photometric losses store fine-grained details in their geometry representations, making them vulnerable to privacy attacks, even if the head that predicts colors is removed. Second, we propose ppNeSF (Privacy-Preserving Neural Segmentation Field), a NeRF variant trained with segmentation supervision instead of RGB images. These segmentation labels are learned in a self-supervised manner, ensuring they are coarse enough to obscure identifiable scene details while remaining discriminativeness in 3D. The segmentation space of ppNeSF can be used for accurate visual localization, yielding state-of-the-art results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes