CVAICYLGJun 8, 2021

Simulated Adversarial Testing of Face Recognition Models

arXiv:2106.04569v317 citations
AI Analysis

This work addresses the risk of model failures in critical applications like face recognition, though it is incremental as it extends adversarial testing to simulated environments.

The authors tackled the problem of incomplete testing of machine learning models by proposing a framework for adversarial testing using simulators, specifically in face recognition, and showed that it can find synthetic faces that fool contemporary models, revealing weaknesses not captured by standard datasets.

Most machine learning models are validated and tested on fixed datasets. This can give an incomplete picture of the capabilities and weaknesses of the model. Such weaknesses can be revealed at test time in the real world. The risks involved in such failures can be loss of profits, loss of time or even loss of life in certain critical applications. In order to alleviate this issue, simulators can be controlled in a fine-grained manner using interpretable parameters to explore the semantic image manifold. In this work, we propose a framework for learning how to test machine learning algorithms using simulators in an adversarial manner in order to find weaknesses in the model before deploying it in critical scenarios. We apply this method in a face recognition setup. We show that certain weaknesses of models trained on real data can be discovered using simulated samples. Using our proposed method, we can find adversarial synthetic faces that fool contemporary face recognition models. This demonstrates the fact that these models have weaknesses that are not measured by commonly used validation datasets. We hypothesize that this type of adversarial examples are not isolated, but usually lie in connected spaces in the latent space of the simulator. We present a method to find these adversarial regions as opposed to the typical adversarial points found in the adversarial example literature.

Foundations

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

Your Notes