Gallery vs. probe
Definition
In facial recognition, the gallery is the reference database of enrolled face images; the probe is the query image being compared against the gallery. A system searches the gallery for images close to the probe embedding.
Related terms
- ArcFace / FaceNet
- Two influential deep CNN facial recognition architectures. FaceNet (Google, 2015) used a triplet-loss training approach to learn facial embeddings. ArcFace (Deng et...
- Embedding
- A compact numerical vector representation of a face produced by a neural network. The distance between two embeddings in the vector space...
- False Match Rate (FMR)
- The proportion of non-mate comparisons (different individuals) that the system incorrectly scores as a match. Also called the false positive rate or...
- False Non-Match Rate (FNMR)
- The proportion of mate comparisons (same individual) that the system incorrectly scores as non-matching. Also called the false negative rate. A lower...
- NIST FRVT
- The National Institute of Standards and Technology Face Recognition Vendor Testing programme, the primary independent benchmark for facial recognition algorithms, publishing ongoing...
Explained in
- Automated Facial Recognition: Role, Accuracy, and LimitationsIn facial recognition, the gallery is the reference database of enrolled face images; the probe is the query image being compared against the gallery. A system...