paper-with-me

홈 › Papers

Large-Scale Data Parallelization of Product Quantization and Inverted Indexing Using Dask

2026-04-23 · Ashley N. Abraham, Andrew Strelzoff, Haley R. Dozier, Althea C. Henslee, Mark A. Chappell arxiv

Large-scale Nearest Neighbor (NN) search, though widely utilized in the similarity search field, remains challenged by the computational limitations inherent in processing large scale data. In an effort to decrease the computational expense needed, Approximate Nearest Neighbor (ANN) search is often used in applications that do not require the exact similarity search, but instead can rely on an approximation. Product Quantization (PQ) is a memory-efficient ANN effective for clustering all sizes of datasets. Clustering large-scale, high dimensional data requires a heavy computational expense, in both memory-cost and execution time. This work focuses on a unique way to divide and conquer the large scale data in Python using PQ, Inverted Indexing and Dask, combining the results without compromising the accuracy and reducing computational requirements to the level required when using medium-scale data.

📄 PDF Abstract BibTeX arXiv:2604.21645

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multiscale Quantization for Fast Similarity Search

2017-12-01 · NeurIPS 2017 12 · Xiang Wu, Ruiqi Guo, Ananda Theertha Suresh, Sanjiv Kumar 외

We propose a multiscale quantization approach for fast similarity search on large, high-dimensional datasets. The key insight of the approach is that quantization methods, in particular product quantization, perform poor…

Quantization

Local Orthogonal Decomposition for Maximum Inner Product Search

2019-03-25 · Xiang Wu, Ruiqi Guo, Sanjiv Kumar, David Simcha

Inverted file and asymmetric distance computation (IVFADC) have been successfully applied to approximate nearest neighbor search and subsequently maximum inner product search. In such a framework, vector quantization is …

Quantization

New Loss Functions for Fast Maximum Inner Product Search

2020-01-01 · ICLR 2020 1 · Ruiqi Guo, Quan Geng, David Simcha, Felix Chern 외

Quantization based methods are popular for solving large scale maximum inner product search problems. However, in most traditional quantization works, the objective is to minimize the reconstruction error for datapoints …

BenchmarkingQuantization

GPTAQ: Efficient Finetuning-Free Quantization for Asymmetric Calibration

2025-04-03 · Yuhang Li, Ruokai Yin, DongHyun Lee, Shiting Xiao 외

We introduce GPTAQ, a novel finetuning-free quantization method for compressing large-scale transformer architectures. Unlike the previous GPTQ method, which independently calibrates each layer, we always match the quant…

GPUQuantization

AiSAQ: All-in-Storage ANNS with Product Quantization for DRAM-free Information Retrieval

2024-04-09 · Kento Tatsuno, Daisuke Miyashita, Taiga Ikeda, Kiyoshi Ishiyama 외

Graph-based approximate nearest neighbor search (ANNS) algorithms work effectively against large-scale vector retrieval. Among such methods, DiskANN achieves good recall-speed tradeoffs using both DRAM and storage. DiskA…

AllInformation RetrievalQuantizationRAG+2