MSGCN: Multiplex Spatial Graph Convolution Network for Interlayer Link Weight Prediction
Steven E. Wilson, Sina Khanmohammadi
TL;DR
The paper tackles interlayer link weight prediction in multiplex networks, a task that benefits from capturing cross-layer structure while respecting node geometry. It introduces MSGCN, which projects node features across layers and applies spatial graph convolution to learn interlayer dependencies, complemented by a custom loss to mitigate oversmoothing. Across synthetic datasets with known interlayer links, MSGCN achieves robust, generalizable predictions and outperforms extended single-layer baselines in accuracy and stability. The work offers practical implications for spatially embedded multiplex systems (e.g., transportation, biology) and outlines avenues for scalability and broader network generalization.
Abstract
Graph Neural Networks (GNNs) have been widely used for various learning tasks, ranging from node classification to link prediction. They have demonstrated excellent performance in multiple domains involving graph-structured data. However, an important category of learning tasks, namely link weight prediction, has received less emphasis due to its increased complexity compared to binary link classification. Link weight prediction becomes even more challenging when considering multilayer networks, where nodes can be interconnected across multiple layers. To address these challenges, we propose a new method named Multiplex Spatial Graph Convolution Network (MSGCN), which spatially embeds information across multiple layers to predict interlayer link weights. The MSGCN model generalizes spatial graph convolution to multiplex networks and captures the geometric structure of nodes across multiple layers. Extensive experiments using data with known interlayer link information show that the MSGCN model has robust, accurate, and generalizable link weight prediction performance across a wide variety of multiplex network structures.
