Provenance of AI-Generated Images: A Vector Similarity and Blockchain-based Approach
Jitendra Sharma, Arthur Carvalho, Suman Bhunia
TL;DR
Generative AI enables realistic images, challenging authenticity; the paper proposes EmbedAIDetect, a training-free detector using ViT-based embeddings, a vector database, and on-chain verification to classify uploaded images as AI-generated or human-created. It evaluates multiple embedding models, demonstrates robustness to perturbations, and compares blockchain-only, vector DB-only, and hybrid frameworks, highlighting trade-offs between verifiability, accuracy, and scalability. The findings show embedding proximity is effective for non-facial content and that blockchain verification enhances trust, while facial forgery detection remains challenging and standardization with decentralized data sharing is needed for broad adoption. The work points toward a scalable, transparent AI image provenance system via future integration with IPFS and industry collaboration.
Abstract
Rapid advancement in generative AI and large language models (LLMs) has enabled the generation of highly realistic and contextually relevant digital content. LLMs such as ChatGPT with DALL-E integration and Stable Diffusion techniques can produce images that are often indistinguishable from those created by humans, which poses challenges for digital content authentication. Verifying the integrity and origin of digital data to ensure it remains unaltered and genuine is crucial to maintaining trust and legality in digital media. In this paper, we propose an embedding-based AI image detection framework that utilizes image embeddings and a vector similarity to distinguish AI-generated images from real (human-created) ones. Our methodology is built on the hypothesis that AI-generated images demonstrate closer embedding proximity to other AI-generated content, while human-created images cluster similarly within their domain. To validate this hypothesis, we developed a system that processes a diverse dataset of AI and human-generated images through five benchmark embedding models. Extensive experimentation demonstrates the robustness of our approach, and our results confirm that moderate to high perturbations minimally impact the embedding signatures, with perturbed images maintaining close similarity matches to their original versions. Our solution provides a generalizable framework for AI-generated image detection that balances accuracy with computational efficiency.
