Table of Contents
Fetching ...

Imperceptible Face Forgery Attack via Adversarial Semantic Mask

Decheng Liu, Qixuan Su, Chunlei Peng, Nannan Wang, Xinbo Gao

TL;DR

This work proposes a novel adversarial semantic mask generative model, which can constrain generated perturbations in local semantic regions for good stealthiness and achieves superior performance compared with several representative adversarial attack methods.

Abstract

With the great development of generative model techniques, face forgery detection draws more and more attention in the related field. Researchers find that existing face forgery models are still vulnerable to adversarial examples with generated pixel perturbations in the global image. These generated adversarial samples still can't achieve satisfactory performance because of the high detectability. To address these problems, we propose an Adversarial Semantic Mask Attack framework (ASMA) which can generate adversarial examples with good transferability and invisibility. Specifically, we propose a novel adversarial semantic mask generative model, which can constrain generated perturbations in local semantic regions for good stealthiness. The designed adaptive semantic mask selection strategy can effectively leverage the class activation values of different semantic regions, and further ensure better attack transferability and stealthiness. Extensive experiments on the public face forgery dataset prove the proposed method achieves superior performance compared with several representative adversarial attack methods. The code is publicly available at https://github.com/clawerO-O/ASMA.

Imperceptible Face Forgery Attack via Adversarial Semantic Mask

TL;DR

This work proposes a novel adversarial semantic mask generative model, which can constrain generated perturbations in local semantic regions for good stealthiness and achieves superior performance compared with several representative adversarial attack methods.

Abstract

With the great development of generative model techniques, face forgery detection draws more and more attention in the related field. Researchers find that existing face forgery models are still vulnerable to adversarial examples with generated pixel perturbations in the global image. These generated adversarial samples still can't achieve satisfactory performance because of the high detectability. To address these problems, we propose an Adversarial Semantic Mask Attack framework (ASMA) which can generate adversarial examples with good transferability and invisibility. Specifically, we propose a novel adversarial semantic mask generative model, which can constrain generated perturbations in local semantic regions for good stealthiness. The designed adaptive semantic mask selection strategy can effectively leverage the class activation values of different semantic regions, and further ensure better attack transferability and stealthiness. Extensive experiments on the public face forgery dataset prove the proposed method achieves superior performance compared with several representative adversarial attack methods. The code is publicly available at https://github.com/clawerO-O/ASMA.
Paper Structure (18 sections, 3 equations, 3 figures, 4 tables, 1 algorithm)

This paper contains 18 sections, 3 equations, 3 figures, 4 tables, 1 algorithm.

Figures (3)

  • Figure 1: The framework of the proposed adversarial semantic mask attack for face forgery detection method.
  • Figure 2: Visualization comparison of feature activation area changes before and after adversarial attacks on real faces.
  • Figure 3: Comparison of images generated by different adversarial generation algorithms.