paper-with-me

Papers

Graph-less Collaborative Filtering

2023-03-15 · Lianghao Xia, Chao Huang, Jiao Shi, Yong Xu

Graph neural networks (GNNs) have shown the power in representation learning over graph-structured user-item interaction data for collaborative filtering (CF) task. However, with their inherently recursive message propagation among neighboring nodes, existing GNN-based CF models may generate indistinguishable and inaccurate user (item) representations due to the over-smoothing and noise effect with low-pass Laplacian smoothing operators. In addition, the recursive information propagation with the stacked aggregators in the entire graph structures may result in poor scalability in practical applications. Motivated by these limitations, we propose a simple and effective collaborative filtering model (SimRec) that marries the power of knowledge distillation and contrastive learning. In SimRec, adaptive transferring knowledge is enabled between the teacher GNN model and a lightweight student network, to not only preserve the global collaborative signals, but also address the over-smoothing issue with representation recalibration. Empirical results on public datasets show that SimRec archives better efficiency while maintaining superior recommendation performance compared with various strong baselines. Our implementations are publicly available at: https://github.com/HKUDS/SimRec.

📄 PDF Abstract BibTeX arXiv:2303.08537

Code (1)

hkuds/simrec 공식 구현 pytorch

Tasks

Collaborative FilteringContrastive LearningKnowledge DistillationRepresentation Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

LightGCN: Simplifying and Powering Graph Convolution Network for Recommendation

2020-02-06 · Xiangnan He, Kuan Deng, Xiang Wang, Yan Li 외

Graph Convolution Network (GCN) has become new state-of-the-art for collaborative filtering. Nevertheless, the reasons of its effectiveness for recommendation are not well understood. Existing work that adapts GCN to rec…

Collaborative FilteringGraph ClassificationMulti-modal RecommendationRecommendation Systems

cf2vec: Collaborative Filtering algorithm selection using graph distributed representations

2018-09-17 · Cunha Tiago, Soares Carlos, de Carvalho André C. P. L. F.

Algorithm selection using Metalearning aims to find mappings between problem characteristics (i.e. metafeatures) with relative algorithm performance to predict the best algorithm(s) for new datasets. Therefore, it is of …

Collaborative FilteringRepresentation Learning

Feedback Reciprocal Graph Collaborative Filtering

2024-08-05 · Weijun Chen, Yuanchen Bei, Qijie Shen, Hao Chen 외

Collaborative filtering on user-item interaction graphs has achieved success in the industrial recommendation. However, recommending users' truly fascinated items poses a seesaw dilemma for collaborative filtering models…

Collaborative FilteringContrastive LearningRecommendation Systems

KGUF: Simple Knowledge-aware Graph-based Recommender with User-based Semantic Features Filtering

2024-03-29 · Salvatore Bufi, Alberto Carlo Maria Mancino, Antonio Ferrara, Daniele Malitesta 외

The recent integration of Graph Neural Networks (GNNs) into recommendation has led to a novel family of Collaborative Filtering (CF) approaches, namely Graph Collaborative Filtering (GCF). Following the same GNNs wave, r…

Collaborative FilteringKnowledge GraphsRecommendation Systems

Disentangled Graph Collaborative Filtering

2020-07-03 · Xiang Wang, Hongye Jin, An Zhang, Xiangnan He 외

Learning informative representations of users and items from the interaction data is of crucial importance to collaborative filtering (CF). Present embedding functions exploit user-item relationships to enrich the repres…

Collaborative FilteringDisentanglement