paper-with-me

홈 › Papers

RankGraph-2: Lifecycle Co-Design for Billion-Node Graph Learning in Recommendation

2026-06-16 · Renzhi Wu, Zikun Cui, Junjie Yang, Tai Guo, Hong Li, Xian Chen, Li Yu, Ke Pan, Sri Reddy, Mahesh Srinivasan, Nipun Mathur, Haomin Yu, Hong Yan arxiv

Graph-based retrieval at billion-node scale requires jointly solving three tightly coupled problems -- graph construction, representation learning, and real-time serving -- yet existing work addresses each in isolation. We present RankGraph-2, a framework deployed at Meta that co-designs all three lifecycle stages for similarity-based retrieval (U2U2I and U2I2I), where each stage's requirements shape the others. Serving requires a co-learned cluster index to avoid expensive online KNN -- this pushes index co-training into the training objective. Training benefits from the observation that similarity-based retrieval tolerates pre-computed neighborhoods, eliminating online graph infrastructure -- this requires construction to produce self-contained data. Construction must also support hour-level refresh for item coverage. Acting on these cascading requirements, RankGraph-2 reduces hundreds of trillions of edges to hundreds of billions via subsampling with popularity bias correction, pre-computes multi-hop neighborhoods via personalized PageRank, and co-learns a residual-quantization cluster index that reduces serving computational cost by 83%. This lifecycle co-design enables a simple architecture to achieve 3.8 x higher recall than a GAT + Deep Graph Infomax model on a bipartite graph and 2.1 x higher than PyTorch-BigGraph on item retrieval. RankGraph-2 delivers up to +0.96% CTR and +2.75% CVR, and has powered 20+ retrieval launches across major surfaces.

📄 PDF Abstract BibTeX arXiv:2606.18379

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningGraph Learning

Similar Papers 제목 키워드 기반

RankGraph: Unified Heterogeneous Graph Learning for Cross-Domain Recommendation

2025-09-03 · Renzhi Wu, Junjie Yang, Li Chen, Hong Li 외 arxiv

Cross-domain recommendation systems face the challenge of integrating fine-grained user and item relationships across various product domains. To address this, we introduce RankGraph, a scalable graph learning framework …

Recommendation SystemsGraph Neural NetworkContrastive LearningGraph Learning

Generalizing Graph Transformers Across Diverse Graphs and Tasks via Pre-Training on Industrial-Scale Data

2024-07-04 · Yufei He, Zhenyu Hou, Yukuo Cen, Feng He 외

Graph pre-training has been concentrated on graph-level on small graphs (e.g., molecular graphs) or learning node representations on a fixed graph. Extending graph pre-trained models to web-scale graphs with billions of …

Decoder

Homogeneous Network Embedding for Massive Graphs via Reweighted Personalized PageRank

2019-06-17 · Renchi Yang, Jieming Shi, Xiaokui Xiao, Yin Yang 외

Given an input graph G and a node v in G, homogeneous network embedding (HNE) maps the graph structure in the vicinity of v to a compact, fixed-dimensional feature vector. This paper focuses on HNE for massive graphs, e.…

CPUGraph ReconstructionLink PredictionNetwork Embedding+1

Macro Graph Neural Networks for Online Billion-Scale Recommender Systems

2024-01-26 · Hao Chen, Yuanchen Bei, Qijie Shen, Yue Xu 외

Predicting Click-Through Rate (CTR) in billion-scale recommender systems poses a long-standing challenge for Graph Neural Networks (GNNs) due to the overwhelming computational complexity involved in aggregating billions …

Recommendation Systems

Graph-Skeleton: ~1% Nodes are Sufficient to Represent Billion-Scale Graph

2024-02-14 · Linfeng Cao, Haoran Deng, Yang Yang, Chunping Wang 외

Due to the ubiquity of graph data on the web, web graph mining has become a hot research spot. Nonetheless, the prevalence of large-scale web graphs in real applications poses significant challenges to storage, computati…

Feature CorrelationGraph MiningNode Classification