Product Quantization for Nearest Neighbor Search, Herve Jégou, Matthijs Douze, Cordelia Schmid, 2011IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 33 (IEEE)DOI: 10.1109/TPAMI.2011.57 - The foundational paper introducing Product Quantization (PQ) and its integration with Inverted File Index (IVF) to create IVFPQ, which significantly reduces memory and improves search speed for large-scale similarity search.
Billion-scale similarity search with GPUs, Jeff Johnson, Matthijs Douze, Hervé Jégou, 2019IEEE Transactions on Big Data, Vol. 7 (IEEE Computer Society)DOI: 10.1109/TBDATA.2019.2921572 - Describes the design and implementation of FAISS, a highly optimized library that includes scalable and efficient implementations of IVF, Product Quantization, and their combinations for billion-scale vector search.