



A 2022 research paper presenting algorithms for faster MIPS (Maximum Inner Product Search) in high-dimensional spaces. MIPS is crucial for recommendation systems, neural networks, and various machine learning applications.
Published as arXiv:2212.07551, this paper addresses Maximum Inner Product Search (MIPS) in high-dimensional spaces—a problem closely related to but distinct from nearest neighbor search.
Maximum Inner Product Search finds vectors with the highest inner product (dot product) with a query vector:
User-item scores often computed as inner products of embedding vectors
Attention mechanisms rely on inner product computations
Some relevance models use inner product for scoring
Finding top components in factorized representations
As dimensionality increases:
The paper likely presents:
MIPS can be transformed to nearest neighbor search, but:
Many real-world systems use MIPS:
Faster MIPS algorithms directly improve user experience and reduce infrastructure costs.
ArXiv preprint arXiv:2212.07551 with algorithmic details and performance analysis.
Loading more......