Generative AI for Image Creation Vocabulary Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core generative AI architectures, processes, models, and technical terminology from the Visionary Studios case study.

Last updated 2:00 PM on 9/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

Text-to-image generation models

Generative AI models, such as DALL·E and Stable Diffusion, that generate images from textual prompts, allowing detailed descriptions to be translated into visual outputs.

2
New cards

Conditional image generation models

Generative models that produce images based on specific predefined inputs, such as class labels, sketches, and segmentation maps.

3
New cards

Class-conditional models

A type of conditional image generation model designed to generate specific categories of images, such as animals or landscapes.

4
New cards

Image-to-image translation

A technique that transforms one image type into another, such as converting sketches into realistic renderings or black-and-white images into color.

5
New cards

Unconditional image generation

Generative models that create images without predefined inputs, relying solely on learned patterns from training data to produce novel or abstract visuals.

6
New cards

Diffusion models

Generative models that create images using an iterative denoising process, starting from noise injection and refining it over multiple steps into coherent outputs using a neural denoiser.

7
New cards

Noise injection

The technique of introducing random noise as the starting point for image generation in diffusion models.

8
New cards

Denoising diffusion probabilistic model (DDPM)

The mathematical framework underpinning modern diffusion models that formalizes the gradual addition and removal of noise during training and generation.

9
New cards
<p>Iterative Denoising Process</p>

Iterative Denoising Process

The step-by-step reconstruction technique in diffusion models where a convolutional neural network (CNN) gradually eliminates noise to reveal visual features.

10
New cards

Generative adversarial networks (GANs)

A generative AI architecture that creates realistic images through a competitive adversarial process between two neural networks: a generator and a discriminator.

11
New cards

Generator network

The neural network in a GAN that creates synthetic candidate images by transforming a DD-dimensional noise vector.

12
New cards

Discriminator network

The neural network in a GAN that evaluates candidate images by comparing generated fake outputs against real images from the training dataset.

13
New cards
<p>GAN Image Creation Process</p>

GAN Image Creation Process

An adversarial architecture where a generator transforms a DD-dimensional noise vector into fake images, which are evaluated alongside real images by a discriminator to produce predicted labels.

14
New cards

Mode collapse

A failure mode in GAN training where the generator produces limited variations of outputs instead of capturing the full diversity of the dataset.

15
New cards

Hybrid models

Generative AI systems that combine multiple model architectures (such as VAEs, GANs, flow-based models, and diffusion models) to overcome individual limits and improve output quality.

16
New cards

Variational autoencoders (VAEs)

Generative models that represent images within a compressed, organized latent space where similar images are placed closer together, allowing flexible image modification.

17
New cards

Latent space

A compressed and organized version of original image data learned by models like VAEs, where similar images are positioned near one another.

18
New cards

Flow-based models

Generative models that learn an exact, reversible mapping between random noise and realistic images without loss, providing precision, reproducibility, and transparency.

19
New cards

Character consistency

The capability of a generative model to maintain uniform appearances for recurring characters or motifs across multiple images, often achieved using embedding-based approaches.

20
New cards

Style adherence

The requirement that generated images strictly match the intended artistic style or theme specified by input prompts.

21
New cards

Dataset curation

The process of selecting and managing training datasets to avoid copyrighted content, ensure compliance with intellectual property laws, and minimize bias.