tool 2026

GazeCLIP: Gaze-Guided CLIP with Adaptive-Enhanced Fine-Grained Language Prompt for Deepfake Attribution and Detection

Yaning Zhang 1, Linlin Shen 2, Zitong Yu 3, Chunjie Ma 1, Zan Gao 1,4

0 citations

α

Published on arXiv

2603.29295

Output Integrity Attack

OWASP ML Top 10 — ML09

Key Finding

Outperforms state-of-the-art by 6.56% ACC for attribution and 5.32% AUC for detection on novel generators

GazeCLIP

Novel technique introduced


Current deepfake attribution or deepfake detection works tend to exhibit poor generalization to novel generative methods due to the limited exploration in visual modalities alone. They tend to assess the attribution or detection performance of models on unseen advanced generators, coarsely, and fail to consider the synergy of the two tasks. To this end, we propose a novel gaze-guided CLIP with adaptive-enhanced fine-grained language prompts for fine-grained deepfake attribution and detection (DFAD). Specifically, we conduct a novel and fine-grained benchmark to evaluate the DFAD performance of networks on novel generators like diffusion and flow models. Additionally, we introduce a gaze-aware model based on CLIP, which is devised to enhance the generalization to unseen face forgery attacks. Built upon the novel observation that there are significant distribution differences between pristine and forged gaze vectors, and the preservation of the target gaze in facial images generated by GAN and diffusion varies significantly, we design a visual perception encoder to employ the inherent gaze differences to mine global forgery embeddings across appearance and gaze domains. We propose a gaze-aware image encoder (GIE) that fuses forgery gaze prompts extracted via a gaze encoder with common forged image embeddings to capture general attribution patterns, allowing features to be transformed into a more stable and common DFAD feature space. We build a language refinement encoder (LRE) to generate dynamically enhanced language embeddings via an adaptive-enhanced word selector for precise vision-language matching. Extensive experiments on our benchmark show that our model outperforms the state-of-the-art by 6.56% ACC and 5.32% AUC in average performance under the attribution and detection settings, respectively. Codes will be available on GitHub.


Key Contributions

  • Novel gaze-aware deepfake detection leveraging distribution differences between real and forged gaze vectors
  • Fine-grained benchmark evaluating attribution/detection on advanced generators (diffusion, flow models)
  • Vision-language model with adaptive-enhanced language prompts achieving unified attribution and detection

🛡️ Threat Analysis

Output Integrity Attack

Core contribution is detecting AI-generated facial images (deepfakes) and attributing them to specific generators (GAN, diffusion, flow models). This is content authenticity verification and provenance tracking — classic ML09. The paper proposes detection methods for synthetic face images and traces which generative model created them.


Details

Domains
visionmultimodal
Model Types
multimodaltransformergandiffusion
Threat Tags
inference_time
Applications
deepfake detectiondeepfake attributionfacial image authentication