paper-with-me

Papers

Spectral Collaborative Filtering

2018-08-30 · Lei Zheng, Chun-Ta Lu, Fei Jiang, Jiawei Zhang, Philip S. Yu

Despite the popularity of Collaborative Filtering (CF), CF-based methods are haunted by the \textit{cold-start} problem, which has a significantly negative impact on users' experiences with Recommender Systems (RS). In this paper, to overcome the aforementioned drawback, we first formulate the relationships between users and items as a bipartite graph. Then, we propose a new spectral convolution operation directly performing in the \textit{spectral domain}, where not only the proximity information of a graph but also the connectivity information hidden in the graph are revealed. With the proposed spectral convolution operation, we build a deep recommendation model called Spectral Collaborative Filtering (SpectralCF). Benefiting from the rich information of connectivity existing in the \textit{spectral domain}, SpectralCF is capable of discovering deep connections between users and items and therefore, alleviates the \textit{cold-start} problem for CF. To the best of our knowledge, SpectralCF is the first CF-based method directly learning from the \textit{spectral domains} of user-item bipartite graphs. We apply our method on several standard datasets. It is shown that SpectralCF significantly outperforms state-of-the-art models. Code and data are available at \url{https://github.com/lzheng21/SpectralCF}.

📄 PDF Abstract BibTeX arXiv:1808.10523

Code (1)

lzheng21/SpectralCF 공식 구현 tf

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Adaptive spectral graph wavelets for collaborative filtering

2023-12-05 · Osama Alshareet, A. Ben Hamza

Collaborative filtering is a popular approach in recommender systems, whose objective is to provide personalized item suggestions to potential users based on their purchase or browsing history. However, personalized reco…

Collaborative FilteringRecommendation Systems

GSPRec: Temporal-Aware Graph Spectral Filtering for Recommendation

2025-05-15 · Ahmad Bin Rabiah, Julian McAuley

Graph-based recommendation systems are effective at modeling collaborative patterns but often suffer from two limitations: overreliance on low-pass filtering, which suppresses user-specific signals, and omission of seque…

graph constructionRecommendation Systems

S-Diff: An Anisotropic Diffusion Model for Collaborative Filtering in Spectral Domain

2024-12-31 · Rui Xia, Yanhua Cheng, Yongxiang Tang, Xiaocheng Liu 외

Recovering user preferences from user-item interaction matrices is a key challenge in recommender systems. While diffusion models can sample and reconstruct preferences from latent distributions, they often fail to captu…

Collaborative FilteringDenoisingRecommendation Systems

Collaborative Filtering Meets Spectrum Shift: Connecting User-Item Interaction with Graph-Structured Side Information

2025-02-12 · Yunhang He, Cong Xu, Jun Wang, Wei zhang

Graph Neural Networks (GNNs) have demonstrated their superiority in collaborative filtering, where the user-item (U-I) interaction bipartite graph serves as the fundamental data format. However, when graph-structured sid…

Collaborative FilteringMultimodal Recommendation

Pure Spectral Graph Embeddings: Reinterpreting Graph Convolution for Top-N Recommendation

2023-05-28 · Edoardo D'Amico, Aonghus Lawlor, Neil Hurley

The use of graph convolution in the development of recommender system algorithms has recently achieved state-of-the-art results in the collaborative filtering task (CF). While it has been demonstrated that the graph conv…

Collaborative FilteringRecommendation SystemsRepresentation Learning