CVApr 23, 2018

Siamese Generative Adversarial Privatizer for Biometric Data

arXiv:1804.08757v317 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns in biometric data sharing, such as for faces and fingerprints, by using adversarial examples for anonymization, though it appears incremental as it builds on existing adversarial and generative techniques.

The paper tackled the problem of preventing malicious adversaries from learning identifying information from biometric data while preserving its utility for non-malicious purposes, such as emotion recognition, by proposing the Siamese Generative Adversarial Privatizer (SGAP) method, which achieved minimal reduction in utility while effectively disguising identifying information.

State-of-the-art machine learning algorithms can be fooled by carefully crafted adversarial examples. As such, adversarial examples present a concrete problem in AI safety. In this work we turn the tables and ask the following question: can we harness the power of adversarial examples to prevent malicious adversaries from learning identifying information from data while allowing non-malicious entities to benefit from the utility of the same data? For instance, can we use adversarial examples to anonymize biometric dataset of faces while retaining usefulness of this data for other purposes, such as emotion recognition? To address this question, we propose a simple yet effective method, called Siamese Generative Adversarial Privatizer (SGAP), that exploits the properties of a Siamese neural network to find discriminative features that convey identifying information. When coupled with a generative model, our approach is able to correctly locate and disguise identifying information, while minimally reducing the utility of the privatized dataset. Extensive evaluation on a biometric dataset of fingerprints and cartoon faces confirms usefulness of our simple yet effective method.

Foundations

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

Your Notes