MPAD: A New Dimension-Reduction Method for Preserving Nearest Neighbors in High-Dimensional Vector Search
By: Jiuzhou Fu, Dongfang Zhao
Potential Business Impact:
Makes computer searches faster and more accurate.
High-dimensional vector embeddings are widely used in retrieval systems, yet dimensionality reduction (DR) is seldom applied due to its tendency to distort nearest-neighbor (NN) structure critical for search. Existing DR techniques such as PCA and UMAP optimize global or manifold-preserving criteria, rather than retrieval-specific objectives. We present MPAD: Maximum Pairwise Absolute Difference, 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. This design enables MPAD to retain ANN-relevant geometry without supervision or changes to the original embedding model. Experiments across multiple domains show that MPAD consistently outperforms standard DR methods in preserving neighborhood structure, enabling more accurate search in reduced dimensions.
Similar Papers
RAE: A Neural Network Dimensionality Reduction Method for Nearest Neighbors Preservation in Vector Search
Information Retrieval
Finds similar items faster by keeping their order.
A general framework for adaptive nonparametric dimensionality reduction
Machine Learning (Stat)
Finds best way to show complex data simply.
MA-DPR: Manifold-aware Distance Metrics for Dense Passage Retrieval
Information Retrieval
Finds answers even when words don't match.