Robustness in AI-Generated Detection: Enhancing Resistance to Adversarial Attacks
Sun Haoxuan, Hong Yan, Zhan Jiahui, Chen Haoxing, Lan Jun, Zhu Huijia, Wang Weiqiang, Zhang Liqing, Zhang Jianfu
TL;DR
This paper addresses the fragility of AI-generated face detectors to imperceptible adversarial perturbations and proposes a robust framework that combines PGD-based adversarial perturbations, adversarial training, and diffusion reconstruction (DIRE). By evaluating in-domain and cross-domain settings, the authors demonstrate that standard detectors fail under attack, while AT and DIRE significantly improve detection robustness and cross-domain generalization. The results highlight a practical path toward reliable AIGC detection in real-world deployments and offer insights into diffusion-based defenses for synthetic media. The work also includes a plan to release code to facilitate replication and further research.
Abstract
The rapid advancement of generative image technology has introduced significant security concerns, particularly in the domain of face generation detection. This paper investigates the vulnerabilities of current AI-generated face detection systems. Our study reveals that while existing detection methods often achieve high accuracy under standard conditions, they exhibit limited robustness against adversarial attacks. To address these challenges, we propose an approach that integrates adversarial training to mitigate the impact of adversarial examples. Furthermore, we utilize diffusion inversion and reconstruction to further enhance detection robustness. Experimental results demonstrate that minor adversarial perturbations can easily bypass existing detection systems, but our method significantly improves the robustness of these systems. Additionally, we provide an in-depth analysis of adversarial and benign examples, offering insights into the intrinsic characteristics of AI-generated content. All associated code will be made publicly available in a dedicated repository to facilitate further research and verification.
