Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Score calculation for sketch-based retrieval features is suboptimal for staged querying #119

Open
silvanheller opened this issue Jul 27, 2020 · 3 comments

Comments

@silvanheller
Copy link
Member

silvanheller commented Jul 27, 2020

Currently, when using color sketches for a stage which is not the first one, it is possible that very little results are shown to the user. This is because for large vector distances, the score is bounded to 0 before limiting to the top k results. This means it is possible to enter a sketch-based stage with e.g. 3000 ids and leave it with just 10, even though the config is looking for the top 2500 results.

This has multiple possible fixes: we can adjust maximum distances, change something about correspondence functions or limit before going to correspondence.

@silvanheller silvanheller changed the title Maximum distance for sketch-based retrieval features is set suboptimally for staged querying Score calculation for sketch-based retrieval features is suboptimal for staged querying Jul 28, 2020
@silvanheller silvanheller modified the milestone: v4 Feb 17, 2021
@silvanheller
Copy link
Member Author

Will be tackled by @rahelarnold98 and @sauterl in an upcoming project

@lucaro
Copy link
Member

lucaro commented Apr 6, 2022

I guess this project has concluded, right? Are there any updates on this?

@silvanheller
Copy link
Member Author

From what I gathered, the project and the evaluation ended up going in a direction which did not contribute anything to this specific issue. Maybe @sauterl can correct my impression, or we can coordinate offline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants