Pith. sign in

REVIEW 3 cited by

Unlocking the Hidden Potential of CLIP in Generalizable Deepfake Detection

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2503.19683 v2 pith:WXK5L3YW submitted 2025-03-25 cs.CV

Unlocking the Hidden Potential of CLIP in Generalizable Deepfake Detection

classification cs.CV
keywords detectionclipfacialdeepfakegeneralizablemethodmodeltechniques
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

This paper tackles the challenge of detecting partially manipulated facial deepfakes, which involve subtle alterations to specific facial features while retaining the overall context, posing a greater detection difficulty than fully synthetic faces. We leverage the Contrastive Language-Image Pre-training (CLIP) model, specifically its ViT-L/14 visual encoder, to develop a generalizable detection method that performs robustly across diverse datasets and unknown forgery techniques with minimal modifications to the original model. The proposed approach utilizes parameter-efficient fine-tuning (PEFT) techniques, such as LN-tuning, to adjust a small subset of the model's parameters, preserving CLIP's pre-trained knowledge and reducing overfitting. A tailored preprocessing pipeline optimizes the method for facial images, while regularization strategies, including L2 normalization and metric learning on a hyperspherical manifold, enhance generalization. Trained on the FaceForensics++ dataset and evaluated in a cross-dataset fashion on Celeb-DF-v2, DFDC, FFIW, and others, the proposed method achieves competitive detection accuracy comparable to or outperforming much more complex state-of-the-art techniques. This work highlights the efficacy of CLIP's visual encoder in facial deepfake detection and establishes a simple, powerful baseline for future research, advancing the field of generalizable deepfake detection. The code is available at: https://github.com/yermandy/deepfake-detection

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. $\mu$Flow: Leveraging Average Images for Improving Generalisation of Deepfake Faces Detectors

    cs.CV 2026-06 unverdicted novelty 5.0

    μFlow trains a normalizing flow on averaged real-image features to detect deepfakes via likelihood in a fully out-of-distribution setting.

  2. Suppressing Forgery-Specific Shortcuts for Generalizable Deepfake Detection

    cs.CV 2026-06 unverdicted novelty 5.0

    S^3 extracts dominant shortcut directions from a linear forgery-method classifier using SVD and attenuates them in feature space to improve cross-method generalization in deepfake detection.

  3. Why Fake ? Unveiling the Semantic Vocabulary of Deepfake Detectors

    cs.CV 2026-07 conditional novelty 4.0

    Applying Encoding-Decoding Direction Pairs to an Xception deepfake detector reveals 16 interpretable concepts (e.g., fake-mouth, real-eyes) that drive real/fake predictions, with concept-level interventions achieving ...