paper-with-me

홈 › Papers

To Index or Not to Index: Optimizing Exact Maximum Inner Product Search

2017-06-05 · Firas Abuzaid, Geet Sethi, Peter Bailis, Matei Zaharia

Exact Maximum Inner Product Search (MIPS) is an important task that is widely pertinent to recommender systems and high-dimensional similarity search. The brute-force approach to solving exact MIPS is computationally expensive, thus spurring recent development of novel indexes and pruning techniques for this task. In this paper, we show that a hardware-efficient brute-force approach, blocked matrix multiply (BMM), can outperform the state-of-the-art MIPS solvers by over an order of magnitude, for some -- but not all -- inputs. In this paper, we also present a novel MIPS solution, MAXIMUS, that takes advantage of hardware efficiency and pruning of the search space. Like BMM, MAXIMUS is faster than other solvers by up to an order of magnitude, but again only for some inputs. Since no single solution offers the best runtime performance for all inputs, we introduce a new data-dependent optimizer, OPTIMUS, that selects online with minimal overhead the best MIPS solver for a given input. Together, OPTIMUS and MAXIMUS outperform state-of-the-art MIPS solvers by 3.2$\times$ on average, and up to 10.9$\times$, on widely studied MIPS datasets.

📄 PDF Abstract BibTeX arXiv:1706.01449

Code (1)

stanford-futuredata/optimus-maximus 공식 구현

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

An Approximate Algorithm for Maximum Inner Product Search over Streaming Sparse Vectors

2023-01-25 · Sebastian Bruch, Franco Maria Nardini, Amir Ingber, Edo Liberty

Maximum Inner Product Search or top-k retrieval on sparse vectors is well-understood in information retrieval, with a number of mature algorithms that solve it exactly. However, all existing algorithms are tailored to te…

Information RetrievalRetrieval

Stitching Inner Product and Euclidean Metrics for Topology-aware Maximum Inner Product Search

2025-04-21 · Tingyang Chen, Cong Fu, Xiangyu Ke, Yunjun Gao 외

Maximum Inner Product Search (MIPS) is a fundamental challenge in machine learning and information retrieval, particularly in high-dimensional data applications. Existing approaches to MIPS either rely solely on Inner Pr…

Information Retrieval

Norm-Ranging LSH for Maximum Inner Product Search

2018-09-24 · NeurIPS 2018 12 · Xiao Yan, Jinfeng Li, Xinyan Dai, Hongzhi Chen 외

Neyshabur and Srebro proposed Simple-LSH, which is the state-of-the-art hashing method for maximum inner product search (MIPS) with performance guarantee. We found that the performance of Simple-LSH, in both theory and p…

A balance index for phylogenetic trees based on rooted quartets

2019-03-22

We define a new balance index for rooted phylogenetic trees based on the symmetry of the evolutive history of every set of 4 leaves. This index makes sense for multifurcating trees and it can be computed in time linear i…

Möbius Transformation for Fast Inner Product Search on Graph

2019-12-01 · NeurIPS 2019 12 · Zhixin Zhou, Shulong Tan, Zhaozhuo Xu, Ping Li

We present a fast search on graph algorithm for Maximum Inner Product Search (MIPS). This optimization problem is challenging since traditional Approximate Nearest Neighbor (ANN) search methods may not perform efficientl…