0
0
Computer Visionml~5 mins

Face embedding and comparison in Computer Vision - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a face embedding in face recognition?
A face embedding is a list of numbers that represents the unique features of a person's face. It is like a digital fingerprint for the face, used to compare and recognize faces.
Click to reveal answer
beginner
Why do we use face embeddings instead of raw images for comparison?
Face embeddings simplify the face data into numbers that capture important features. This makes comparing faces faster and more accurate than using raw images, which have too much unnecessary detail.
Click to reveal answer
intermediate
What is the common method to compare two face embeddings?
We usually calculate the distance between two face embeddings using methods like Euclidean distance or cosine similarity. Smaller distances mean the faces are more likely to be the same person.
Click to reveal answer
intermediate
How does a neural network create a face embedding?
A neural network processes the face image through layers that learn to extract important features. The output is a fixed-size vector (embedding) that captures the face's unique traits.
Click to reveal answer
beginner
What role does a threshold play in face comparison?
A threshold is a set value for the distance between embeddings. If the distance is below this threshold, the faces are considered a match; if above, they are different people.
Click to reveal answer
What does a face embedding represent?
AA unique numeric representation of a face
BA raw image of a face
CA text description of a face
DA video of a face
Which distance metric is commonly used to compare face embeddings?
AJaccard index
BHamming distance
CEuclidean distance
DManhattan distance
Why is a threshold needed in face comparison?
ATo detect faces in images
BTo resize face images
CTo convert images to grayscale
DTo decide if two faces match based on embedding distance
What is the output size of a face embedding vector typically?
AA fixed-length numeric vector
BA variable-length text string
CA color image
DA binary mask
Which of these is NOT a benefit of using face embeddings?
AFaster face comparison
BShows the original face image
CRequires less storage than raw images
DMore accurate recognition
Explain how face embeddings are created and used for face comparison.
Think about how a face image turns into numbers and how those numbers tell if two faces are the same.
You got /4 concepts.
    Describe why face embeddings improve face recognition compared to using raw images.
    Consider the difference between comparing full pictures versus comparing summaries.
    You got /4 concepts.