paper-with-me

Papers

SceneRec: Scene-Based Graph Neural Networks for Recommender Systems

2021-02-12 · Gang Wang, Ziyi Guo, Xiang Li, Dawei Yin, Shuai Ma

Collaborative filtering has been largely used to advance modern recommender systems to predict user preference. A key component in collaborative filtering is representation learning, which aims to project users and items into a low dimensional space to capture collaborative signals. However, the scene information, which has effectively guided many recommendation tasks, is rarely considered in existing collaborative filtering methods. To bridge this gap, we focus on scene-based collaborative recommendation and propose a novel representation model SceneRec. SceneRec formally defines a scene as a set of pre-defined item categories that occur simultaneously in real-life situations and creatively designs an item-category-scene hierarchical structure to build a scene-based graph. In the scene-based graph, we adopt graph neural networks to learn scene-specific representation on each item node, which is further aggregated with latent representation learned from collaborative interactions to make recommendations. We perform extensive experiments on real-world E-commerce datasets and the results demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2102.06401

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation SystemsRepresentation Learning

Similar Papers 제목 키워드 기반

Attention-based Knowledge Distillation in Multi-attention Tasks: The Impact of a DCT-driven Loss

2022-05-04 · Alejandro López-Cifuentes, Marcos Escudero-Viñolo, Jesús Bescós, Juan C. SanMiguel

Knowledge Distillation (KD) is a strategy for the definition of a set of transferability gangways to improve the efficiency of Convolutional Neural Networks. Feature-based Knowledge Distillation is a subfield of KD that …

DescriptiveKnowledge DistillationScene Recognition

Reviewing Developments of Graph Convolutional Network Techniques for Recommendation Systems

2023-11-10 · Haojun Zhu, Vikram Kapoor, Priya Sharma

The Recommender system is a vital information service on today's Internet. Recently, graph neural networks have emerged as the leading approach for recommender systems. We try to review recent literature on graph neural …

graph constructionGraph Neural NetworkRecommendation Systems

A Survey of Graph Neural Networks for Recommender Systems: Challenges, Methods, and Directions

2021-09-27 · submitted to TOIS 2021 9 · Chen Gao, Yu Zheng, Nian Li, Yinfeng Li 외

Recommender system is one of the most important information services on today's Internet. Recently, graph neural networks have become the new state-of-the-art approach to recommender systems. In this survey, we conduct a…

graph constructionGraph Neural NetworkModel OptimizationRecommendation Systems

Review of Explainable Graph-Based Recommender Systems

2024-07-31 · Thanet Markchom, HuiZhi Liang, James Ferryman

Explainability of recommender systems has become essential to ensure users' trust and satisfaction. Various types of explainable recommender systems have been proposed including explainable graph-based recommender system…

Recommendation Systems

Graph Neural Networks in Recommender Systems: A Survey

2020-11-04 · Shiwen Wu, Fei Sun, Wentao Zhang, Xu Xie 외

With the explosive growth of online information, recommender systems play a key role to alleviate such information overload. Due to the important application value of recommender systems, there have always been emerging …

Graph Neural NetworkGraph Representation LearningRecommendation SystemsRepresentation Learning+1