🔀 Data Augmentation Vocabulary
0 / 5 completed
1 / 5
A computer vision engineer says: "We applied flip, crop, and rotate augmentations during training to reduce overfitting."
What is the primary purpose of these geometric image augmentations?
Geometric augmentations — vocabulary:
| Augmentation | What it does | Label preserved? |
|---|---|---|
| Horizontal flip | Mirrors image left-right | Yes (usually) |
| Random crop | Extracts a random subregion | Yes |
| Rotation | Rotates by a random angle | Yes (small angles) |
| Colour jitter | Randomly changes brightness, contrast, saturation | Yes |
Key vocabulary: label-preserving transformation, overfitting, generalisation, training set diversity, on-the-fly augmentation.