ZOOMER: Boosting Retrieval on Web-scale Graphs by Regions of Interest
Yuezihan Jiang, Yu Cheng, Hanyu Zhao, Wentao Zhang, Xupeng Miao, Yu, He, Liang Wang, Zhi Yang, Bin Cui

TL;DR
ZOOMER is a system that improves GNN-based recommendations on large-scale graphs by focusing on Regions of Interest, reducing computational costs and enhancing recommendation quality at Taobao.
Contribution
Introduces the concept of Regions of Interest (ROI) in GNNs for recommendations, enabling efficient training and serving on web-scale graphs with improved accuracy.
Findings
Achieves up to 14x speedup in training and serving.
Maintains or improves AUC performance compared to baseline methods.
Effectively filters relevant user interests for better recommendations.
Abstract
We introduce ZOOMER, a system deployed at Taobao, the largest e-commerce platform in China, for training and serving GNN-based recommendations over web-scale graphs. ZOOMER is designed for tackling two challenges presented by the massive user data at Taobao: low training/serving efficiency due to the huge scale of the graphs, and low recommendation quality due to the information overload which distracts the recommendation model from specific user intentions. ZOOMER achieves this by introducing a key concept, Region of Interests (ROI) in GNNs for recommendations, i.e., a neighborhood region in the graph with significant relevance to a strong user intention. ZOOMER narrows the focus from the whole graph and "zooms in" on the more relevant ROIs, thereby reducing the training/serving cost and mitigating the information overload at the same time. With carefully designed mechanisms, ZOOMER…
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
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Caching and Content Delivery
