paper-with-me

Papers

BCFNet: A Balanced Collaborative Filtering Network with Attention Mechanism

2021-03-10 · Zi-Yuan Hu, Jin Huang, Zhi-Hong Deng, Chang-Dong Wang, Ling Huang, Jian-Huang Lai, Philip S. Yu

Collaborative Filtering (CF) based recommendation methods have been widely studied, which can be generally categorized into two types, i.e., representation learning-based CF methods and matching function learning-based CF methods. Representation learning tries to learn a common low dimensional space for the representations of users and items. In this case, a user and item match better if they have higher similarity in that common space. Matching function learning tries to directly learn the complex matching function that maps user-item pairs to matching scores. Although both methods are well developed, they suffer from two fundamental flaws, i.e., the representation learning resorts to applying a dot product which has limited expressiveness on the latent features of users and items, while the matching function learning has weakness in capturing low-rank relations. To overcome such flaws, we propose a novel recommendation model named Balanced Collaborative Filtering Network (BCFNet), which has the strengths of the two types of methods. In addition, an attention mechanism is designed to better capture the hidden information within implicit feedback and strengthen the learning ability of the neural network. Furthermore, a balance module is designed to alleviate the over-fitting issue in DNNs. Extensive experiments on eight real-world datasets demonstrate the effectiveness of the proposed model.

📄 PDF Abstract BibTeX arXiv:2103.06105

Code (1)

beilineili/BCFNet 공식 구현 tf

Tasks

Collaborative FilteringRepresentation Learning

Similar Papers 제목 키워드 기반

A Neural Attention Model for Adaptive Learning of Social Friends' Preferences

2019-06-29 · Dimitrios Rafailidis, Gerhard Weiss

Social-based recommendation systems exploit the selections of friends to combat the data sparsity on user preferences, and improve the recommendation accuracy of the collaborative filtering strategy. The main challenge i…

Collaborative FilteringRecommendation Systems

Graph Attention Collaborative Similarity Embedding for Recommender System

2021-02-05 · Jinbo Song, Chao Chang, Fei Sun, Zhenyang Chen 외

We present Graph Attention Collaborative Similarity Embedding (GACSE), a new recommendation framework that exploits collaborative information in the user-item bipartite graph for representation learning. Our framework co…

Collaborative FilteringGraph AttentionRecommendation SystemsRepresentation Learning

Enhancing VAEs for Collaborative Filtering: Flexible Priors & Gating Mechanisms

2019-11-03 · Daeryong Kim, Bongwon Suh

Neural network based models for collaborative filtering have started to gain attention recently. One branch of research is based on using deep generative models to model user preferences where variational autoencoders we…

Collaborative FilteringRecommendation Systems

Relational Collaborative Filtering:Modeling Multiple Item Relations for Recommendation

2019-04-29 · Xin Xin, Xiangnan He, Yongfeng Zhang, Yongdong Zhang 외

Existing item-based collaborative filtering (ICF) methods leverage only the relation of collaborative similarity. Nevertheless, there exist multiple relations between items in real-world scenarios. Distinct from the coll…

Collaborative FilteringRecommendation SystemsRelation

Quantitative analysis of Matthew effect and sparsity problem of recommender systems

2019-09-24 · Hao Wang, Zonghu Wang, Weishi Zhang

Recommender systems have received great commercial success. Recommendation has been used widely in areas such as e-commerce, online music FM, online news portal, etc. However, several problems related to input data struc…

Collaborative FilteringRecommendation Systems