ann-benchmarks
ann-benchmarks copied to clipboard
Benchmarks for binary vectors?
FAISS and I assume some other libraries include optimized algorithms for binary features (both exact like Multi-Index Hashing and approximate).
I was wondering if there are any plans to include such specializations? I assume SIFT features would be good candidates for data.
This already exists with two datasets at http://ann-benchmarks.com/ (Distance: Hamming). In particular, MIH is supported already.
Would be nice to have the FAISS binary variants, though. Feel free to add it via a PR. :-)
Gave it a shot today, but I think I want to clarify a couple of things. Is it OK to open a WIP PR to ask for help fixing a couple of potential issues?
Sorry for the late answer. Please submit a [WIP] PR, yes.
This already exists with two datasets at http://ann-benchmarks.com/ (Distance: Hamming)
@maumueller i couldn't find it when i looked there today! Were binary benchmarks excluded again?
Yes, I think the website currently reflects only the latest run of @erikbern. We could put it into the results manually, but this will mix up different versions of implementations. :-(
I can include it next time I run the benchmarks!
@erikbern that would be great, thanks! :+1:
@erikbern Any progress on this?
Sorry, haven't had time to work on it. I hope to have plenty of free time in March
Thanks for the feedback @erikbern :) Great to here, that it's not forgotten!
Any new regarding this? Would appreciate having binary vectors benchmarks :)