IRLGMar 26, 2021

Unsupervised Multi-Index Semantic Hashing

arXiv:2103.14460v111 citations
Originality Incremental advance
AI Analysis

This work addresses the need for faster and more effective similarity search in large-scale information retrieval, representing an incremental improvement by integrating multi-index hashing into unsupervised hashing models.

The paper tackles the problem of improving both efficiency and effectiveness in semantic hashing for document similarity search by proposing Multi-Index Semantic Hashing (MISH), which learns hash codes optimized for multi-index hashing, resulting in MISH being over 33% faster than baselines while maintaining state-of-the-art effectiveness.

Semantic hashing represents documents as compact binary vectors (hash codes) and allows both efficient and effective similarity search in large-scale information retrieval. The state of the art has primarily focused on learning hash codes that improve similarity search effectiveness, while assuming a brute-force linear scan strategy for searching over all the hash codes, even though much faster alternatives exist. One such alternative is multi-index hashing, an approach that constructs a smaller candidate set to search over, which depending on the distribution of the hash codes can lead to sub-linear search time. In this work, we propose Multi-Index Semantic Hashing (MISH), an unsupervised hashing model that learns hash codes that are both effective and highly efficient by being optimized for multi-index hashing. We derive novel training objectives, which enable to learn hash codes that reduce the candidate sets produced by multi-index hashing, while being end-to-end trainable. In fact, our proposed training objectives are model agnostic, i.e., not tied to how the hash codes are generated specifically in MISH, and are straight-forward to include in existing and future semantic hashing models. We experimentally compare MISH to state-of-the-art semantic hashing baselines in the task of document similarity search. We find that even though multi-index hashing also improves the efficiency of the baselines compared to a linear scan, they are still upwards of 33% slower than MISH, while MISH is still able to obtain state-of-the-art effectiveness.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes