实时检测网页中的AI生成图像并用热力图解释原因。
DejAIvu: Identifying and Explaining AI Art on the Web in Real-Time with Saliency Maps
- 用优化后的深度学习模型在浏览器内实时分析图像
- 通过梯度显著性图精准定位AI伪造痕迹,准确率高且延迟低
- 适合关注数字真实性、媒体审核或艺术版权的用户
扩散模型和生成对抗网络(GAN)等先进生成模型的兴起,导致网络上AI生成图像泛滥。尽管这类技术推动了艺术创作民主化,但也带来虚假信息、数字伪造和真实性验证难题,且未署名使用AI图像已引发网络社区强烈反对。为此,我们推出DejAIvu——一款Chrome扩展程序,可在用户浏览网页时实时检测AI生成图像,并结合显著性分析提供可解释性。该系统采用ONNX优化的深度学习模型,在Google Images等网站自动分析图像,通过模型推理识别AI内容,并叠加显著性热力图突出显示与AI相关的异常特征。方法融合了高效的浏览器内推理、基于梯度的显著性分析与无缝用户体验,确保检测透明可解释。我们在多个预训练架构与基准数据集上评估,结果表明其具备高精度与低延迟,具备实际部署价值。代码开源:https://github.com/Noodulz/dejAIvu。
原文摘要 · Abstract (English)
The recent surge in advanced generative models, such as diffusion models and generative adversarial networks (GANs), has led to an alarming rise in AI-generated images across various domains on the web. While such technologies offer benefits such as democratizing artistic creation, they also pose challenges in misinformation, digital forgery, and authenticity verification. Additionally, the uncredited use of AI-generated images in media and marketing has sparked significant backlash from online communities. In response to this, we introduce DejAIvu, a Chrome Web extension that combines real-time AI-generated image detection with saliency-based explainability while users browse the web. Using an ONNX-optimized deep learning model, DejAIvu automatically analyzes images on websites such as Google Images, identifies AI-generated content using model inference, and overlays a saliency heatmap to highlight AI-related artifacts. Our approach integrates efficient in-browser inference, gradient-based saliency analysis, and a seamless user experience, ensuring that AI detection is both transparent and interpretable. We also evaluate DejAIvu across multiple pretrained architectures and benchmark datasets, demonstrating high accuracy and low latency, making it a practical and deployable tool for enhancing AI image accountability. The code for this system can be found at https://github.com/Noodulz/dejAIvu.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。