vix.ing · top · new · best · stats

QPAD: Quantile-Preserving Approximate Dimension Reduction for Nearest Neighbors Preservation in High-Dimensional Vector Search

2025/04/23 by Jinsheng Fu, Fu, Jiuzhou, Dongfang Zhao +1
Computer Science · #Advanced Image and Video Retrieval Techniques #Databases (cs.DB) #FOS: Computer and information sciences #Face and Expression Recognition #Information Retrieval (cs.IR) #Machine Learning and Data Classification

paper · pdf · doi:10.48550/arxiv.2504.16335

openalex publication_date 2025/04/23 · openalex created_date 2025/10/11 · openalex updated_date 2026/08/04

Abstract

High-dimensional vector embeddings are widely used in retrieval systems, but they often suffer from noise, the curse of dimensionality, and slow runtime. However, dimensionality reduction (DR) is rarely applied due to its tendency to distort the nearest-neighbor (NN) structure that is critical for search. Existing DR techniques such as PCA and UMAP optimize global or manifold-preserving criteria, rather than retrieval-specific objectives. We present QPAD -- Quantile-Preserving Approximate Dimension Reduction, an unsupervised DR method that explicitly preserves approximate NN relations by maximizing the margin between k-NNs and non-k-NNs under a soft orthogonality constraint. We analyze its complexity and favorable properties. This design enables QPAD to retain ANN-relevant geometry without supervision or changes to the original embedding model, while supporting scalability for large-scale vector search and being indexable for ANN search. Experiments across five domains show that QPAD consistently outperforms eleven standard DR methods in preserving neighborhood structure, enabling more accurate search in reduced dimensions.

Citations

Related