paper-with-me

홈 › Papers

E2E-GRec: An End-to-End Joint Training Framework for Graph Neural Networks and Recommender Systems

2025-11-25 · Rui Xue, Shichao Zhu, Liang Qin, Tianfu Wu arxiv

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 the recommender system. Our framework is characterized by three key components: (i) efficient subgraph sampling from a large-scale cross-domain heterogeneous graph to ensure training scalability and efficiency; (ii) a Graph Feature Auto-Encoder (GFAE) serving as an auxiliary self-supervised task to guide the GNN to learn structurally meaningful embeddings; and (iii) a two-level feature fusion mechanism combined with Gradnorm-based dynamic loss balancing, which stabilizes graph-aware multi-task end-to-end training. Extensive offline evaluations, online A/B tests (e.g., a +0.133% relative improvement in stay duration, a 0.3171% reduction in the average number of videos a user skips) on large-scale production data, together with theoretical analysis, demonstrate that E2E-GRec consistently surpasses traditional approaches, yielding significant gains across multiple recommendation metrics.

📄 PDF Abstract BibTeX arXiv:2511.20564

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UniGRec: Unified Generative Recommendation with Soft Identifiers for End-to-End Optimization

2026-01-24 · Jialei Li, Yang Zhang, Yimeng Bai, Shuai Zhu 외 arxiv

Generative recommendation has recently emerged as a transformative paradigm that directly generates target items, surpassing traditional cascaded approaches. It typically involves two components: a tokenizer that learns …

Heterogeneous Hypergraph Embedding for Recommendation Systems

2024-07-04 · Darnbi Sakong, Viet Hung Vu, Thanh Trung Huynh, Phi Le Nguyen 외

Recent advancements in recommender systems have focused on integrating knowledge graphs (KGs) to leverage their auxiliary information. The core idea of KG-enhanced recommenders is to incorporate rich semantic information…

hypergraph embeddingKnowledge GraphsRecommendation SystemsSelf-Supervised Learning

FedGRec: Federated Graph Recommender System with Lazy Update of Latent Embeddings

2022-10-25 · Junyi Li, Heng Huang

Recommender systems are widely used in industry to improve user experience. Despite great success, they have recently been criticized for collecting private user data. Federated Learning (FL) is a new paradigm for learni…

Federated LearningRecommendation Systems

Exploiting Graph Structured Cross-Domain Representation for Multi-Domain Recommendation

2023-02-12 · Alejandro Ariza-Casabona, Bartlomiej Twardowski, Tri Kurniawan Wijaya

Multi-domain recommender systems benefit from cross-domain representation learning and positive knowledge transfer. Both can be achieved by introducing a specific modeling of input data (i.e. disjoint history) or trying …

Multi-Domain Recommender SystemsRecommendation SystemsRepresentation LearningTransfer Learning

Graph Reasoning for Explainable Cold Start Recommendation

2024-06-11 · Jibril Frej, Marta Knezevic, Tanja Kaser

The cold start problem, where new users or items have no interaction history, remains a critical challenge in recommender systems (RS). A common solution involves using Knowledge Graphs (KG) to train entity embeddings or…

Entity EmbeddingsKnowledge GraphsRecommendation Systems