0
0
Computer Visionml~5 mins

Small dataset strategies in Computer Vision - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is data augmentation in the context of small datasets?
Data augmentation means creating new images by changing existing ones slightly, like flipping or rotating. This helps the model learn better from limited data.
Click to reveal answer
beginner
Why is transfer learning useful for small datasets?
Transfer learning uses a model trained on a big dataset and adapts it to a small dataset. It saves time and improves accuracy when data is limited.
Click to reveal answer
intermediate
How does cross-validation help with small datasets?
Cross-validation splits data into parts to train and test multiple times. This gives a better idea of how well the model works on unseen data.
Click to reveal answer
intermediate
What is the role of pre-trained models in small dataset strategies?
Pre-trained models have learned features from large datasets. Using them helps when you have few images, as they already know useful patterns.
Click to reveal answer
beginner
Name one challenge of working with small datasets in computer vision.
One challenge is overfitting, where the model learns the training images too well but fails to generalize to new images.
Click to reveal answer
Which technique creates new images by flipping or rotating existing ones?
ATransfer learning
BCross-validation
CData augmentation
DFeature extraction
What does transfer learning use to improve model training on small datasets?
APre-trained models
BRandom noise
CNew labels
DData splitting
Why is cross-validation important for small datasets?
AIt increases dataset size
BIt helps estimate model performance reliably
CIt reduces image resolution
DIt removes noisy images
What problem occurs when a model learns training data too well but fails on new data?
ANormalization
BUnderfitting
CData leakage
DOverfitting
Which of these is NOT a common small dataset strategy?
AIncreasing image size
BTransfer learning
CCross-validation
DData augmentation
Explain three strategies to improve model performance when you have a small image dataset.
Think about ways to create more data, reuse existing knowledge, and test model reliability.
You got /3 concepts.
    Describe why overfitting is a concern with small datasets and how to reduce it.
    Consider what happens when the model sees too few examples.
    You got /3 concepts.