LoRA Patching: Exposing the Fragility of Proactive Defenses against Deepfakes
Authors: Zuomin Qu, Yimao Guo, Qianyue Hu, Wei Lu
Published: 2025-10-04 09:22:26+00:00
AI Summary
This paper reveals the fragility of proactive Deepfake defenses that embed adversarial perturbations in facial images. The authors propose LoRA patching, a novel approach that injects a plug-and-play Low-Rank Adaptation (LoRA) patch into Deepfake generators, controlled by a learnable gating mechanism, to effectively bypass state-of-the-art defenses. Additionally, a Multi-Modal Feature Alignment (MMFA) loss is introduced to maintain semantic consistency, and a defensive variant embeds visible warnings to mitigate this vulnerability.
Abstract
Deepfakes pose significant societal risks, motivating the development of proactive defenses that embed adversarial perturbations in facial images to prevent manipulation. However, in this paper, we show that these preemptive defenses often lack robustness and reliability. We propose a novel approach, Low-Rank Adaptation (LoRA) patching, which injects a plug-and-play LoRA patch into Deepfake generators to bypass state-of-the-art defenses. A learnable gating mechanism adaptively controls the effect of the LoRA patch and prevents gradient explosions during fine-tuning. We also introduce a Multi-Modal Feature Alignment (MMFA) loss, encouraging the features of adversarial outputs to align with those of the desired outputs at the semantic level. Beyond bypassing, we present defensive LoRA patching, embedding visible warnings in the outputs as a complementary solution to mitigate this newly identified security vulnerability. With only 1,000 facial examples and a single epoch of fine-tuning, LoRA patching successfully defeats multiple proactive defenses. These results reveal a critical weakness in current paradigms and underscore the need for more robust Deepfake defense strategies. Our code is available at https://github.com/ZOMIN28/LoRA-Patching.