IB CS HL case study terms 2027

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

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:17 AM on 8/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

30 Terms

1
New cards

diffusion model

A generative model that creates an image by beginning with noise and repeatedly removing it. It is central because the first shared challenge concerns managing iterative denoising and its computational demands.

2
New cards

denoising

The repeated process of predicting and removing noise so that meaningful visual features emerge. Explain it as a sequence of refinements, not a single cleaning operation.

3
New cards

denoising diffusion probabilistic model (DDPM)

A probabilistic framework involving a forward process that adds noise to training images and a learned reverse process that removes noise during generation. It gives technical precision to an explanation of diffusion.

4
New cards

noise injection

The deliberate addition or use of random noise within the diffusion process. Random starting noise allows the model to produce different outputs rather than reproduce one fixed image.

5
New cards

dataset curation

Selecting, checking, cleaning, documenting, and managing training data. This directly affects copyright risk, representation, model quality, and the second shared challenge.

6
New cards

bias mitigation

Measures intended to identify and reduce systematically unfair or distorted outputs. Examples include improving dataset balance, testing outputs across demographic groups, and applying human review.

7
New cards

convolutional neural network (CNN)

A neural network suited to image data because learned filters detect spatial features such as edges, textures, and shapes. The case study presents a CNN as the typical neural denoiser.

8
New cards

training stability

The extent to which training progresses reliably rather than oscillating, diverging, or producing unusable results. It is particularly useful when comparing diffusion models with GANs.

9
New cards

image generation

The creation of new visual data using a generative model trained to learn patterns from existing data. This is the case study's broad task, but answers need more specific terminology to gain depth.

10
New cards

text-to-image generation

Producing an image conditioned on a written prompt. For Visionary Studios, it could turn a client's written advertising brief into concept images.

11
New cards

conditional

Generation guided by additional information such as text, a class label, an image, or a segmentation map. Conditioning improves control and alignment with a design brief.

12
New cards

character consistency

Maintaining recognisable identity, clothing, proportions, or style for the same character across multiple images. This matters for mascots, storyboards, and campaign continuity.

13
New cards

embedding-based approach

Representing a concept, style, or identity as a numerical vector that a model can use during generation. Such an approach may help preserve a recurring character's features.

14
New cards

image-to-image translation

Transforming an input image into a related output while preserving selected structural features. A rough concept sketch could become a polished advertising image.

15
New cards

segmentation map

A labelled spatial representation identifying regions such as person, sky, road, or product. It can condition generation so that objects appear in specified locations.

16
New cards

unconditional

Generation without a prompt, label, or other explicit condition, usually from random noise alone. It is useful for open-ended exploration but offers less control over a commercial brief.

17
New cards

generative adversarial network (GAN)

An architecture in which a generator and discriminator train competitively. It is the basis of the third challenge and a major comparison with diffusion models.

18
New cards
19
New cards

(Do not describe a GAN merely as "two AIs competing." State what each network does and explain the feedback relationship.)

20
New cards

generator

The GAN network that converts a random input vector into a synthetic image. Its objective is to create outputs the discriminator classifies as real.

21
New cards

discriminator

The GAN network trained to distinguish genuine training samples from generated ones. Its feedback drives improvement in the generator.

22
New cards

hybrid model

A system combining two or more architectures to exploit complementary strengths. The fourth challenge asks HL students to evaluate combinations involving VAEs, GANs, flow-based models, and diffusion models.

23
New cards
24
New cards

(A hybrid is not automatically superior: additional components can increase computational cost, implementation difficulty, and training complexity.)

25
New cards

adversarial dynamic

The competitive training relationship in which the generator attempts to deceive the discriminator while the discriminator improves its detection. Poor balance can destabilise training.

26
New cards

mode collapse

A GAN failure in which the generator produces only a narrow range of outputs despite diverse possible inputs. For a design company, this limits creativity and campaign variety.

27
New cards

latent space

A lower-dimensional learned representation in which meaningful visual properties are encoded as numerical positions or directions. Manipulating it can support controlled variation and interpolation.

28
New cards

variational autoencoder (VAE)

A generative architecture that learns a structured probability distribution in latent space, then samples from it to create data. VAEs support smooth interpolation but may produce less sharp images than some alternatives.

29
New cards

flow-based model

A generative model using reversible transformations between a simple probability distribution and complex data. It can provide exact likelihood calculations but may require substantial memory and architectural complexity.

30
New cards

D-dimensional noise vector

A random vector containing D numerical components that provides the generator's starting input. Different vectors can lead to different generated images.