Privacy-Preserving Structureless Visual Localization via Image Obfuscation

arXiv cs.CV / 4/15/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes privacy-preserving visual localization using a simple structureless pipeline combined with image obfuscation (e.g., converting RGB images to semantic segmentations).
  • It argues that modern feature matchers can localize correctly even when query images are obfuscated, requiring no special modifications to existing structureless matching pipelines.
  • The approach is designed to protect both the query images sent to a server and the scene representations stored remotely, reducing leakage risk inherent in cloud-based localization.
  • Experiments across multiple datasets indicate the method reaches state-of-the-art pose accuracy among privacy-preserving localization approaches, while keeping the implementation relatively straightforward.

Abstract

Visual localization is the task of estimating the camera pose of an image relative to a scene representation. In practice, visual localization systems are often cloud-based. Naturally, this raises privacy concerns in terms of revealing private details through the images sent to the server or through the representations stored on the server. Privacy-preserving localization aims to avoid such leakage of private details. However, the resulting localization approaches are significantly more complex, slower, and less accurate than their non-privacy-preserving counterparts. In this paper, we consider structureless localization methods in the context of privacy preservation. Structureless methods represent the scene through a set of reference images with known camera poses and intrinsics. In contrast to existing methods proposing representations that are as privacy-preserving as possible, we study a simple image obfuscation approach based on common image operations, e.g., replacing RGB images with (semantic) segmentations. We show that existing structureless pipelines do not need any special adjustments, as modern feature matchers can match obfuscated images out of the box. The results are easy-to-implement pipelines that can ensure both the privacy of the query images and the scene representations. Detailed experiments on multiple datasets show that the resulting methods achieve state-of-the-art pose accuracy for privacy-preserving approaches.