Guard Me If You Know Me: Protecting Specific Face-Identity from Deepfakes
Kaiqing Lin, Zhiyuan Yan, Ke-Yue Zhang, Li Hao, Yue Zhou, Yuzhen Lin, Weixiang Li, Taiping Yao, Shouhong Ding, Bin Li
TL;DR
VIPGuard addresses the privacy and security risks of deepfakes targeting known individuals by modeling targeted, identity-aware detection as a fine-grained face recognition task. The framework jointly learns global identity priors and fine-grained facial attributes via a three-stage MLLM-based pipeline and introduces a lightweight VIP token for per-user customization, enabling explainable predictions. To support evaluation, the paper introduces VIPBench, a comprehensive identity-centric benchmark spanning 22 VIPs and 80k images across 14 manipulation methods. Experiments show VIPGuard outperforms general detectors and other LLM-based approaches, with strong performance even in annotation-free scenarios and under degradations, signaling practical applicability for protecting high-risk identities. The work advances personalized deepfake defense, offering robust, explainable, and scalable solutions for safeguarding public figures and other VIPs against identity-based forgery threats.
Abstract
Securing personal identity against deepfake attacks is increasingly critical in the digital age, especially for celebrities and political figures whose faces are easily accessible and frequently targeted. Most existing deepfake detection methods focus on general-purpose scenarios and often ignore the valuable prior knowledge of known facial identities, e.g., "VIP individuals" whose authentic facial data are already available. In this paper, we propose \textbf{VIPGuard}, a unified multimodal framework designed to capture fine-grained and comprehensive facial representations of a given identity, compare them against potentially fake or similar-looking faces, and reason over these comparisons to make accurate and explainable predictions. Specifically, our framework consists of three main stages. First, fine-tune a multimodal large language model (MLLM) to learn detailed and structural facial attributes. Second, we perform identity-level discriminative learning to enable the model to distinguish subtle differences between highly similar faces, including real and fake variations. Finally, we introduce user-specific customization, where we model the unique characteristics of the target face identity and perform semantic reasoning via MLLM to enable personalized and explainable deepfake detection. Our framework shows clear advantages over previous detection works, where traditional detectors mainly rely on low-level visual cues and provide no human-understandable explanations, while other MLLM-based models often lack a detailed understanding of specific face identities. To facilitate the evaluation of our method, we built a comprehensive identity-aware benchmark called \textbf{VIPBench} for personalized deepfake detection, involving the latest 7 face-swapping and 7 entire face synthesis techniques for generation. The code is available at https://github.com/KQL11/VIPGuard .
