CVCRLGOct 14, 2019

Real-world adversarial attack on MTCNN face detection system

arXiv:1910.06261v244 citations
AI Analysis

This work addresses security risks for face detection applications, particularly in real-world settings, though it is incremental as it builds on known adversarial attack techniques.

The paper tackles the vulnerability of the MTCNN face detection system to real-world adversarial attacks by introducing a method using printed face attributes on masks or faces, which successfully breaks the detector in practical scenarios.

Recent studies proved that deep learning approaches achieve remarkable results on face detection task. On the other hand, the advances gave rise to a new problem associated with the security of the deep convolutional neural network models unveiling potential risks of DCNNs based applications. Even minor input changes in the digital domain can result in the network being fooled. It was shown then that some deep learning-based face detectors are prone to adversarial attacks not only in a digital domain but also in the real world. In the paper, we investigate the security of the well-known cascade CNN face detection system - MTCNN and introduce an easily reproducible and a robust way to attack it. We propose different face attributes printed on an ordinary white and black printer and attached either to the medical face mask or to the face directly. Our approach is capable of breaking the MTCNN detector in a real-world scenario.

Code Implementations5 repos
Foundations

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

Your Notes