Do We Really Need Graph Convolution During Training? Light Post-Training Graph-ODE for Efficient Recommendation
Weizhi Zhang, Liangwei Yang, Zihe Song, Henry Peng Zou, Ke Xu,, Liancheng Fang, Philip S. Yu

TL;DR
This paper questions the necessity of graph convolutions during training in recommender systems and introduces LightGODE, a post-training graph ODE method that reduces training time while maintaining or improving recommendation quality.
Contribution
The paper proposes LightGODE, a novel post-training graph convolution approach using a graph ODE, which bypasses intensive message passing and addresses embedding discrepancy issues.
Findings
LightGODE reduces training time significantly.
It outperforms GCN-based models in effectiveness.
It mitigates embedding discrepancy in deep graph models.
Abstract
The efficiency and scalability of graph convolution networks (GCNs) in training recommender systems (RecSys) have been persistent concerns, hindering their deployment in real-world applications. This paper presents a critical examination of the necessity of graph convolutions during the training phase and introduces an innovative alternative: the Light Post-Training Graph Ordinary-Differential-Equation (LightGODE). Our investigation reveals that the benefits of GCNs are more pronounced during testing rather than training. Motivated by this, LightGODE utilizes a novel post-training graph convolution method that bypasses the computation-intensive message passing of GCNs and employs a non-parametric continuous graph ordinary-differential-equation (ODE) to dynamically model node representations. This approach drastically reduces training time while achieving fine-grained post-training graph…
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
TopicsAdvanced Graph Neural Networks · Data Visualization and Analytics · Recommender Systems and Techniques
MethodsConvolution
