paper-with-me

Papers

User Embedding based Neighborhood Aggregation Method for Inductive Recommendation

2021-02-15 · Rahul Ragesh, Sundararajan Sellamanickam, Vijay Lingam, Arun Iyer, Ramakrishna Bairi

We consider the problem of learning latent features (aka embedding) for users and items in a recommendation setting. Given only a user-item interaction graph, the goal is to recommend items for each user. Traditional approaches employ matrix factorization-based collaborative filtering methods. Recent methods using graph convolutional networks (e.g., LightGCN) achieve state-of-the-art performance. They learn both user and item embedding. One major drawback of most existing methods is that they are not inductive; they do not generalize for users and items unseen during training. Besides, existing network models are quite complex, difficult to train and scale. Motivated by LightGCN, we propose a graph convolutional network modeling approach for collaborative filtering CF-GCN. We solely learn user embedding and derive item embedding using light variant CF-LGCN-U performing neighborhood aggregation, making it scalable due to reduced model complexity. CF-LGCN-U models naturally possess the inductive capability for new items, and we propose a simple solution to generalize for new users. We show how the proposed models are related to LightGCN. As a by-product, we suggest a simple solution to make LightGCN inductive. We perform comprehensive experiments on several benchmark datasets and demonstrate the capabilities of the proposed approach. Experimental results show that similar or better generalization performance is achievable than the state of the art methods in both transductive and inductive settings.

📄 PDF Abstract BibTeX arXiv:2102.07575

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Methods 이 논문이 사용한 방법론

LightGCN LightGCN is a type of graph convolutional neural network (GCN), including only the most essential component in GCN (neighborhood…
Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Logic Attention Based Neighborhood Aggregation for Inductive Knowledge Graph Embedding

2018-11-04 · Peifeng Wang, Jialong Han, Chenliang Li, Rong pan

Knowledge graph embedding aims at modeling entities and relations with low-dimensional vectors. Most previous methods require that all entities should be seen during training, which is unpractical for real-world knowledg…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1

Explore User Neighborhood for Real-time E-commerce Recommendation

2021-02-28 · Xu Xie, Fei Sun, Xiaoyong Yang, Zhao Yang 외

Recommender systems play a vital role in modern online services, such as Amazon and Taobao. Traditional personalized methods, which focus on user-item (UI) relations, have been widely applied in industrial settings, owin…

Collaborative FilteringRecommendation Systems

Micro-video recommendation model based on graph neural network and attention mechanism

2022-05-21 · Chan Ching Ting, Mathew Bowles, Ibrahim Idewu

With the rapid development of Internet technology and the comprehensive popularity of Internet applications, online activities have gradually become an indispensable part of people's daily life. The original recommendati…

Graph Neural Network

Hyper Meta-Path Contrastive Learning for Multi-Behavior Recommendation

2021-09-07 · Haoran Yang, Hongxu Chen, Lin Li, Philip S. Yu 외

User purchasing prediction with multi-behavior information remains a challenging problem for current recommendation systems. Various methods have been proposed to address it via leveraging the advantages of graph neural …

Contrastive LearningMulti-Task LearningRecommendation Systems

Far From Sight, Far From Mind: Inverse Distance Weighting for Graph Federated Recommendation

2025-07-02 · Aymen Rayane Khouas, Mohamed Reda Bouadjenek, Hakim Hacid, Sunil Aryal arxiv

Graph federated recommendation systems offer a privacy-preserving alternative to traditional centralized recommendation architectures, which often raise concerns about data security. While federated learning enables pers…

Recommendation SystemsFederated Learning