paper-with-me

홈 › Papers

Personalized Graph Signal Processing for Collaborative Filtering

2023-02-04 · Jiahao Liu, Dongsheng Li, Hansu Gu, Tun Lu, Peng Zhang, Li Shang, Ning Gu

The collaborative filtering (CF) problem with only user-item interaction information can be solved by graph signal processing (GSP), which uses low-pass filters to smooth the observed interaction signals on the similarity graph to obtain the prediction signals. However, the interaction signal may not be sufficient to accurately characterize user interests and the low-pass filters may ignore the useful information contained in the high-frequency component of the observed signals, resulting in suboptimal accuracy. To this end, we propose a personalized graph signal processing (PGSP) method for collaborative filtering. Firstly, we design the personalized graph signal containing richer user information and construct an augmented similarity graph containing more graph topology information, to more effectively characterize user interests. Secondly, we devise a mixed-frequency graph filter to introduce useful information in the high-frequency components of the observed signals by combining an ideal low-pass filter that smooths signals globally and a linear low-pass filter that smooths signals locally. Finally, we combine the personalized graph signal, the augmented similarity graph and the mixed-frequency graph filter by proposing a pipeline consisting of three key steps: pre-processing, graph convolution and post-processing. Extensive experiments show that PGSP can achieve superior accuracy compared with state-of-the-art CF methods and, as a nonparametric method, PGSP has very high training efficiency.

📄 PDF Abstract BibTeX arXiv:2302.02113

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

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

Collaborative FilteringGraph LearningRecommendation Systems

PolyCF: Towards the Optimal Spectral Graph Filters for Collaborative Filtering

2024-01-23 · Yifang Qin, Wei Ju, Xiao Luo, Yiyang Gu 외

Collaborative Filtering (CF) is a pivotal research area in recommender systems that capitalizes on collaborative similarities between users and items to provide personalized recommendations. With the remarkable achieveme…

Collaborative FilteringRecommendation Systems

Graph Signal Diffusion Model for Collaborative Filtering

2023-11-15 · Yunqin Zhu, Chao Wang, Qi Zhang, Hui Xiong

Collaborative filtering is a critical technique in recommender systems. It has been increasingly viewed as a conditional generative task for user feedback data, where newly developed diffusion model shows great potential…

Collaborative FilteringDenoisingmodelRecommendation Systems

Graph Contrastive Learning with Multi-Objective for Personalized Product Retrieval in Taobao Search

2023-07-10 · Longbin Li, Chao Zhang, Sen Li, Yun Zhong 외

In e-commerce search, personalized retrieval is a crucial technique for improving user shopping experience. Recent works in this domain have achieved significant improvements by the representation learning paradigm, e.g.…

Collaborative FilteringContrastive LearningGraph LearningRepresentation Learning+1

AFDGCF: Adaptive Feature De-correlation Graph Collaborative Filtering for Recommendations

2024-03-26 · Wei Wu, Chao Wang, Dazhong Shen, Chuan Qin 외

Collaborative filtering methods based on graph neural networks (GNNs) have witnessed significant success in recommender systems (RS), capitalizing on their ability to capture collaborative signals within intricate user-i…

Collaborative FilteringRecommendation Systems