Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/8/1 15:33:15

Generated Images Are Easier to Forget: A Machine Unlearning Perspective for Synthetic Image Detection

AI 中文解读
核心亮点:这项研究发现了一个有趣规律——AI在“故意遗忘”时,对假图的记忆消失速度远快于真图,并据此开发出新一代AI假图识别技术。 通俗解读:以前识别AI生成的假图,靠的是让人工标注大量真假图片来训练模型,但遇到没见过的假图类型就容易失灵。这次科学家换个思路,让大模型回忆它对图片的“记忆痕迹”,结果发现,当人为触发模型“选择性失忆”时,假图片的特征会更快崩塌,而真图片的记忆则相对稳定。利用这个“遗忘速度差”,他们设计出两种检测方法:一种是不需要任何数据,直接修剪模型参数引发遗忘;另一种是专门针对生成图像进行遗忘优化。实验显示,这两招都比传统识别方法更准、更能适应新出现的AI绘图工具。 实际影响:以后大家在社交平台上看到的AI伪造人脸、虚假新闻配图,可能更容易被平台自动揪出来。对普通人来说,这意味着更少被“AI换脸”诈骗蒙蔽,看新闻时对配图真伪也能多一分保障。对内容平台和监管机构而言,这项技术提供了一种不用持续收集海量假图样本就能持续更新的低成本防御方案。
Robust detection of generated images is critical to counter the misuse of generative models. Existing methods primarily depend on learning from human-annotated training datasets, limiting their generalization to unseen distributions. In contrast, large-scale vision models (LVMs) pre-trained on web-scale datasets exhibit exceptional generalization power through exposure to diverse distributions, offering a transformative paradigm for this task. However, our experimental results reveal that LVMs pre-trained on natural-image-dominated data can effectively capture the features of both natural and generated images, yielding comparably low losses and thus limited discriminative capacity between them. This prompts a key question: When and how do LVMs exhibit different behaviors when capturing features of natural and generated images? This investigation reveals an insight: during unlearning, LVMs exhibit disparate forgetting dynamics with feature degradation for generated images escalating faster than natural ones. Inspired by the disparate dynamics, we introduce two detection methods: 1) data-free detection, which prunes model parameters to induce unlearning without data access, and 2) data-driven detection, which optimizes LVMs to unlearn knowledge tied to generated images. Extensive experiments conducted on various benchmarks demonstrate that our unlearning-based approach outperforms conventional detection methods. By recasting the detection task as a problem of machine unlearning, our work establishes a new paradigm for generated image detection.
分享
阅读原文