paper-with-me

Papers

DejAIvu: Identifying and Explaining AI Art on the Web in Real-Time with Saliency Maps

2025-02-12 · Jocelyn Dzuong

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.

📄 PDF Abstract BibTeX arXiv:2502.08821

Code (1)

noodulz/dejaivu 공식 구현 tf

Tasks

MarketingMisinformation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Heatmap 설명 없음

Similar Papers 제목 키워드 기반

Explaining Time Series via Contrastive and Locally Sparse Perturbations

2024-01-16 · Zichuan Liu, Yingying Zhang, Tianchun Wang, Zefan Wang 외

Explaining multivariate time series is a compound challenge, as it requires identifying important locations in the time series and matching complex temporal patterns. Although previous saliency-based methods addressed th…

Contrastive LearningcounterfactualTime Series

Why do These Match? Explaining the Behavior of Image Similarity Models

2019-05-26 · ECCV 2020 8 · Bryan A. Plummer, Mariya I. Vasileva, Vitali Petsiuk, Kate Saenko 외

Explaining a deep learning model can help users understand its behavior and allow researchers to discern its shortcomings. Recent work has primarily focused on explaining models for tasks like image classification or vis…

AttributeGeneral Classificationimage-classificationImage Classification+3

Variational saliency maps for explaining model's behavior

2021-01-01 · Jae Myung Kim, Eunji Kim, Seokhyeon Ha, Sungroh Yoon 외

Saliency maps have been widely used to explain the behavior of an image classifier. We introduce a new interpretability method which considers a saliency map as a random variable and aims to calculate the posterior distr…

SE3D: A Framework For Saliency Method Evaluation In 3D Imaging

2024-05-23 · Mariusz Wiśniewski, Loris Giulivi, Giacomo Boracchi

For more than a decade, deep learning models have been dominating in various 2D imaging tasks. Their application is now extending to 3D imaging, with 3D Convolutional Neural Networks (3D CNNs) being able to process LIDAR…

3D Classification3D Object Detection3D Semantic SegmentationAutonomous Driving+3

Benchmarking Perturbation-based Saliency Maps for Explaining Atari Agents

2021-01-18 · Tobias Huber, Benedikt Limmer, Elisabeth André

One of the most prominent methods for explaining the behavior of Deep Reinforcement Learning (DRL) agents is the generation of saliency maps that show how much each pixel attributed to the agents' decision. However, ther…

Atari GamesBenchmarkingDeep Reinforcement LearningFeature Importance+1