GPatch: Patching Graph Neural Networks for Cold-Start Recommendations
Hao Chen, Zefan Wang, Yue Xu, Xiao Huang, Feiran Huang

TL;DR
This paper introduces GPatch, a novel GNN-based framework that effectively addresses the cold-start problem in recommender systems by combining a warm-user GNN with patching networks, ensuring high performance for all users.
Contribution
The paper proposes a new GNN architecture and patching method specifically designed for cold-start recommendations without compromising existing user/item performance.
Findings
GPatch outperforms existing methods on benchmark datasets.
It effectively recommends for both cold-start and warm users/items.
Experimental results show significant improvements in recommendation accuracy.
Abstract
Cold start is an essential and persistent problem in recommender systems. State-of-the-art solutions rely on training hybrid models for both cold-start and existing users/items, based on the auxiliary information. Such a hybrid model would compromise the performance of existing users/items, which might make these solutions not applicable in real-worlds recommender systems where the experience of existing users/items must be guaranteed. Meanwhile, graph neural networks (GNNs) have been demonstrated to perform effectively warm (non-cold-start) recommendations. However, they have never been applied to handle the cold-start problem in a user-item bipartite graph. This is a challenging but rewarding task since cold-start users/items do not have links. Besides, it is nontrivial to design an appropriate GNN to conduct cold-start recommendations while maintaining the performance for existing…
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
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Sentiment Analysis and Opinion Mining
