Billion-scale similarity search with GPUs, Jeff Johnson, Matthijs Douze, Hervé Jégou, 2019IEEE Transactions on Big Data, Vol. 7 (IEEE-Institute of Electrical and Electronics Engineers Inc.)DOI: 10.1109/TBDATA.2019.2921572 - Describes the Faiss library, providing efficient implementations of various ANN algorithms (including HNSW and IVF variants) and practical insights into their performance trade-offs.
Approximate Nearest Neighbor Search: A Survey, Pengfei Zhang, Haonan Lu, Runzhe Zhao, Xiang Wang, Jiahui Zhang, Zhaoxin Zhang, Kai Zheng, 2023ACM Computing Surveys, Vol. 56 (Association for Computing Machinery)DOI: 10.1145/3606990 - A recent survey offering a broad overview and classification of approximate nearest neighbor search algorithms, covering various techniques and their comparative aspects.