

Foundational TPAMI 2018 paper introducing Hierarchical Navigable Small World (HNSW) graphs, one of the most widely adopted approximate nearest neighbor search algorithms. The hierarchical multi-layer graph structure enables logarithmic-time search with high recall.
HNSW is a hierarchical graph-based approximate nearest neighbor search algorithm that builds multi-layer navigable small world graphs for efficient similarity search.
HNSW became the de facto standard for ANN search in production vector databases and is implemented in nearly all major vector DBMS engines.
Loading more......