Relevance Proximity Graphs for Fast Relevance Retrieval
Stanislav Morozov, Artem Babenko

TL;DR
This paper introduces Relevance Proximity Graphs (RPG), a novel method for fast, high-quality relevance retrieval in machine learning applications that efficiently handles complex relevance functions without exhaustive search.
Contribution
The paper presents RPG, a new graph-based approach that directly maximizes relevance functions without auxiliary models, improving retrieval accuracy and efficiency.
Findings
RPG achieves high relevance retrieval accuracy.
RPG requires only a few model computations.
Outperforms existing indirect models.
Abstract
In plenty of machine learning applications, the most relevant items for a particular query should be efficiently extracted, while the relevance function is based on a highly-nonlinear model, e.g., DNNs or GBDTs. Due to the high computational complexity of such models, exhaustive search is infeasible even for medium-scale problems. To address this issue, we introduce Relevance Proximity Graphs (RPG): an efficient non-exhaustive approach that provides a high-quality approximate solution for maximal relevance retrieval. Namely, we extend the recent similarity graphs framework to the setting, when there is no similarity measure defined on item pairs, which is a common practical use-case. By design, our approach directly maximizes off-the-shelf relevance functions and does not require any proxy auxiliary models. Via extensive experiments, we show that the developed method provides excellent…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Advanced Graph Neural Networks · Machine Learning and Algorithms
