Generative AI Leader Fundamentals of Generative AI Practice Question
A medical imaging team wants to generate synthetic X-ray images to augment a training dataset for a rare disease. Which type of generative model is most suitable for generating high-fidelity, realistic medical images?
⚠ Common exam trap
Google Cloud often tests the misconception that GANs are the default choice for image generation due to their popularity, but the trap here is that for high-fidelity medical imaging, diffusion models are preferred because they avoid GANs' mode collapse and training instability, which are critical in safety-sensitive domains.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Diffusion model
Diffusion models are the most suitable for generating high-fidelity, realistic medical images because they iteratively denoise random noise into a coherent image through a learned reverse diffusion process, which produces superior sample quality and diversity compared to GANs, especially for complex, high-dimensional data like X-rays. Their training stability and ability to model fine-grained anatomical details without mode collapse make them the current state-of-the-art for medical image synthesis.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Generative Adversarial Network (GAN)
Why it's wrong here
GANs can generate images but are less stable and may lack fidelity compared to diffusion models.
- ✓
Diffusion model
Why this is correct
Diffusion models currently produce the highest quality images.
- ✗
Variational Autoencoder (VAE)
Why it's wrong here
VAEs tend to produce blurry outputs.
- ✗
Autoregressive transformer (e.g., PixelCNN)
Why it's wrong here
Autoregressive transformers like PixelCNN generate images pixel-by-pixel in a sequential, left-to-right raster scan order, which fails to capture the global anatomical coherence required for realistic X-rays; this sequential dependency introduces artefacts and lacks the parallel, bidirectional context needed for high-fidelity medical imaging. It is tempting because PixelCNN excels at modelling discrete pixel distributions for natural images or text, and would be correct for generating small, low-resolution patches where local texture fidelity outweighs global structure.
Go deeper
Related to this question
About these practice questions
Courseiva writes every Generative AI Leader question from scratch — 683 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This Generative AI Leader practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the Generative AI Leader exam.