LightGCN: Simplifying and Powering Graph Convolution Network for Recommendation
Abstract
Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.
Graph Convolution Network (GCN) has become new state-of-the-art for collaborative filtering. Nevertheless, the reasons of its effectiveness for recommendation are not well understood. Existing work that adapts GCN to recommendation lacks thorough ablation analyses on GCN, which is originally designed for graph classification tasks and equipped with many neural network operations. However, we empirically find that the two most common designs in GCNs -- feature transformation and nonlinear activation -- contribute little to the performance of collaborative filtering. Even worse, including them adds to the difficulty of training and degrades recommendation performance. In this work, we aim to simplify the design of GCN to make it more concise and appropriate for recommendation. We propose a new model named LightGCN, including only the most essential component in GCN -- neighborhood aggregation -- for collaborative filtering. Specifically, LightGCN learns user and item embeddings by linearly propagating them on the user-item interaction graph, and uses the weighted sum of the embeddings learned at all layers as the final embedding. Such simple, linear, and neat model is much easier to implement and train, exhibiting substantial improvements (about 16.0\% relative improvement on average) over Neural Graph Collaborative Filtering (NGCF) -- a state-of-the-art GCN-based recommender model -- under exactly the same experimental setting. Further analyses are provided towards the rationality of the simple LightGCN from both analytical and empirical perspectives.
Results and benchmarks
Graph Convolution Network (GCN) has become new state-of-the-art for collaborative filtering.
Benchmark evidence is limited
Evidence graph: 3 refs, 3 links.
Utility signals: depth 70/100, grounding 75/100, status medium.
Implementation
No direct implementation yet
Maintained implementation evidence is not confirmed for this paper yet.
Use the implementation status and reproduction sections for the current action plan.
No verified maintained repo yet
There is no verified maintained implementation yet. Use this baseline plan to decide whether to prototype now or defer.
- No maintained paper-verified implementation was found; start with the closest related repositories below.
- Compare repo methods against the paper equations/algorithm before trusting metrics.
- Create a minimal baseline implementation from the paper and use adjacent repos as references.
Time to first repro: a few days
tsinghua-fib-lab/GNN-Recommender-Systems is the closest maintained adjacent implementation (Matches contextual method/domain keyword: graph). It is not paper-verified; validate algorithm and evaluation setup against the paper before trusting reported metrics. Community adoption signal: 1077 GitHub stars.
- Adjacent implementations are not paper-verified
- Recommended repository is adjacent and not paper-verified.
Reproduction readiness
No repo
No verified implementation available
- No maintained repository has been identified for this paper. Check adjacent implementations or HF artifacts below.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Validation caveat
Repositories and ecosystem
Closest related implementations
These are not paper-verified. Use them as reference points when no direct implementation is available.
- tsinghua-fib-lab/GNN-Recommender-Systems Adjacent · Confidence: Medium · 1,077 stars
Matches contextual method/domain keyword: graph
No additional verified repositories beyond the primary recommendation.
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
414
Citations
44
References
Tasks
Collaborative filtering, Computer science, Graph, Recommender system, Convolution (computer science), Embedding, Theoretical computer science, Graph embedding
Methods
None detected
Domains
Artificial intelligence, Machine learning
Related papers
- Weighted hybrid technique for recommender systemSearch on Paper2Code
2017 · Semantic similarity
- Comparing Pre-filtering and Post-filtering Approach in a Collaborative Contextual Recommender System: An Application to E-CommerceSearch on Paper2Code
2009 · Semantic similarity
- Design of Garment Style Recommendation System Based on Interactive Genetic AlgorithmSearch on Paper2Code
2022 · Semantic similarity
- A Scalable Collaborative Filtering Based Recommender System Using Incremental ClusteringSearch on Paper2Code
2009 · Semantic similarity
- Facebook Based Choice FilteringSearch on Paper2Code
2017 · Semantic similarity
- A Comparison of Collaborative Filtering-based Recommender SystemsSearch on Paper2Code
2018 · Semantic similarity
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.