paper-with-me

Papers

Towards Open-World Recommendation: An Inductive Model-based Collaborative Filtering Approach

2020-07-09 · Qitian Wu, Hengrui Zhang, Xiaofeng Gao, Junchi Yan, Hongyuan Zha

Recommendation models can effectively estimate underlying user interests and predict one's future behaviors by factorizing an observed user-item rating matrix into products of two sets of latent factors. However, the user-specific embedding factors can only be learned in a transductive way, making it difficult to handle new users on-the-fly. In this paper, we propose an inductive collaborative filtering framework that contains two representation models. The first model follows conventional matrix factorization which factorizes a group of key users' rating matrix to obtain meta latents. The second model resorts to attention-based structure learning that estimates hidden relations from query to key users and learns to leverage meta latents to inductively compute embeddings for query users via neural message passing. Our model enables inductive representation learning for users and meanwhile guarantees equivalent representation capacity as matrix factorization. Experiments demonstrate that our model achieves promising results for recommendation on few-shot users with limited training ratings and new unseen users which are commonly encountered in open-world recommender systems.

📄 PDF Abstract BibTeX arXiv:2007.04833

Code (1)

qitianwu/IDCF 공식 구현 pytorch

Tasks

Collaborative FilteringMatrix CompletionRecommendation SystemsRepresentation Learning

Similar Papers 제목 키워드 기반

INMO: A Model-Agnostic and Scalable Module for Inductive Collaborative Filtering

2021-07-12 · Yunfan Wu, Qi Cao, HuaWei Shen, Shuchang Tao 외

Collaborative filtering is one of the most common scenarios and popular research topics in recommender systems. Among existing methods, latent factor models, i.e., learning a specific embedding for each user/item by reco…

Collaborative FilteringRecommendation Systems

Quaternion Collaborative Filtering for Recommendation

2019-06-06 · Shuai Zhang, Lina Yao, Lucas Vinh Tran, Aston Zhang 외

This paper proposes Quaternion Collaborative Filtering (QCF), a novel representation learning method for recommendation. Our proposed QCF relies on and exploits computation with Quaternion algebra, benefiting from the ex…

AllCollaborative FilteringInductive BiasRecommendation Systems+1

Heterogeneous Collaborative Filtering

2019-08-31 · Yifang Liu, Zhentao Xu, Cong Hui, Yi Xuan 외

Recommendation system is important to a content sharing/creating social network. Collaborative filtering is a widely-adopted technology in conventional recommenders, which is based on similarity between positively engage…

Collaborative FilteringDiversity

User Embedding based Neighborhood Aggregation Method for Inductive Recommendation

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

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 app…

Collaborative Filtering

ITEM: Improving Training and Evaluation of Message-Passing based GNNs for top-k recommendation

2024-07-03 · Yannis Karmim, Elias Ramzi, Raphaël Fournier-S'niehotta, Nicolas Thome

Graph Neural Networks (GNNs), especially message-passing-based models, have become prominent in top-k recommendation tasks, outperforming matrix factorization models due to their ability to efficiently aggregate informat…

Collaborative Filtering