0
0
Computer Visionml~5 mins

Dataset bias in vision in Computer Vision - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is dataset bias in vision?
Dataset bias in vision happens when the images or data used to train a model do not represent the real world well. This causes the model to perform poorly on new or different images.
Click to reveal answer
beginner
Why is dataset bias a problem for computer vision models?
Because biased datasets make models learn wrong or incomplete patterns. This leads to errors when the model sees new images that are different from the training data.
Click to reveal answer
beginner
Name one common cause of dataset bias in vision datasets.
One common cause is collecting images from limited sources or environments, like only indoor photos or only one type of camera, which limits diversity.
Click to reveal answer
intermediate
How can we reduce dataset bias in vision projects?
We can reduce bias by collecting diverse images from many sources, using data augmentation, and testing models on different datasets to check fairness.
Click to reveal answer
intermediate
What is an example of dataset bias affecting a vision model in real life?
A face recognition system trained mostly on light-skinned faces may fail to recognize dark-skinned faces well, showing bias from the training data.
Click to reveal answer
What does dataset bias in vision mainly affect?
ASize of the dataset
BSpeed of model training
CModel's ability to generalize to new images
DColor of images
Which of these is a cause of dataset bias?
ACollecting images only from one camera type
BIncreasing dataset size
CAdding noise to images
DUsing images from many different environments
How can data augmentation help with dataset bias?
ABy creating more diverse images from existing ones
BBy removing images from the dataset
CBy speeding up training
DBy reducing image resolution
What is a sign that a vision model suffers from dataset bias?
AIt performs well on all types of images
BIt performs poorly on images different from training data
CIt trains very fast
DIt uses a lot of memory
Which approach helps test if a vision model is biased?
ATesting on the same dataset used for training
BUsing fewer images
CTraining longer
DTesting on a different, diverse dataset
Explain what dataset bias in vision is and why it matters.
Think about how training data affects what the model learns.
You got /3 concepts.
    Describe methods to identify and reduce dataset bias in vision datasets.
    Consider both checking and fixing bias.
    You got /3 concepts.