Data Science Wire

Amortized Maximum Inner Product Search with Learned Support Functions

arXiv stat.ML1mo4 min read

arXiv:2603.08001v3 Announce Type: replace-cross Abstract: Maximum inner product search (MIPS) is a crucial subroutine in machine learning, requiring the identification of a vector taken within a database (the keys) that best aligns with a given query. We propose amortized MIPS: a regression-based approach that trains neural networks to directly predict MIPS solutions, amortizing the cost of repeatedly solving MIPS for queries drawn from a known distribution over a fixed key database. Our key insight is that the MIPS value function is the \emph{support} function of the set of keys, a well-studi

Read the full story at arXiv stat.ML

More in Machine Learning