Final Year Thesis (PFE) — Generating synthetic medical images using GAN, DCGAN and StyleGAN architectures for data augmentation in healthcare AI
Medical AI models suffer from limited training data due to privacy regulations and annotation costs. This thesis explores the use of Generative Adversarial Networks (GANs) to synthesize realistic medical images, enabling data augmentation without compromising patient privacy.
Three architectures were implemented and compared: a standard GAN, a Deep Convolutional GAN (DCGAN), and StyleGAN — evaluated on image quality metrics including FID score, SSIM, and expert visual assessment.
Built a standard GAN baseline trained on annotated medical imaging datasets for comparison benchmarking
Implemented Deep Convolutional GAN with batch normalization for improved stability and image coherence
Adapted StyleGAN2 for medical domain with custom progressive growing and style mixing techniques
Automated evaluation using FID, SSIM and IS metrics with cross-validation on held-out test sets
All synthetic images are verified to contain no patient-identifiable information — fully GDPR-safe
Built an interactive web showcase presenting the methodology, results and generated samples