You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After AI tagging completes, Face Collections (People view) show very few photos for a person,
while face search returns many more photos for the same person.
Example from my local setup:
AI Tagging → Face Collections → Person 5eb9 shows 3 photos
Home → Face search using the same person returns 13 photos
This is confusing from a user perspective since both features appear to answer the same question:
"Show me all photos of this person."
How to reproduce
Add a folder with many photos of the same person
Enable AI tagging and wait for it to complete
Go to AI Tagging → Face Collections
Click a person cluster and note the photo count
Use Home search with a photo of the same person
Observe that search returns significantly more photos than the cluster view
Expected behaviour
Face Collections and face search should be consistent, or the UI should clearly explain
why results differ.
Actual behaviour
Face Collections show only a small subset of photos, while face search returns many more
for the same person.
Technical analysis (initial one)
From tracing the backend pipeline:
Face clustering uses DBSCAN with stricter similarity thresholds and may exclude faces as noise
Face search compares raw embeddings with a looser threshold and ignores clusters entirely
Some faces remain unclustered but still appear in search results
Is there an existing issue for this?
What happened?
What happened?
After AI tagging completes, Face Collections (People view) show very few photos for a person,
while face search returns many more photos for the same person.
Example from my local setup:
This is confusing from a user perspective since both features appear to answer the same question:
"Show me all photos of this person."
How to reproduce
Expected behaviour
Face Collections and face search should be consistent, or the UI should clearly explain
why results differ.
Actual behaviour
Face Collections show only a small subset of photos, while face search returns many more
for the same person.
Technical analysis (initial one)
From tracing the backend pipeline:
Face clustering uses DBSCAN with stricter similarity thresholds and may exclude faces as noise
Face search compares raw embeddings with a looser threshold and ignores clusters entirely
Some faces remain unclustered but still appear in search results
I agree to follow this project's Code of Conduct