paper-with-me

홈 › Papers

Graph Trend Filtering Networks for Recommendations

2021-08-12 · Wenqi Fan, Xiaorui Liu, Wei Jin, Xiangyu Zhao, Jiliang Tang, Qing Li

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 interactions, which can lead to sub-optimal and unstable performance. In this paper, we investigate the drawbacks (e.g., non-adaptive propagation and non-robustness) of existing GNN-based recommendation methods. To address these drawbacks, we introduce a principled graph trend collaborative filtering method and propose the Graph Trend Filtering Networks for recommendations (GTN) that can capture the adaptive reliability of the interactions. Comprehensive experiments and ablation studies are presented to verify and understand the effectiveness of the proposed framework. Our implementation based on PyTorch is available at https://github.com/wenqifan03/GTN-SIGIR2022.

📄 PDF Abstract BibTeX arXiv:2108.05552

Code (1)

wenqifan03/gtn-sigir2022 공식 구현 pytorch

Tasks

Collaborative FilteringGraph Representation LearningRecommendation SystemsRepresentation Learning

Similar Papers 제목 키워드 기반

Trend Filtering on Graphs

2014-10-28 · Yu-Xiang Wang, James Sharpnack, Alex Smola, Ryan J. Tibshirani

We introduce a family of adaptive estimators on graphs, based on penalizing the $\ell_1$ norm of discrete graph differences. This generalizes the idea of trend filtering [Kim et al. (2009), Tibshirani (2014)], used for u…

regression

BeLightRec: A lightweight recommender system enhanced with BERT

2025-03-26 · Manh Mai Van, Tin T. Tran

The trend of data mining using deep learning models on graph neural networks has proven effective in identifying object features through signal encoders and decoders, particularly in recommendation systems utilizing coll…

Collaborative FilteringRecommendation SystemsSemantic SimilaritySemantic Textual Similarity+3

Application of Knowledge Graphs to Provide Side Information for Improved Recommendation Accuracy

2021-01-07 · Yuhao Mao, Serguei A. Mokhov, Sudhir P. Mudur

Personalized recommendations are popular in these days of Internet driven activities, specifically shopping. Recommendation methods can be grouped into three major categories, content based filtering, collaborative filte…

ClusteringCollaborative FilteringKnowledge GraphsRecommendation Systems

Neural Causal Graph Collaborative Filtering

2023-07-10 · Xiangmeng Wang, Qian Li, Dianer Yu, Wei Huang 외

Graph collaborative filtering (GCF) has gained considerable attention in recommendation systems by leveraging graph learning techniques to enhance collaborative filtering (CF). One classical approach in GCF is to learn u…

Collaborative FilteringGraph LearningGraph Representation LearningRecommendation Systems+2

Localized Graph Collaborative Filtering

2021-08-10 · Yiqi Wang, Chaozhuo Li, Mingzheng Li, Wei Jin 외

User-item interactions in recommendations can be naturally de-noted as a user-item bipartite graph. Given the success of graph neural networks (GNNs) in graph representation learning, GNN-based C methods have been propos…

Collaborative FilteringGraph Representation LearningRecommendation SystemsRepresentation Learning