Triadic Closure-Heterogeneity-Harmony GCN for Link Prediction

📅 2025-04-29
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address the poor generalizability of traditional heuristic methods and the neglect of node attributes and structural relationships in existing GNNs for link prediction in complex networks, this paper proposes a physics-informed graph neural network framework. It explicitly incorporates two statistical-physics-inspired topological metrics—triadic closure and degree heterogeneity—into a GCN architecture, forming a three-module collaborative design: anchor-feature construction, topology-enhanced representation learning, and deep probabilistic prediction. The method jointly leverages shortest-path-based anchor features and node attributes. Evaluated on nine real-world datasets—including both attribute-free and large-scale attributed networks—it achieves state-of-the-art performance and significantly improves cross-network generalizability. This work effectively bridges statistical physics modeling and graph deep learning.

Technology Category

Application Category

📝 Abstract
Link prediction aims to estimate the likelihood of connections between pairs of nodes in complex networks, which is beneficial to many applications from friend recommendation to metabolic network reconstruction. Traditional heuristic-based methodologies in the field of complex networks typically depend on predefined assumptions about node connectivity, limiting their generalizability across diverse networks. While recent graph neural network (GNN) approaches capture global structural features effectively, they often neglect node attributes and intrinsic structural relationships between node pairs. To address this, we propose TriHetGCN, an extension of traditional Graph Convolutional Networks (GCNs) that incorporates explicit topological indicators -- triadic closure and degree heterogeneity. TriHetGCN consists of three modules: topology feature construction, graph structural representation, and connection probability prediction. The topology feature module constructs node features using shortest path distances to anchor nodes, enhancing global structure perception. The graph structural module integrates topological indicators into the GCN framework to model triadic closure and heterogeneity. The connection probability module uses deep learning to predict links. Evaluated on nine real-world datasets, from traditional networks without node attributes to large-scale networks with rich features, TriHetGCN achieves state-of-the-art performance, outperforming mainstream methods. This highlights its strong generalization across diverse network types, offering a promising framework that bridges statistical physics and graph deep learning.
Problem

Research questions and friction points this paper is trying to address.

Predicts node connections in complex networks accurately
Overcomes limitations of heuristic and GNN methods
Integrates topological features for better generalization
Innovation

Methods, ideas, or system contributions that make the work stand out.

Extends GCN with triadic closure and heterogeneity
Uses shortest path distances for topology features
Integrates topological indicators into deep learning
🔎 Similar Papers
No similar papers found.