kunalchelani / ObjectPositioningFromPoses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ObjectPositioningFromPoses

This is the Github page for the CVPR 2023 paper - "Privacy Preserving Representations are not Enough: Recovering Scene Content from Camera Poses"
Authors - Kunal Chelani1, Torsten Sattler2, Fredrik Kahl1, Zuzana Kukelova3
1 Chalmers University of Technology
2 Czech Institute of Informatics, Robotics and Cybernetics, Czech Technical University in Prague
3 Visual Recognition Group, Faculty of Electrical Engineering, Czech Technical University in Prague

Please use the following to cite our work if the ideas or code is useful for your research:

@InProceedings{Chelani_2023_CVPR,
    author    = {Chelani, Kunal and Sattler, Torsten and Kahl, Fredrik and Kukelova, Zuzana},
    title     = {Privacy-Preserving Representations Are Not Enough: Recovering Scene Content From Camera Poses},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2023},
    pages     = {13132-13141}
}

This repository contains the proof-of-concept pipeline emulating the attack on a localization server using camera poses. Images of an object captured from different viewpoints are used as quesries for localization on the server and the poses obtained are used to infer the position of the object, in the server scene. Utilities for visualizing the resulting attack are also included. We use HLoc to emulate the localization server.

About


Languages

Language:Python 100.0%