🤖 AI Summary
This work addresses the limitations of existing large vision-language model (LVLM)-based deepfake detection methods, which rely on costly fine-tuning and exhibit poor generalization across domains and to novel forgery types. To overcome these challenges, we propose Semantic-Consistent Evidence Packets (SCEP), a training-free LVLM inference framework that identifies high-confidence suspicious image patches and integrates multi-dimensional cues—semantic, frequency-domain, and noise-based—into a compact, non-redundant evidence set. Using the CLS token from the frozen visual encoder as a global reference, SCEP guides the LVLM to produce interpretable forgery judgments without any parameter updates. Our approach achieves state-of-the-art performance across multiple benchmarks, demonstrating for the first time that high-accuracy, cross-domain deepfake detection is feasible without fine-tuning.
📝 Abstract
Image Deepfake Detection (IDD) separates manipulated images from authentic ones by spotting artifacts of synthesis or tampering. Although large vision-language models (LVLMs) offer strong image understanding, adapting them to IDD often demands costly fine-tuning and generalizes poorly to diverse, evolving manipulations. We propose the Semantic Consistent Evidence Pack (SCEP), a training-free LVLM framework that replaces whole-image inference with evidence-driven reasoning. SCEP mines a compact set of suspicious patch tokens that best reveal manipulation cues. It uses the vision encoder's CLS token as a global reference, clusters patch features into coherent groups, and scores patches with a fused metric combining CLS-guided semantic mismatch with frequency-and noise-based anomalies. To cover dispersed traces and avoid redundancy, SCEP samples a few high-confidence patches per cluster and applies grid-based NMS, producing an evidence pack that conditions a frozen LVLM for prediction. Experiments on diverse benchmarks show SCEP outperforms strong baselines without LVLM fine-tuning.