0
0
Computer Visionml~5 mins

Face recognition concept in Computer Vision - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is face recognition in simple terms?
Face recognition is a technology that can find and identify people by looking at their faces, just like how you recognize your friends by their faces.
Click to reveal answer
beginner
What are the two main steps in face recognition?
The two main steps are: 1) Detecting where the face is in a picture, and 2) Identifying who the face belongs to by comparing it to known faces.
Click to reveal answer
intermediate
Why do face recognition systems use 'face embeddings'?
Face embeddings are like special codes that represent a face as numbers. They help the system compare faces quickly and accurately by looking at these codes instead of the whole picture.
Click to reveal answer
intermediate
What is a common challenge in face recognition systems?
A common challenge is recognizing faces when lighting changes, faces are turned, or people wear glasses or hats. The system must still identify the person correctly despite these changes.
Click to reveal answer
beginner
How does training data affect face recognition accuracy?
The system learns from many face pictures during training. More diverse and clear training data helps the system recognize faces better in real life.
Click to reveal answer
What is the first step in a face recognition system?
ADetecting the face in the image
BComparing face embeddings
CTraining the model
DMatching the face to a name
What do face embeddings represent?
AA picture of the face
BA unique number code for the face
CThe person's name
DThe lighting conditions
Which factor can make face recognition harder?
AHigh-quality training data
BClear face pictures
CGood lighting
DWearing glasses or hats
Why is diverse training data important?
AIt makes the system slower
BIt reduces the number of faces recognized
CIt helps the system recognize many different faces
DIt only helps with one person's face
What does face recognition technology try to do?
AFind and identify people by their faces
BChange the face in the picture
CRemove faces from images
DCreate new faces
Explain the main steps involved in face recognition and why each step is important.
Think about how you first find a face in a photo and then figure out who it is.
You got /4 concepts.
    Describe challenges that face recognition systems face and how training data helps overcome them.
    Consider what makes recognizing a face hard and how learning from many examples helps.
    You got /4 concepts.