AI-Synthesized Image Detection: Source Camera Fingerprinting to Discern the Authenticity of Digital Images

Project Code :TMMAIP453

Objective

This study aims to detect AI-generated facial images by extracting deep features using ResNet-101 and classifying them with an SVM for reliable authenticity verification.

Abstract

This study presents a MATLAB-based framework for detecting AI-synthesized images, specifically focusing on distinguishing real facial images from those generated by artificial intelligence. The system utilizes a deep learning approach, leveraging the ResNet-101 convolutional neural network (CNN) to extract robust features from input images. The image data, obtained from a Kaggle dataset containing real and AI-generated facial images, undergoes preprocessing including resizing and cropping to standardize input dimensions. Features are extracted from the ‘pool5’ layer of the pre-trained ResNet-101 model and used to train a Support Vector Machine (SVM) classifier for binary classification. The dataset is split into training and validation sets to evaluate the model’s generalization capabilities. After training, the system predicts the class of a new input image, identifying it as either a real image or AI-generated. Classification performance is assessed using confusion matrix-based metrics, including accuracy, precision, recall, and F1-score. The approach demonstrated high classification accuracy, confirming the effectiveness of deep CNN features combined with SVM for synthetic image detection. This implementation provides a reliable and scalable solution for digital image authenticity verification, which is increasingly crucial in an era of rapidly advancing generative AI technologies and widespread image manipulation.

Keywords: AI-synthesized images, ResNet-101, support vector machine (SVM), image classification, deep learning.

NOTE: Without the concern of our team, please don't submit to the college. This Abstract varies based on student requirements.

Block Diagram

Specifications

Software: Matlab 2022b or above

Hardware:

Operating Systems:

  • Windows 10
  • Windows 7 Service Pack 1
  • Windows Server 2019
  • Windows Server 2016

Processors:

Minimum: Any Intel or AMD x86-64 processor

Recommended: Any Intel or AMD x86-64 processor with four logical cores and AVX2 instruction set support

Disk:

Minimum: 2.9 GB of HDD space for MATLAB only, 5-8 GB for a typical installation

Recommended: An SSD is recommended A full installation of all MathWorks products may take up to 29 GB of disk space

RAM:

Minimum: 4 GB

Recommended: 8 GB

 

Learning Outcomes

·   Introduction to Matlab

·   What is EISPACK & LINPACK

·   How to start with MATLAB

·   About Matlab language

·   Matlab coding skills

·   About tools & libraries

·   Application Program Interface in Matlab

·   About Matlab desktop

·   How to use Matlab editor to create M-Files

·   Features of Matlab

·   Basics on Matlab

·   What is an Image/pixel?

·   About image formats

·   Introduction to Image Processing

·   How digital image is formed

·   Importing the image via image acquisition tools

·   Analyzing and manipulation of image.

·   Phases of image processing:

               o  Acquisition

               o  Image enhancement

               o  Image restoration

               o   Color image processing

               o  Image compression

               o   Morphological processing

               o   Segmentation etc.,

·   How to extend our work to another real time applications

·   Project development Skills

               o   Problem analyzing skills

               o   Problem solving skills

               o   Creativity and imaginary skills

               o   Programming skills

               o   Deployment

               o   Testing skills

               o   Debugging skills

               o   Project presentation skills

               o   Thesis writing skills

Demo Video