Keywords: Hyperbolic, Binary
TL;DR: We binarize hyperbolic space for fast and compact vector-based search, while matching Euclidean embeddings' performance.
Abstract: As datasets grow in size, vector-based search becomes increasingly challenging in terms of both storage and computational efficiency. Traditional solutions such as quantization techniques involve trade-offs between retrieval speed and accuracy, while hashing methods often require further optimization for binarization. In this work, we propose leveraging the compact nature of hyperbolic space for efficient search. Specifically, we introduce Binary Hyperbolic Embeddings, which transform complex hyperbolic similarity calculations into binary operations. We prove that these binary hyperbolic embeddings are retrieval-equivalent to their real-valued counterparts, ensuring minimal loss in retrieval quality. Our approach can be seamlessly integrated into FAISS to achieve improved memory efficiency and running speed while maintaining performance comparable to full-precision Euclidean embeddings. \tblue{Notably, binary hyperbolic embeddings can also be combined with product quantization}. We demonstrate significant improvements in storage efficiency, with a natural byproduct of speeding up, with scaling potential to larger datasets. A portion of the code is included in the supplementary materials, and the full implementation will be made publicly available.
Supplementary Material: zip
Primary Area: unsupervised, self-supervised, semi-supervised, and supervised representation learning
Code Of Ethics: I acknowledge that I and all co-authors of this work have read and commit to adhering to the ICLR Code of Ethics.
Submission Guidelines: I certify that this submission complies with the submission instructions as described on https://iclr.cc/Conferences/2025/AuthorGuide.
Anonymous Url: I certify that there is no URL (e.g., github page) that could be used to find authors’ identity.
No Acknowledgement Section: I certify that there is no acknowledgement section in this submission for double blind review.
Submission Number: 2725
Loading