paper-with-me

Papers

MPAD: A New Dimension-Reduction Method for Preserving Nearest Neighbors in High-Dimensional Vector Search

2025-04-23 · Jiuzhou Fu, Dongfang Zhao

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.

📄 PDF Abstract BibTeX arXiv:2504.16335

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionRetrieval

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

RAE: A Neural Network Dimensionality Reduction Method for Nearest Neighbors Preservation in Vector Search

2025-09-30 · Han Zhang, Dongfang Zhao arxiv

While high-dimensional embedding vectors are being increasingly employed in various tasks like Retrieval-Augmented Generation and Recommendation Systems, popular dimensionality reduction (DR) methods such as PCA and UMAP…

Dimensionality ReductionRecommendation Systems

OPDR: Order-Preserving Dimension Reduction for Semantic Embedding of Multimodal Scientific Data

2024-08-15 · Chengyu Gong, Gefei Shen, Luanzheng Guo, Nathan Tallent 외

One of the most common operations in multimodal scientific data management is searching for the $k$ most similar items (or, $k$-nearest neighbors, KNN) from the database after being provided a new item. Although recent a…

Dimensionality Reduction

Multi-view Reconstructive Preserving Embedding for Dimension Reduction

2018-07-25 · Huibing Wang, Lin Feng, Adong Kong, Bo Jin

With the development of feature extraction technique, one sample always can be represented by multiple features which locate in high-dimensional space. Multiple features can re ect various perspectives of one same sample…

Dimensionality ReductionDocument ClassificationFace RecognitionImage Retrieval+1

Clustering with UMAP: Why and How Connectivity Matters

2021-08-12 · Ayush Dalmia, Suzanna Sia

Topology based dimensionality reduction methods such as t-SNE and UMAP have seen increasing success and popularity in high-dimensional data. These methods have strong mathematical foundations and are based on the intuiti…

ClusteringDimensionality Reduction

Matrix Profile for Time-Series Anomaly Detection: A Reproducible Open-Source Benchmark on TSB-AD

2026-04-02 · Chin-Chia Michael Yeh arxiv

Matrix Profile (MP) methods are an interpretable and scalable family of distance-based methods for time-series anomaly detection, but strong benchmark performance still depends on design choices beyond a vanilla nearest-…

Anomaly Detection