Face Search

What Does a Face Similarity Score Mean?

Face-search results are often ranked by similarity, but that number is easy to misunderstand. Learn what a facial similarity score measures — and what it cannot tell you.

By CatchAFace Editorial Team7 min read
Editorial graphic stating 95% similarity is not equal to 95% probability of identity

A high similarity score does not mean “we're 95% sure this is the same person.”

Face-search systems compare mathematical representations of faces and calculate how similar those representations are according to the recognition system being used.

That comparison can then help rank possible matches.

The resulting number might be displayed as a raw score, a percentage-like value, a confidence category, or another simplified indicator depending on the service.

But there's an important distinction:

Similarity measures the comparison between faces. It does not automatically measure the probability that two photos depict the same person.

Understanding that difference makes face-search results much easier — and safer — to interpret.

Where does the similarity score come from?

Modern face-recognition systems don't usually compare photographs by measuring a handful of obvious features such as nose width or eye spacing.

Instead, a recognition model processes the face and creates a numerical representation called a face embedding.

An embedding can contain hundreds of numerical dimensions. Together, those values represent facial information the model learned to use for recognition.

When a search is performed, the system can generate an embedding for the searched face and compare it with embeddings representing other faces.

Conceptually:

  • Face A → numerical embedding

  • Face B → numerical embedding

  • mathematical comparison → similarity

With normalized embeddings, cosine similarity is a common comparison method. Thresholds should be validated for the specific model and population rather than treated as universal constants.

Want the whole pipeline? See How Reverse Face Search Works.

Diagram showing two faces converted into abstract numerical embeddings that are compared into a similarity score
Where a face similarity score comes from — the score describes similarity between learned facial representations.

The easiest way to understand it: distance on a map

Imagine the recognition model has created an enormous mathematical map for faces.

Each face embedding represents a location in that learned space.

Photographs whose facial representations are more similar tend to be positioned closer together according to the model.

Representations that are less similar tend to be farther apart.

The similarity calculation gives the system a way to quantify that relationship.

But there's an important caveat:

the individual coordinates don't have simple human meanings.

You generally can't look at one embedding dimension and say:

"Dimension 37 represents nose shape."

The model learned the representation as a whole.

This is why face embeddings are fundamentally different from a checklist of physical facial measurements.

Conceptual map of faces in a learned embedding space with more-similar and less-similar candidates around a search face
Think of it as a map the recognition model learned — a conceptual illustration of similarity in embedding space.

So what does "95% similarity" actually mean?

The exact answer depends on how a service creates that display value.

A facial-recognition model may internally produce a raw similarity or distance value.

A consumer-facing service can then transform that value into something easier to read, such as 95% similarity.

But unless the provider specifically documents and validates that value as a calibrated probability, it should not automatically be interpreted as:

There is a 95% chance these photographs show the same person.

Instead, think:

This candidate received a relatively strong similarity value according to this system's scoring and presentation method.

The exact meaning of the displayed number depends on how that particular system calculates and transforms its underlying scores.

NIST has cautioned that similarity-score distributions can differ substantially across algorithms, making raw scores from different recognition algorithms incomparable without appropriate evaluation or calibration. See NIST's FRTE 1:1 verification overview for how similarity scores and thresholds are evaluated. For the broader accuracy picture, read How Accurate Is Reverse Face Search?.

A similarity score is primarily useful for ranking

This is probably the most useful way for a CatchAFace user to think about it.

Imagine a search returns five candidates:

  • Candidate A — strongest similarity

  • Candidate B — slightly weaker

  • Candidate C — moderate

  • Candidate D — weaker

  • Candidate E — weakest

The score helps the search system answer:

Which candidates should we show first?

That's extremely useful.

It lets the system take potentially enormous numbers of facial comparisons and rank the most promising candidates near the top.

NIST's terminology for one-to-many facial identification similarly describes automated systems returning a candidate list ranked according to system-evaluated similarity.

But ranking doesn't transform the first result into a confirmed identity.

Search face beside five ranked candidate cards from strongest to lower similarity without identity labels
Similarity helps rank candidates — ranking is not identity confirmation.

Similarity is not identity

Two different people can look alike.

That's obvious to humans, and it's equally important when interpreting face-recognition results.

People can share facial characteristics strongly enough for their mathematical representations to receive relatively high similarity scores.

That's a false-match problem.

Conversely, two photographs of the same person can sometimes receive weaker similarity because of:

  • age;

  • extreme pose;

  • poor image quality;

  • obstruction;

  • lighting;

  • blur;

  • major appearance differences.

That's why the score itself isn't an identity verdict.

A high score deserves closer inspection.

A lower score deserves more skepticism.

Neither substitutes for context.

Source portrait with three unlabeled candidates for review including same-person and lookalike possibilities
Similarity and identity are different questions — visual similarity can produce useful leads and lookalikes.

Why there isn't one universal "good" similarity score

People inevitably search for:

"Is 80% face similarity good?"

And there isn't a responsible universal answer.

A score only makes sense in the context of the system that produced it.

Different recognition systems can use:

  • different models;

  • different embedding spaces;

  • different comparison functions;

  • different score ranges;

  • different normalization;

  • different thresholds;

  • different transformations for displaying results.

So:

An 80% displayed by Service A does not necessarily mean the same thing as an 80% displayed by Service B.

Two systems can use completely different internal score ranges and both convert them into friendly-looking percentages.

Thresholds depend on the model, training data, and population — and should be recomputed when the recognition model changes.

Two abstract recognition systems with different similarity scales separated by a not-equals sign
Different systems can use different rulers — scores aren't automatically comparable across engines.

What is a similarity threshold?

A search system can't display every facial comparison it performs.

It needs some way to decide which candidates are worth surfacing.

That's where a threshold comes in.

Conceptually:

  • Below threshold — The candidate isn't similar enough according to the system's chosen criteria.

  • Above threshold — The candidate qualifies to be surfaced or considered further.

Changing that threshold creates a tradeoff.

A stricter threshold can reduce weak or unrelated candidates — but may also miss useful matches.

A looser threshold can surface more possibilities — but may introduce more lookalikes.

NIST describes this same basic tradeoff: biometric similarity scores are compared with thresholds, and threshold choice affects false-match and false-non-match behavior. (No Face Search Results? covers what happens when nothing crosses the threshold.)

Similarity scale with a result threshold separating surfaced candidates from those not surfaced
Score and threshold are not the same thing — the score describes the comparison; the threshold decides what to show.

Why the same person doesn't always get the same score

A similarity score belongs to the comparison between two images/embeddings, not permanently to a person.

Suppose you search using three photographs of yourself:

  • Photo A: clear frontal portrait

  • Photo B: dim photograph at an angle

  • Photo C: photograph from ten years earlier

Now compare each against the same target image.

You can get different similarity scores.

That's because each photograph produces its own facial representation.

  • Same identity.

  • Different images.

  • Different comparison.

  • Different score.

Three different photos of the same person compared independently to one target with different abstract similarity strengths
People don't have similarity scores — comparisons do.

Can you convert similarity into probability?

Not automatically.

It is possible to build calibrated statistical systems that estimate probabilities or likelihoods from recognition evidence under defined conditions. That's an entirely different exercise from simply taking a cosine similarity value and adding a % symbol.

Research specifically exists on converting biometric comparison scores into probabilistically interpretable confidence estimates, which itself illustrates why raw similarity and probability aren't synonymous.

For a consumer reverse face-search interface, the safer interpretation is:

Similarity tells you how strongly the system ranked the facial comparison — not the statistical probability that you've established someone's identity.

How should you actually use a similarity score?

Use it to prioritize.

Review stronger candidates before weaker ones.

Use it comparatively.

Within the same system and search, scores can help you understand how candidates were ranked.

Look at the image.

Does the candidate actually resemble the source?

Follow the source.

Understand where the image appeared and what context surrounds it.

Don't turn the number into proof.

A high score does not independently verify identity.

And don't ignore weak results simply because they fall below an arbitrary number you've decided means “real.” Challenging photographs can sometimes produce weaker similarity even for the same person.

Cheat sheet listing what a similarity score can help with versus what it does not establish by itself
How to read a face similarity score — use the score to rank; use context to interpret.

Treat the score as a ranking signal, not a verdict

A face similarity score can be extremely useful.

It allows a recognition system to compare facial representations, rank candidates, apply thresholds, and surface the results most worthy of review.

But the number has limits.

95% similarity does not automatically mean a 95% chance of identity.

A score from one recognition system isn't necessarily comparable to the same-looking number from another. (Best Reverse Face Search Engines in 2026.)

And even photographs of the same person can produce different scores depending on the images being compared.

The simplest way to remember it is:

The score tells you how similar the system thinks two facial representations are.

You still have to decide what the result actually means.

Related Articles

Mission ready

Start your face search
with confidence.

Upload one photo. We search billions of publicly indexed images across the web and leave nothing behind.

0 sec

Post-search retention

Your photo is deleted when the search ends.

~ 14 sec

Typical search

30-day median across 33 searches.

Billions

Indexed images

Across the open web.

Permission-firstWe only search public content.Your privacy, our priority.That's our mission.
Begin your first search
System ready