paper-with-me

Papers

Neural Graph Matching based Collaborative Filtering

2021-05-10 · Yixin Su, Rui Zhang, Sarah Erfani, Junhao Gan

User and item attributes are essential side-information; their interactions (i.e., their co-occurrence in the sample data) can significantly enhance prediction accuracy in various recommender systems. We identify two different types of attribute interactions, inner interactions and cross interactions: inner interactions are those between only user attributes or those between only item attributes; cross interactions are those between user attributes and item attributes. Existing models do not distinguish these two types of attribute interactions, which may not be the most effective way to exploit the information carried by the interactions. To address this drawback, we propose a neural Graph Matching based Collaborative Filtering model (GMCF), which effectively captures the two types of attribute interactions through modeling and aggregating attribute interactions in a graph matching structure for recommendation. In our model, the two essential recommendation procedures, characteristic learning and preference matching, are explicitly conducted through graph learning (based on inner interactions) and node matching (based on cross interactions), respectively. Experimental results show that our model outperforms state-of-the-art models. Further studies verify the effectiveness of GMCF in improving the accuracy of recommendation.

📄 PDF Abstract BibTeX arXiv:2105.04067

Code (1)

ruizhang-ai/GMCF_Neural_Graph_Matching_based_Collaborative_Filtering 공식 구현 pytorch

Tasks

AttributeCollaborative FilteringGraph LearningGraph MatchingRecommendation Systems

Similar Papers 제목 키워드 기반

When Product Search Meets Collaborative Filtering: A Hierarchical Heterogeneous Graph Neural Network Approach

2021-08-17 · Xiangkun Yin, Yangyang Guo, Liqiang Nie, Zhiyong Cheng

Personalization lies at the core of boosting the product search system performance. Prior studies mainly resorted to the semantic matching between textual queries and user/product related documents, leaving the user coll…

Collaborative FilteringGraph Neural NetworkRepresentation LearningSentence

Flow Matching for Collaborative Filtering

2025-02-11 · Chengkai Liu, Yangtian Zhang, Jianling Wang, Rex Ying 외

Generative models have shown great promise in collaborative filtering by capturing the underlying distribution of user interests and preferences. However, existing approaches struggle with inaccurate posterior approximat…

Collaborative FilteringRecommendation Systems

Feedback Reciprocal Graph Collaborative Filtering

2024-08-05 · Weijun Chen, Yuanchen Bei, Qijie Shen, Hao Chen 외

Collaborative filtering on user-item interaction graphs has achieved success in the industrial recommendation. However, recommending users' truly fascinated items poses a seesaw dilemma for collaborative filtering models…

Collaborative FilteringContrastive LearningRecommendation Systems

A Light Heterogeneous Graph Collaborative Filtering Model using Textual Information

2020-10-04 · Chaoyang Wang, Zhiqiang Guo, GuoHui Li, Jianjun Li 외

Due to the development of graph neural networks, graph-based representation learning methods have made great progress in recommender systems. However, data sparsity is still a challenging problem that most graph-based re…

Collaborative FilteringRecommendation SystemsRepresentation Learning

BCFNet: A Balanced Collaborative Filtering Network with Attention Mechanism

2021-03-10 · Zi-Yuan Hu, Jin Huang, Zhi-Hong Deng, Chang-Dong Wang 외

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

Collaborative FilteringRepresentation Learning