![]() | This is a draft article. It is a work in progress open to editing by anyone. Please ensure core content policies are met before publishing it as a live Wikipedia article. Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL Last edited by Osmarks (talk | contribs) 4 months ago. (Update)
Finished drafting? or |
Product quantization (PQ) is a technique for approximate nearest neighbor search.[1] It works by lossily compressing vectors by representing them as a Cartesian product of low-dimensional subspaces and quantizing each subspace independently.[2] Distances can be efficiently computed between product-quantized vectors and an unquantized vector by creating a lookup table, so product quantization can save compute, storage and memory bandwidth.[3]
Product quantization can be used by itself or as a component of more complex ANN search algorithms.[4]
Optimized product quantization (OPQ)
- ^ Jégou, Herve; Douze, Matthijs; Schmid, Cordelia (2010-03-18). "Product Quantization for Nearest Neighbor Search". IEEE Transactions on Pattern Analysis and Machine Intelligence. 33 (1): 117–128. doi:10.1109/TPAMI.2010.57. Retrieved 13 April 2025.
- ^ Wu, Ze-bin; Yu, Jun-qing (2019-05-18). "Vector quantization: a review". Frontiers of Information Technology & Electronic Engineering. 20: 507–524. doi:10.1631/FITEE.1700833.
- ^ . arXiv:1908.10396.
{{cite arXiv}}
: Missing or empty|title=
(help)CS1 maint: missing class (link) A bot will complete this citation soon. Click here to jump the queue - ^ . arXiv:2401.08281.
{{cite arXiv}}
: Missing or empty|title=
(help)CS1 maint: missing class (link) A bot will complete this citation soon. Click here to jump the queue