Unleashing the Potential of Vision-Language Models for Generalizable AI-Generated Image Detection

📄 arXiv: 2608.04935v1 📥 PDF

作者: Weihan Cai, Hao Tan, Zichang Tan, Jun Wan, Xinping Gao

分类: cs.CV

发布日期: 2026-08-05


💡 一句话要点

提出语义原型校准方法以提升AI生成图像检测性能

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 视觉-语言模型 AI生成图像 语义原型校准 检测器设计 深度学习

📋 核心要点

  1. 现有方法在复杂的野外场景中,专门的检测器性能不足,无法充分利用视觉-语言模型的潜力。
  2. 论文提出的语义原型校准(SPC)方法,通过构建类别原型并进行监督校准,提升了检测器的性能。
  3. PE-SPC检测器在跨生成器、后处理和野外基准测试中,超越了DINOv3,取得了新的最先进结果。

📝 摘要(中文)

近期研究表明,现代视觉基础模型(VFM)上的简单线性探针能够在AI生成图像(AIGI)检测中取得最先进的性能,显著超越专门的检测器。然而,研究发现,视觉-语言模型感知编码器(PE)在AIGI检测中具有更大的潜力,因为其语言对齐的表示保留了高层次的来源语义。论文提出了语义原型校准(SPC)方法,通过从法医语义信息构建类别原型并用监督数据进行校准,最终实现了PE-SPC检测器的设计。实验结果表明,PE-SPC在多个基准测试中超越了DINOv3,达到了新的最先进结果。

🔬 方法详解

问题定义:论文要解决的问题是如何提升AI生成图像(AIGI)检测的性能,现有的线性探针方法未能充分利用视觉-语言模型的潜在优势,导致PE-Linear在性能上仍落后于DINOv3-Linear。

核心思路:论文的核心思路是引入语义原型校准(SPC),通过构建基于法医语义信息的类别原型,并利用监督数据进行校准,从而更好地利用PE模型的高层次语义信息。

技术框架:整体架构包括三个主要模块:首先,从PE模型中提取特征;其次,构建类别原型;最后,通过监督学习对原型进行校准,形成PE-SPC检测器。

关键创新:最重要的技术创新点在于引入了语义原型校准方法,使得检测器能够更好地利用视觉-语言模型的语义结构,显著提升了检测性能。

关键设计:在设计中,采用了特定的损失函数来优化原型与真实类别之间的距离,并在网络结构上进行了调整,以增强特征提取的能力。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,PE-SPC检测器在多个基准测试中超越了DINOv3,具体在野外场景中性能提升达4.1%。这一结果标志着在AI生成图像检测领域的重大进展,确立了新的最先进水平。

🎯 应用场景

该研究的潜在应用领域包括图像内容审核、社交媒体监控以及自动化内容生成检测等。通过提升AI生成图像的检测能力,能够有效减少虚假信息传播,增强内容的可信度,具有重要的社会价值和实际意义。

📄 摘要(原文)

Recent work has shown that a simple linear probe on frozen representations from modern vision foundation models (VFMs) can achieve state-of-the-art AIGI detection performance, substantially outperforming specialized detectors in challenging in-the-wild scenarios. This finding has established DINOv3 as the dominant foundation-model baseline for subsequent improvements. However, we find that the vision-language model Perception Encoder (PE) holds greater potential for AIGI detection, because its language-aligned representation preserves high-level provenance semantics. Specifically, PE exhibits stronger local provenance organization than DINOv3 in its frozen feature space. However, semantic-agnostic linear probing fails to exploit this structure, as PE-Linear still underperforms DINOv3-Linear by 4.1% on In-the-Wild. Based on this observation, we propose Semantic Prototype Calibration (SPC), which constructs category prototypes from forensic semantic information and calibrates them with supervised data. We apply SPC to PE and refer to the resulting detector as PE-SPC. Our analysis shows that this simple design achieves stronger generalization. Across cross-generator, post-processing, and in-the-wild benchmarks, PE-SPC surpasses the previous DINOv3 baseline and achieves new state-of-the-art results.