Graph Trend Filtering Networks for Recommendations
Wenqi Fan, Xiaorui Liu, Wei Jin, Xiangyu Zhao, Jiliang Tang, Qing Li

TL;DR
This paper introduces Graph Trend Filtering Networks (GTN), a novel GNN-based recommendation method that adaptively assesses interaction reliability to improve recommendation stability and accuracy.
Contribution
The paper proposes a new graph trend filtering approach for GNN-based recommendation systems, addressing robustness issues caused by unreliable user-item interactions.
Findings
GTN improves recommendation stability over traditional GNNs.
Experimental results demonstrate enhanced accuracy with GTN.
Ablation studies confirm the effectiveness of adaptive interaction reliability modeling.
Abstract
Recommender systems aim to provide personalized services to users and are playing an increasingly important role in our daily lives. The key of recommender systems is to predict how likely users will interact with items based on their historical online behaviors, e.g., clicks, add-to-cart, purchases, etc. To exploit these user-item interactions, there are increasing efforts on considering the user-item interactions as a user-item bipartite graph and then performing information propagation in the graph via Graph Neural Networks (GNNs). Given the power of GNNs in graph representation learning, these GNNs-based recommendation methods have remarkably boosted the recommendation performance. Despite their success, most existing GNNs-based recommender systems overlook the existence of interactions caused by unreliable behaviors (e.g., random/bait clicks) and uniformly treat all the…
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.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks
