CVAIOct 21, 2025

Wavelet-based GAN Fingerprint Detection using ResNet50

arXiv:2510.21822v12 citationsh-index: 2ICIMIA
Originality Incremental advance
AI Analysis

This addresses digital image forensics for detecting deepfakes, but it is incremental as it combines existing techniques (wavelet transforms and ResNet50) for a specific application.

This research tackled the problem of detecting images generated by GANs by proposing a wavelet-based method using DWT preprocessing and ResNet50, achieving accuracies of 93.8% and 95.1% with Haar and Daubechies filters, outperforming a spatial-domain model at 81.5%.

Identifying images generated by Generative Adversarial Networks (GANs) has become a significant challenge in digital image forensics. This research presents a wavelet-based detection method that uses discrete wavelet transform (DWT) preprocessing and a ResNet50 classification layer to differentiate the StyleGAN-generated images from real ones. Haar and Daubechies wavelet filters are applied to convert the input images into multi-resolution representations, which will then be fed to a ResNet50 network for classification, capitalizing on subtle artifacts left by the generative process. Moreover, the wavelet-based models are compared to an identical ResNet50 model trained on spatial data. The Haar and Daubechies preprocessed models achieved a greater accuracy of 93.8 percent and 95.1 percent, much higher than the model developed in the spatial domain (accuracy rate of 81.5 percent). The Daubechies-based model outperforms Haar, showing that adding layers of descriptive frequency patterns can lead to even greater distinguishing power. These results indicate that the GAN-generated images have unique wavelet-domain artifacts or "fingerprints." The method proposed illustrates the effectiveness of wavelet-domain analysis to detect GAN images and emphasizes the potential of further developing the capabilities of future deepfake detection systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes