In face analysis, accuracy is important to measure overall correct predictions. But more crucial are precision and recall because:
- Precision tells us how many detected faces are actually correct. This avoids false alarms.
- Recall tells us how many real faces were found. Missing faces can cause problems.
For example, in security, missing a face (low recall) is worse than a false alarm (low precision). So recall is often prioritized.