Unveiling The Convergence Dynamics of A Graph Recommender System

Published: 23 May 2025, Last Modified: 05 May 2026IEEE Transactions on Artificial IntelligenceEveryoneCC BY 4.0
Abstract: Graph neural networks (GNNs) have shown performance for learning on structured data and found applications in different fields like biology, physics, transportation, e-commerce. However, the convergence dynamics of GNN models, particularly the ones for link prediction tasks, remains a challenge for better design. Existing approaches have shown that some simpler GNN architectures can be effective as complex ones when used for recommender systems (recsys). This encourages the need to perceive the advantage of some components toward a model convergence. We built models for link prediction, specially recsys based on a single layer GNN and evaluate their convergence on real and generated graphs data. These recsys are based on a graph convolution layer with added scaling factor or activation function. Our theoretical and numerical results highlight the advantage of a scaling factor over an activation function. It means models which scale down features before the final output converge, compared with others. Besides, the ReLU activation function alone cannot compensate for the missing scaling factor. The takeaway and advantage of a scaling factor resides in its ability to change the direction of the hidden features vector.
Loading