paper-with-me

Papers

Improving Collaborative Filtering Recommendation via Graph Learning

2023-11-06 · Yongyu Wang

Recommendation systems are designed to provide personalized predictions for items that are most appealing to individual customers. Among various types of recommendation algorithms, k-nearest neighbor based collaborative filtering algorithm attracts tremendous attention and are widely used in practice. However, the k-nearest neighbor scheme can only capture the local relationship among users and the uniform neighborhood size is also not suitable to represent the underlying data structure. In this paper, we leverage emerging graph signal processing (GSP) theory to construct sparse yet high quality graph to enhance the solution quality and efficiency of collaborative filtering algorithm. Experimental results show that our method outperforms k-NN based collaborative filtering algorithm by a large margin on the benchmark data set.

📄 PDF Abstract BibTeX arXiv:2311.03316

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringGraph LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

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

Neural Causal Graph Collaborative Filtering

2023-07-10 · Xiangmeng Wang, Qian Li, Dianer Yu, Wei Huang 외

Graph collaborative filtering (GCF) has gained considerable attention in recommendation systems by leveraging graph learning techniques to enhance collaborative filtering (CF). One classical approach in GCF is to learn u…

Collaborative FilteringGraph LearningGraph Representation LearningRecommendation Systems+2

SceneRec: Scene-Based Graph Neural Networks for Recommender Systems

2021-02-12 · Gang Wang, Ziyi Guo, Xiang Li, Dawei Yin 외

Collaborative filtering has been largely used to advance modern recommender systems to predict user preference. A key component in collaborative filtering is representation learning, which aims to project users and items…

Collaborative FilteringRecommendation SystemsRepresentation Learning

From ID-based to ID-free: Rethinking ID Effectiveness in Multimodal Collaborative Filtering Recommendation

2025-07-08 · Guohao Li, Li Jing, Jia Wu, Xuefei Li 외

Most existing multimodal collaborative filtering recommendation (MCFRec) methods rely heavily on ID features and multimodal content to enhance recommendation performance. However, this paper reveals that ID features are …

Collaborative FilteringContrastive Learning

Transformer-Empowered Content-Aware Collaborative Filtering

2022-04-02 · Weizhe Lin, Linjun Shou, Ming Gong, Pei Jian 외

Knowledge graph (KG) based Collaborative Filtering is an effective approach to personalizing recommendation systems for relatively static domains such as movies and books, by leveraging structured information from KG to …

Collaborative FilteringContrastive LearningRecommendation Systems