IVAICVLGAug 24, 2022

GAN-based generative modelling for dermatological applications -- comparative study

arXiv:2208.11702v15 citationsh-index: 8Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses data scarcity and privacy issues in dermatology, but it is incremental as it applies existing GAN methods to medical data without introducing new paradigms.

The study tackled the challenge of limited medical data in AI healthcare by comparing GAN-based synthetic data generation in centralized and decentralized settings, achieving authenticity and generalization as measured by distance metrics between real images and their latent space projections.

The lack of sufficiently large open medical databases is one of the biggest challenges in AI-powered healthcare. Synthetic data created using Generative Adversarial Networks (GANs) appears to be a good solution to mitigate the issues with privacy policies. The other type of cure is decentralized protocol across multiple medical institutions without exchanging local data samples. In this paper, we explored unconditional and conditional GANs in centralized and decentralized settings. The centralized setting imitates studies on large but highly unbalanced skin lesion dataset, while the decentralized one simulates a more realistic hospital scenario with three institutions. We evaluated models' performance in terms of fidelity, diversity, speed of training, and predictive ability of classifiers trained on the generated synthetic data. In addition we provided explainability through exploration of latent space and embeddings projection focused both on global and local explanations. Calculated distance between real images and their projections in the latent space proved the authenticity and generalization of trained GANs, which is one of the main concerns in this type of applications. The open source code for conducted studies is publicly available at \url{https://github.com/aidotse/stylegan2-ada-pytorch}.

Code Implementations1 repo
Foundations

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

Your Notes