paper-with-me

Papers

Dual-embedding based Neural Collaborative Filtering for Recommender Systems

2021-02-04 · Gongshan He, Dongxing Zhao, Lixin Ding

Among various recommender techniques, collaborative filtering (CF) is the most successful one. And a key problem in CF is how to represent users and items. Previous works usually represent a user (an item) as a vector of latent factors (aka. \textit{embedding}) and then model the interactions between users and items based on the representations. Despite its effectiveness, we argue that it's insufficient to yield satisfactory embeddings for collaborative filtering. Inspired by the idea of SVD++ that represents users based on themselves and their interacted items, we propose a general collaborative filtering framework named DNCF, short for Dual-embedding based Neural Collaborative Filtering, to utilize historical interactions to enhance the representation. In addition to learning the primitive embedding for a user (an item), we introduce an additional embedding from the perspective of the interacted items (users) to augment the user (item) representation. Extensive experiments on four publicly datasets demonstrated the effectiveness of our proposed DNCF framework by comparing its performance with several traditional matrix factorization models and other state-of-the-art deep learning based recommender models.

📄 PDF Abstract BibTeX arXiv:2102.02549

Code (1)

philippe-gagne/treasure-boxd

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Why not Collaborative Filtering in Dual View? Bridging Sparse and Dense Models

2026-01-14 · Hanze Guo, Jianxun Lian, Xiao Zhou arxiv

Collaborative Filtering (CF) remains the cornerstone of modern recommender systems, with dense embedding--based methods dominating current practice. However, these approaches suffer from a critical limitation: our theore…

Collaborative Filtering

Meta Matrix Factorization for Federated Rating Predictions

2019-10-22 · Yujie Lin, Pengjie Ren, Zhumin Chen, Zhaochun Ren 외

Federated recommender systems have distinct advantages in terms of privacy protection over traditional recommender systems that are centralized at a data center. However, previous work on federated recommender systems do…

Collaborative FilteringFederated LearningRecommendation Systems

Embedding in Recommender Systems: A Survey

2023-10-28 · Xiangyu Zhao, Maolin Wang, Xinjian Zhao, Jiansheng Li 외

Recommender systems have become an essential component of many online platforms, providing personalized recommendations to users. A crucial aspect is embedding techniques that coverts the high-dimensional discrete featur…

AutoMLCollaborative FilteringQuantizationRecommendation Systems+2

Making Recommender Systems Forget: Learning and Unlearning for Erasable Recommendation

2022-03-22 · Yuyuan Li, Xiaolin Zheng, Chaochao Chen, Junlin Liu

Privacy laws and regulations enforce data-driven systems, e.g., recommender systems, to erase the data that concern individuals. As machine learning models potentially memorize the training data, data erasure should also…

Collaborative FilteringMachine UnlearningRecommendation Systems

A Hybrid Recommender System for Recommending Smartphones to Prospective Customers

2021-05-26 · Pratik K. Biswas, Songlin Liu

Recommender Systems are a subclass of machine learning systems that employ sophisticated information filtering strategies to reduce the search time and suggest the most relevant items to any particular user. Hybrid recom…

Collaborative FilteringRecommendation Systems