Less is More: Reweighting Important Spectral Graph Features for Recommendation
Shaowen Peng, Kazunari Sugiyama, Tsunenori Mine

TL;DR
This paper reveals that only specific spectral features are beneficial for GCN-based recommendation, introduces a Graph Denoising Encoder to focus on these features, and demonstrates improved performance and training speed.
Contribution
It proposes a novel GCN learning scheme using a Graph Denoising Encoder to filter noise and emphasize important spectral features for recommendation.
Findings
Outperforms state-of-the-art methods on five datasets.
Achieves 12x faster training speed than LightGCN.
Effectively alleviates over-smoothing in GCNs.
Abstract
As much as Graph Convolutional Networks (GCNs) have shown tremendous success in recommender systems and collaborative filtering (CF), the mechanism of how they, especially the core components (\textit{i.e.,} neighborhood aggregation) contribute to recommendation has not been well studied. To unveil the effectiveness of GCNs for recommendation, we first analyze them in a spectral perspective and discover two important findings: (1) only a small portion of spectral graph features that emphasize the neighborhood smoothness and difference contribute to the recommendation accuracy, whereas most graph information can be considered as noise that even reduces the performance, and (2) repetition of the neighborhood aggregation emphasizes smoothed features and filters out noise information in an ineffective way. Based on the two findings above, we propose a new GCN learning scheme for…
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 · Mental Health via Writing
MethodsGraph Convolutional Network · LightGCN
