0
0
Computer Visionml~5 mins

Data augmentation importance in Computer Vision - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AIncrease training data variety to improve model learning
BReduce the size of the training dataset
CMake images look more colorful
DRemove noise from images
Which of the following is NOT a common data augmentation technique?
AHorizontal flipping
BDeleting pixels permanently
CImage rotation
DAdding random noise
How does data augmentation affect overfitting?
AIt increases overfitting
BIt causes the model to memorize data
CIt has no effect
DIt reduces overfitting by adding variety
Why can't data augmentation fully replace collecting new real images?
ABecause it only modifies existing images and may miss real-world variations
BBecause augmented images are always blurry
CBecause it is too slow
DBecause it requires special hardware
Which of these is a benefit of using data augmentation?
ALess memory usage
BFaster training time
CImproved model generalization
DSimpler model architecture
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.