Glossary
Face detection vs face recognition
Face detection finds where faces are in an image; face recognition decides whose faces they are.
Detection is the first step: a model scans the image and returns bounding boxes for every face it can find. It does not know or care who anyone is.
Recognition takes each detected face, computes an embedding, and compares it to other faces to decide identity or to group matches.
A selfie search pipeline does both: detect every face in every photo, recognise which ones match the guest's selfie.
More terms
Last reviewed 2026-09-02 · Pixeva