TL;DR
GraphSAIL introduces an incremental learning framework for GNN-based recommender systems that efficiently updates models while preserving long-term user and item preferences, addressing catastrophic forgetting and enabling more frequent updates.
Contribution
This work presents the first incremental training framework specifically designed for GNN-based recommender systems, improving update efficiency and recommendation accuracy.
Findings
Outperforms existing incremental learning methods on public datasets.
Effectively preserves user and item long-term preferences during updates.
Demonstrates scalability and effectiveness on large-scale industrial data.
Abstract
Given the convenience of collecting information through online services, recommender systems now consume large scale data and play a more important role in improving user experience. With the recent emergence of Graph Neural Networks (GNNs), GNN-based recommender models have shown the advantage of modeling the recommender system as a user-item bipartite graph to learn representations of users and items. However, such models are expensive to train and difficult to perform frequent updates to provide the most up-to-date recommendations. In this work, we propose to update GNN-based recommender models incrementally so that the computation time can be greatly reduced and models can be updated more frequently. We develop a Graph Structure Aware Incremental Learning framework, GraphSAIL, to address the commonly experienced catastrophic forgetting problem that occurs when training a model in an…
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.
