0
0
Computer Visionml~5 mins

GAN for image generation in Computer Vision - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does GAN stand for in machine learning?
GAN stands for Generative Adversarial Network. It is a type of model used to generate new data similar to a given dataset.
Click to reveal answer
beginner
What are the two main parts of a GAN?
A GAN has two parts: the Generator, which creates fake images, and the Discriminator, which tries to tell real images from fake ones.
Click to reveal answer
intermediate
How does the Generator learn to create better images?
The Generator learns by trying to fool the Discriminator. When the Discriminator is tricked, the Generator improves its image creation.
Click to reveal answer
beginner
What is the role of the Discriminator in a GAN?
The Discriminator's role is to classify images as real (from the dataset) or fake (from the Generator). It helps the Generator improve by providing feedback.
Click to reveal answer
intermediate
Why is GAN training considered a game between two networks?
GAN training is like a game because the Generator and Discriminator compete: the Generator tries to create realistic images, and the Discriminator tries to detect fakes. This competition improves both.
Click to reveal answer
What is the main goal of the Generator in a GAN?
ATo label images in the dataset
BTo classify images as real or fake
CTo create images that look real enough to fool the Discriminator
DTo reduce the size of the dataset
Which part of a GAN decides if an image is real or fake?
AGenerator
BDiscriminator
CEncoder
DDecoder
During GAN training, what happens when the Discriminator gets better at spotting fakes?
AThe training ends immediately
BThe Generator stops learning
CThe Discriminator becomes the Generator
DThe Generator improves to create more realistic images
What kind of data is typically generated by GANs in image generation tasks?
ANew images similar to training images
BAudio signals
CText descriptions
DRandom noise
Why is GAN training described as adversarial?
ABecause the Generator and Discriminator compete against each other
BBecause it uses adversarial examples for testing
CBecause it trains on adversarial attacks
DBecause it uses adversarial loss only for the Discriminator
Explain how the Generator and Discriminator work together during GAN training for image generation.
Think of it as a game where one tries to trick the other.
You got /4 concepts.
    Describe why GANs are useful for generating new images and how their training process helps improve image quality.
    Focus on the role of competition and learning from feedback.
    You got /4 concepts.