paper-with-me

Papers

MSGCN: Multiplex Spatial Graph Convolution Network for Interlayer Link Weight Prediction

2025-04-24 · Steven E. Wilson, Sina Khanmohammadi

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.

📄 PDF Abstract BibTeX arXiv:2504.17749

Code (1)

3sigmalab/MSGCN 공식 구현 pytorch

Tasks

Link PredictionNode ClassificationPrediction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Link Prediction in Multiplex Networks based on Interlayer Similarity

2019-04-23 · Shaghayegh Najari, Mostafa Salehi, Vahid Ranjbar, Mahdi Jalili

Some networked systems can be better modelled by multilayer structure where the individual nodes develop relationships in multiple layers. Multilayer networks with similar nodes across layers are also known as multiplex …

Link PredictionPrediction

PuzzleNet: Scene Text Detection by Segment Context Graph Learning

2020-02-26 · Hao Liu, Antai Guo, Deqiang Jiang, Yiqing Hu 외

Recently, a series of decomposition-based scene text detection methods has achieved impressive progress by decomposing challenging text regions into pieces and linking them in a bottom-up manner. However, most of them me…

Graph LearningScene Text DetectionText Detection

Superpixel perception graph neural network for intelligent defect detection of aero-engine blade

2022-10-14 · Hongbing Shang, Qixiu Yang, Chuang Sun, Xuefeng Chen 외

Aero-engine is the core component of aircraft and other spacecraft. The high-speed rotating blades provide power by sucking in air and fully combusting, and various defects will inevitably occur, threatening the operatio…

Defect DetectionGraph Neural NetworkRegion Proposal

Frequency-based brain networks: From a multiplex framework to a full multilayer description

2017-09-14

We explore how to study dynamical interactions between brain regions using functional multilayer networks whose layers represent the different frequency bands at which a brain operates. Specifically, we investigate the c…

Memory-Efficient CNN Accelerator Based on Interlayer Feature Map Compression

2021-10-12 · Zhuang Shao, Xiaoliang Chen, Li Du, Lei Chen 외

Existing deep convolutional neural networks (CNNs) generate massive interlayer feature data during network inference. To maintain real-time processing in embedded systems, large on-chip memory is required to buffer the i…

Feature CompressionQuantization