Abstract:
The arrival of Generative Artificial Intelligence and Diffusion Models revolutionised the artwork creation process with the ability to generate hyper-realistic paintings based on a textual description. Consequently, it’s crucial to distinguish synthetic paintings from human-drawn paintings (HDPs) for museums, art galleries, and art auctions to protect the social, cultural, and monetary value of art and the artists. To fill the absence of specifically detecting AI-generated paintings (AIGPs) from HDPs, this study proposes a deep-learning-based approach utilising a Convolutional Neural Network (CNN) and an Artificial Neural Network (ANN). A diverse and balanced dataset of 3000 paintings across 10 different art styles was captured from the AI-ArtBench dataset. The AIGPs were generated with the equal use of Latent Diffusion and Standard Diffusion models. The ANN and CNN models were built and methodically fine-tuned using hyperparameters. The implemented CNN model achieved 89% classification accuracy at the training dataset size of 30% while the ANN model reached 76% of optimum accuracy at the same training dataset size. The CNN’s superior performance over the ANN was exceptionally evident in detecting discrete artistic patterns, making CNN more suitable for complex painting classification tasks. Furthermore, evaluation metrics such as precision, recall, F1-score, etc., were analysed for both models and compared. Moreover, the key visual features the model relied on classifying paintings were identified by examining the resulting heatmaps of the paintings from the Gradient Class Activation Maps (Grad-CAM) function. Although the study encountered limitations in processing high-resolution images with the available run-time environments of the Google Colab virtual machine, the recommended approach contributes to computer vision advancements and art authentication enhancing the automated art analysis capabilities. In future works, the models' performance across different art styles and the key features specified for each art theme will be analysed.