How Powerful is Graph Filtering for Recommendation
Shaowen Peng, Xin Liu, Kazunari Sugiyama, Tsunenori Mine

TL;DR
This paper critically examines the limitations of spectral graph filtering in recommendation systems and introduces novel methods to enhance its generality and expressive power, leading to improved recommendation performance across diverse data densities.
Contribution
The paper identifies key limitations of existing graph filtering methods and proposes G^2N, IGF, and SGFCF to improve their adaptability and representation capabilities in recommendation tasks.
Findings
G^2N effectively adjusts spectral sharpness for noise removal.
IGF can generate arbitrary embeddings by adapting to user preferences.
Proposed methods outperform baselines on multiple datasets.
Abstract
It has been shown that the effectiveness of graph convolutional network (GCN) for recommendation is attributed to the spectral graph filtering. Most GCN-based methods consist of a graph filter or followed by a low-rank mapping optimized based on supervised training. However, we show two limitations suppressing the power of graph filtering: (1) Lack of generality. Due to the varied noise distribution, graph filters fail to denoise sparse data where noise is scattered across all frequencies, while supervised training results in worse performance on dense data where noise is concentrated in middle frequencies that can be removed by graph filters without training. (2) Lack of expressive power. We theoretically show that linear GCN (LGCN) that is effective on collaborative filtering (CF) cannot generate arbitrary embeddings, implying the possibility that optimal data representation might be…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Sentiment Analysis and Opinion Mining
MethodsGraph Convolutional Network
