Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anonymization metric #13

Open
rohit901 opened this issue Oct 18, 2024 · 0 comments
Open

Anonymization metric #13

rohit901 opened this issue Oct 18, 2024 · 0 comments

Comments

@rohit901
Copy link

In Section 4.1 of the paper, you mention:

We quantify the ability to anonymize images by measuring the “re-identification rate” (defined as the number of images whose identity is still detected in the anonymized version, over the total number of images) using FaceNet.

Can you please confirm exactly how the above is done? I assume you pass in both the original and anonymised face image through the FaceNet model to get the respective embeddings. Do you then just calculate cosine similarity between the embeddings of original and anonymised face, and if similarity is higher than a threshold the image is considered "re-identifiable"?

If the above is exactly what is being done, then what threshold did you set in your experiments in the paper?

Thanks,
Rohit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant