Collaborative Item Embedding Model for Implicit Feedback Data
Collaborative filtering is the most popular approach for recommender systems. One way to perform collaborative filtering is matrix factorization, which characterizes user preferences and item attributes using latent vectors. These latent vectors are good at capturing global features of users and items but are not strong in capturing local relationships between users or between items. In this work, we propose a method to extract the relationships between items and embed them into the latent vectors of the factorization model. This combines two worlds: matrix factorization for collaborative filtering and item embed- ding, a similar concept to word embedding in language processing. Our experiments on three real-world datasets show that our proposed method outperforms competing methods on top-n recommendation tasks.
Code (0)
등록된 구현이 없습니다.
Tasks
Collaborative FilteringmodelRecommendation SystemsSimilar Papers 제목 키워드 기반
Sequences, Items And Latent Links: Recommendation With Consumed Item Packs
Recommenders personalize the web content by typically using collaborative filtering to relate users (or items) based on explicit feedback, e.g., ratings. The difficulty of collecting this feedback has recently motivated …
Collaborative FilteringLearning Label Trees for Probabilistic Modelling of Implicit Feedback
User preferences for items can be inferred from either explicit feedback, such as item ratings, or implicit feedback, such as rental histories. Research in collaborative filtering has concentrated on explicit feedback, r…
Collaborative FilteringLeveraging Cross Feedback of User and Item Embeddings with Attention for Variational Autoencoder based Collaborative Filtering
Matrix factorization (MF) has been widely applied to collaborative filtering in recommendation systems. Its Bayesian variants can derive posterior distributions of user and item embeddings, and are more robust to sparse …
Collaborative FilteringRecommendation SystemsRepresentation Learning and Pairwise Ranking for Implicit Feedback in Recommendation Systems
In this paper, we propose a novel ranking framework for collaborative filtering with the overall aim of learning user preferences over items by minimizing a pairwise ranking loss. We show the minimization problem involve…
Collaborative FilteringRecommendation SystemsRepresentation LearningHierarchical Latent Relation Modeling for Collaborative Metric Learning
Collaborative Metric Learning (CML) recently emerged as a powerful paradigm for recommendation based on implicit feedback collaborative filtering. However, standard CML methods learn fixed user and item representations, …
Collaborative FilteringGraph EmbeddingKnowledge Graph EmbeddingMetric Learning+2