Single-Layer Graph Convolutional Networks For Recommendation
Yue Xu, Hao Chen, Zengde Deng, Junxiong Zhu, Yanghua Li, and Peng He, Wenyao Gao, Wenjun Xu

TL;DR
This paper introduces a single-layer GCN model for recommendation systems that reduces complexity and computational costs while maintaining or improving performance, using a novel similarity metric and a simplified architecture.
Contribution
The paper presents a new single-layer GCN architecture guided by a distribution-aware similarity metric, reducing parameters and computational costs in recommendation tasks.
Findings
Outperforms existing GCN models in recommendation accuracy
Achieves up to several orders of magnitude speedup in training
Validates the effectiveness of DA similarity in guiding neighbor sampling
Abstract
Graph Convolutional Networks (GCNs) and their variants have received significant attention and achieved start-of-the-art performances on various recommendation tasks. However, many existing GCN models tend to perform recursive aggregations among all related nodes, which arises severe computational burden. Moreover, they favor multi-layer architectures in conjunction with complicated modeling techniques. Though effective, the excessive amount of model parameters largely hinder their applications in real-world recommender systems. To this end, in this paper, we propose the single-layer GCN model which is able to achieve superior performance along with remarkably less complexity compared with existing models. Our main contribution is three-fold. First, we propose a principled similarity metric named distribution-aware similarity (DA similarity), which can guide the neighbor sampling…
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.
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
