GPU-accelerated Multi-relational Parallel Graph Retrieval for Web-scale Recommendations
Zhuoning Guo, Guangxing Chen, Qian Gao, Xiaochao Liao, Jianjia Zheng,, Lu Shen, Hao Liu

TL;DR
This paper introduces GMP-GR, a GPU-accelerated framework for large-scale, multi-relational graph retrieval that significantly improves accuracy and efficiency in web-scale recommendation systems, exemplified by Baidu's deployment.
Contribution
The paper presents a novel multi-relational relevance metric and a hierarchical parallel graph-based ANNS method optimized for GPU, enabling scalable and effective recommendations.
Findings
GMP-GR achieves higher retrieval accuracy than existing methods.
It delivers over 100 million requests per second in Baidu applications.
The framework improves user-item relevance understanding in large-scale systems.
Abstract
Web recommendations provide personalized items from massive catalogs for users, which rely heavily on retrieval stages to trade off the effectiveness and efficiency of selecting a small relevant set from billion-scale candidates in online digital platforms. As one of the largest Chinese search engine and news feed providers, Baidu resorts to Deep Neural Network (DNN) and graph-based Approximate Nearest Neighbor Search (ANNS) algorithms for accurate relevance estimation and efficient search for relevant items. However, current retrieval at Baidu fails in comprehensive user-item relational understanding due to dissected interaction modeling, and performs inefficiently in large-scale graph-based ANNS because of suboptimal traversal navigation and the GPU computational bottleneck under high concurrency. To this end, we propose a GPU-accelerated Multi-relational Parallel Graph Retrieval…
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 Graph Neural Networks · Graph Theory and Algorithms · Recommender Systems and Techniques
MethodsSparse Evolutionary Training
