Recall & Review
beginner
What is data augmentation in computer vision?
Data augmentation is a technique that creates new training images by modifying existing ones, like flipping, rotating, or changing colors, to help the model learn better.
Click to reveal answer
beginner
Why is data augmentation important for training computer vision models?
It helps the model see more varied examples, which reduces overfitting and improves its ability to recognize objects in new, unseen images.
Click to reveal answer
intermediate
How does data augmentation help with overfitting?
By increasing the diversity of training images, data augmentation prevents the model from memorizing exact images and encourages it to learn general patterns.
Click to reveal answer
beginner
Name three common data augmentation techniques used in computer vision.
Common techniques include flipping images horizontally, rotating images by small angles, and adjusting brightness or contrast.
Click to reveal answer
intermediate
Can data augmentation replace collecting more real data? Why or why not?
No, data augmentation helps but cannot fully replace real data because it only modifies existing images and may not capture all real-world variations.
Click to reveal answer
What is the main goal of data augmentation in computer vision?
✗ Incorrect
Data augmentation increases the variety of training data to help the model learn better and generalize well.
Which of the following is NOT a common data augmentation technique?
✗ Incorrect
Deleting pixels permanently is not a standard augmentation technique because it can remove important image information.
How does data augmentation affect overfitting?
✗ Incorrect
Data augmentation reduces overfitting by providing more varied examples for the model to learn from.
Why can't data augmentation fully replace collecting new real images?
✗ Incorrect
Data augmentation modifies existing images but cannot create completely new real-world scenarios.
Which of these is a benefit of using data augmentation?
✗ Incorrect
Data augmentation helps the model generalize better by exposing it to more varied data.
Explain why data augmentation is important for training computer vision models.
Think about how seeing more different images helps a model perform better on new images.
You got /4 concepts.
List and describe three common data augmentation techniques used in computer vision.
Consider simple ways to change images without changing their meaning.
You got /3 concepts.