Towards Open-World Recommendation: An Inductive Model-based Collaborative Filtering Approach
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.
Code (1)
Tasks
Collaborative FilteringMatrix CompletionRecommendation SystemsRepresentation LearningSimilar Papers 제목 키워드 기반
INMO: A Model-Agnostic and Scalable Module for Inductive Collaborative Filtering
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 SystemsQuaternion Collaborative Filtering for Recommendation
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+1Heterogeneous Collaborative Filtering
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 FilteringDiversityUser Embedding based Neighborhood Aggregation Method for Inductive Recommendation
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 FilteringITEM: Improving Training and Evaluation of Message-Passing based GNNs for top-k recommendation
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