Beyond Semantics: Uncovering the Physics of Fakes via Universal Physical Descriptors for Cross-Modal Synthetic Detection
Mei Qiu 1,2, Jianqiang Zhao 1, Yanyun Qu 2
Published on arXiv
2604.04608
Output Integrity Attack
OWASP ML Top 10 — ML09
Key Finding
Achieves 99.8% accuracy on Wukong and SDv1.4 datasets using 5 core physical features integrated with CLIP
Physics-guided CLIP (physical descriptors integrated with CLIP)
Novel technique introduced
The rapid advancement of AI generated content (AIGC) has blurred the boundaries between real and synthetic images, exposing the limitations of existing deepfake detectors that often overfit to specific generative models. This adaptability crisis calls for a fundamental reexamination of the intrinsic physical characteristics that distinguish natural from AI-generated images. In this paper, we address two critical research questions: (1) What physical features can stably and robustly discriminate AI generated images across diverse datasets and generative architectures? (2) Can these objective pixel-level features be integrated into multimodal models like CLIP to enhance detection performance while mitigating the unreliability of language-based information? To answer these questions, we conduct a comprehensive exploration of 15 physical features across more than 20 datasets generated by various GANs and diffusion models. We propose a novel feature selection algorithm that identifies five core physical features including Laplacian variance, Sobel statistics, and residual noise variance that exhibit consistent discriminative power across all tested datasets. These features are then converted into text encoded values and integrated with semantic captions to guide image text representation learning in CLIP. Extensive experiments demonstrate that our method achieves state-of-the-art performance on multiple Genimage benchmarks, with near-perfect accuracy (99.8%) on datasets such as Wukong and SDv1.4. By bridging pixel level authenticity with semantic understanding, this work pioneers the use of physically grounded features for trustworthy vision language modeling and opens new directions for mitigating hallucinations and textual inaccuracies in large multimodal models.
Key Contributions
- Identifies 5 universal physical features (Laplacian variance, Sobel statistics, residual noise variance) with consistent discriminative power across 20+ datasets from GANs and diffusion models
- Integrates pixel-level physical features as text-encoded values into CLIP for enhanced deepfake detection while mitigating unreliable language-based information
- Achieves 99.8% accuracy on Genimage benchmarks (Wukong, SDv1.4) by bridging pixel-level authenticity with semantic understanding
🛡️ Threat Analysis
Paper focuses on detecting AI-generated content (deepfakes, synthetic images from GANs/diffusion models) and verifying image authenticity using physical features — this is output integrity and AI-generated content detection, which is core ML09.