huangtinglin / MixGCF

MixGCF: An Improved Training Method for Graph Neural Network-based Recommender Systems, KDD2021
93 stars 26 forks source link

MixGCF for large graph version? #7

Open leon-cas opened 2 years ago

leon-cas commented 2 years ago

Hi! thank you for the great work. I was wondering if there is a kind of solution to make this work adaptive to large user-item graph?

huangtinglin commented 2 years ago

Sorry for the late reply. The time cost of training on a graph comes from the aggregation process of GNN. A way to accelerate the sampling process of MixGCF is re-using the inner product between user-item and updating the scores during the training. In this way, many computations can be saved but it may introduce bias.