Flattened Graph Convolutional Networks For Recommendation
Yue Xu, Hao Chen, Zengde Deng, Yuanchen Bei, Feiran Huang

TL;DR
This paper introduces FlatGCN, a simplified graph convolutional network for recommendation that reduces computational complexity while maintaining high performance, through a flattened aggregation layer, neighbor sampling, and layer ensemble techniques.
Contribution
The paper proposes a novel flattened GCN architecture with parameter-free aggregation, an informative neighbor sampling method, and a layer ensemble approach, enhancing efficiency and effectiveness in recommendation tasks.
Findings
Outperforms existing GCN models significantly.
Achieves up to several orders of magnitude speedup in training.
Maintains high recommendation accuracy with reduced complexity.
Abstract
Graph Convolutional Networks (GCNs) and their variants have achieved significant performances on various recommendation tasks. However, many existing GCN models tend to perform recursive aggregations among all related nodes, which can arise severe computational burden to hinder their application to large-scale recommendation tasks. To this end, this paper proposes the flattened GCN~(FlatGCN) model, which is able to achieve superior performance with remarkably less complexity compared with existing models. Our main contribution is three-fold. First, we propose a simplified but powerful GCN architecture which aggregates the neighborhood information using one flattened GCN layer, instead of recursively. The aggregation step in FlatGCN is parameter-free such that it can be pre-computed with parallel computation to save memory and computational cost. Second, we propose an informative…
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 · Brain Tumor Detection and Classification
MethodsGraph Convolutional Network
