Reinforcement Routing on Proximity Graph for Efficient Recommendation
Chao Feng, Defu Lian, Xiting Wang, Zheng liu, Xing Xie, Enhong Chen

TL;DR
This paper introduces a reinforcement learning approach to efficiently perform maximum inner product search (MIPS) on proximity graphs, improving recommendation system performance without requiring extensive ground truth data.
Contribution
It proposes a novel reinforcement learning model for MIPS on proximity graphs, utilizing imitation learning when ground truths are available, outperforming existing methods.
Findings
Reinforcement learning enhances MIPS search efficiency.
Imitation learning improves performance with ground truth data.
The method outperforms state-of-the-art approaches.
Abstract
We focus on Maximum Inner Product Search (MIPS), which is an essential problem in many machine learning communities. Given a query, MIPS finds the most similar items with the maximum inner products. Methods for Nearest Neighbor Search (NNS) which is usually defined on metric space don't exhibit the satisfactory performance for MIPS problem since inner product is a non-metric function. However, inner products exhibit many good properties compared with metric functions, such as avoiding vanishing and exploding gradients. As a result, inner product is widely used in many recommendation systems, which makes efficient Maximum Inner Product Search a key for speeding up many recommendation systems. Graph based methods for NNS problem show the superiorities compared with other class methods. Each data point of the database is mapped to a node of the proximity graph. Nearest neighbor search in…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Data Management and Algorithms · Recommender Systems and Techniques
