E2E-GRec: An End-to-End Joint Training Framework for Graph Neural Networks and Recommender Systems
Rui Xue, Shichao Zhu, Liang Qin, Tianfu Wu

TL;DR
E2E-GRec introduces an end-to-end training framework for GNNs and recommender systems, improving efficiency and joint optimization, leading to better recommendation performance in large-scale industrial settings.
Contribution
It proposes a unified end-to-end training approach with scalable subgraph sampling, a self-supervised GFAE component, and a dynamic feature fusion mechanism, addressing limitations of traditional decoupled pipelines.
Findings
Achieved +0.133% improvement in user stay duration
Reduced user video skips by 0.3171%
Outperformed traditional methods in multiple recommendation metrics
Abstract
Graph Neural Networks (GNNs) have emerged as powerful tools for modeling graph-structured data and have been widely used in recommender systems, such as for capturing complex user-item and item-item relations. However, most industrial deployments adopt a two-stage pipeline: GNNs are first pre-trained offline to generate node embeddings, which are then used as static features for downstream recommender systems. This decoupled paradigm leads to two key limitations: (1) high computational overhead, since large-scale GNN inference must be repeatedly executed to refresh embeddings; and (2) lack of joint optimization, as the gradient from the recommender system cannot directly influence the GNN learning process, causing the GNN to be suboptimally informative for the recommendation task. In this paper, we propose E2E-GRec, a novel end-to-end training framework that unifies GNN training with…
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 · Recommender Systems and Techniques · Graph Theory and Algorithms
