2026· International journal of research and innovation in applied science· Vol 11, pp. 835-846· 0 citations
TL;DR
An automated image authentication system that employs a Vision Transformer model for classifying images as either camera-captured or AI-generated, and incorporates a confidence level represented by Softmax probabilities, which helps understand the reliability of the system's results.
Abstract
The rapid growth of generative artificial intelligence significantly affects the development of digital image creation. Recently, advances in Generative Adversarial Networks (GAN) and Diffusion-based Generative Networks have made it possible to create synthetic images that are hard to tell apart from real ones. Therefore, verifying images produced by artificial intelligence is essential. This poses a major challenge for many fields, including digital forensics, security, and image verification. There has been a rise in the misuse of AI-generated images to spread false news, impersonate people, and manipulate images. Traditional methods for verifying image authenticity, such as human observation and image metadata analysis, are now unreliable. AI-generated images can be easily altered, and human observation alone cannot confirm an image's authenticity. As a result, there is a pressing need to develop an effective image authentication system to tell apart real images from those created by AI.
This paper proposes an automated image authentication system. It utilizes a Vision Transformer model for classifying images as either camera-captured or AI-generated. The system employs a pre-trained model for feature extraction, which is then fine-tuned for classification. Unlike conventional convolutional neural networks, the Vision Transformer treats an image as a sequence of patches and uses self-attention to capture global dependencies. This method helps to identify subtle differences in AI-generated images. Additionally, the proposed system incorporates a confidence level represented by Softmax probabilities, which helps understand the reliability of the system's results. An explainability feature is also included, using Explainable Artificial Intelligence techniques to highlight areas in the image that influence the results. This system provides a strong solution for the current challenges in image authentication. It can be implemented as a web-based application using the Flask framework. Experimental results demonstrate that the system achieves high accuracy in classifying AI-generated images.
Increasing availability of advanced AI-based image creation and editing tools has significantly increased the prevalence of digital image forgery, creating challenges for media authenticity, digital forensics, and information security. This paper presents an intelligent image forgery detection framework that combines multi-quality Error Level Analysis (ELA) with an optimized Convolutional Neural Network (CNN) and heat map-based manipulation localization. The proposed approach utilizes ELA preprocessing at multiple JPEG quality levels to amplify compression inconsistencies associated with image tampering, this is followed by a lightweight CNN architecture trained using advanced optimization techniques, including warmup and cosine annealing learning-rate scheduling, stochastic gradient descent with momentum, and class imbalance handling. To improve interpretability, a heat map generation module is introduced to localize suspicious image regions and provide visual evidence supporting classification decisions which provides interpretability and explainability. The framework was evaluated using the CASIA 2.0 image forgery dataset containing a total of 12,614 images, 7,491 authentic and 5,123 tampered images. Experimental results demonstrate an overall classification accuracy of 94%, outperforming a baseline ELA-CNN implementation while maintaining computational efficiency. The proposed localization mechanism enhances explainability by highlighting potential manipulation regions. A web-based interface and RESTful API were developed to support practical deployment and integration into digital forensic workflows. The results indicate that the proposed framework provides an effective and interpretable smart solution for automated image forgery detection and localization.
Ahmad AlMunayyer, Abdallah Banat, Mohammad AlHayajneh et al.· IEEE Jordan Conference on Ap...· 0 citations
The rapid growth of generative artificial intelligence has made it easier to create highly realistic synthetic images, increasing the risk of misinformation, identity misuse, and digital fraud. Distinguishing AI-generated images from authentic ones has become a significant challenge due to their visual similarity. This project presents an explainable deep learning framework for identifying real and AI-generated images using the NASNet architecture. The model is trained on a balanced dataset containing genuine and synthetic face images after applying preprocessing techniques such as resizing, normalization, and data shuffling. To improve transparency, the system integrates Explainable AI (XAI) methods, including Grad-CAM and LIME, which highlight the image regions that influence the model’s predictions. A web-based interface enables users to upload images in different formats and receive instant classification results. Experimental evaluation demonstrates that the proposed approach achieves high detection accuracy while providing interpretable visual explanations, making it suitable for digital image verification, media authentication, and cybersecurity applications.
Panduga Mounika, Dr.CH. Buchi Reddy· American Journal of AI Cyber...· 0 citations
The rapid advancement of artificial intelligence (AI) has significantly changed the way digital visual content is created,
enabling the generation of highly realistic synthetic images and videos. While these technologies support many beneficial
applications, they have also facilitated the creation of manipulated visual content, commonly known as deepfakes, which pose
serious challenges to information authenticity, public trust, cybersecurity, and digital forensic investigations. As image
manipulation techniques continue to evolve through advanced models such as Generative Adversarial Networks (GANs) and
diffusion-based frameworks, conventional detection methods relying on handcrafted features have become increasingly
inadequate. In response, deep learning approaches integrated with transfer learning have emerged as effective solutions due to
their ability to leverage pre-trained models for extracting robust and discriminative features, even when limited training data are
available. This review presents a comprehensive analysis of recent deep learning and transfer learning techniques for fake
image detection. It examines widely adopted convolutional neural network (CNN) architectures, benchmark datasets, evaluation
metrics, and current research developments. Furthermore, the paper provides a comparative assessment of existing methods by
highlighting their strengths, limitations, and performance characteristics. Finally, it identifies major research challenges and
outlines future directions for developing robust, scalable, and generalizable fake image detection systems capable of addressing
the growing threats posed by AI-generated visual content in cyberspace
Nisha Parveen, Anjali Saxena· International Journal for Re...· 0 citations
The impressive visual quality and ubiquity of AI-generated images call for reliable and robust detection methods. Reconstruction-based detectors have emerged as a promising direction for transparent and training-free identification of synthetic images. However, due to their fundamentally different mode of operation (compared to standard, classifier-based methods), little is known about their adversarial robustness. In this work, we propose two novel attack methods targeted at detectors that leverage autoencoder reconstruction error. We find that by constructing imperceptible adversarial examples, the distance between original and reconstruction can be artificially increased, causing fake images to be wrongly classified as real. Our evaluation including images from three state-of-the-art generators and three detectors demonstrates that detection performance is significantly decreased, even if attacked images additionally undergo real-world degradations. Critically, our adversarial examples naturally transfer across detectors, as they all share the same principle, pointing towards an inherent vulnerability of reconstruction-based detectors.
R. Demchenko, Jonas Ricker, Asja Fischer· 0 citations