Alleviating subgraph-induced oversmoothing in link prediction via coarse graining

Published in Neurocomputing, 2025, 2025

State-of-the-art link prediction methods often rely on extracting an enclosing subgraph for each target link and subsequently encoding these subgraphs into a Graph Neural Network (GNN). However, a fundamental challenge for extracting subgraphs is that statistically, high-degree nodes appear more frequently in subgraphs for different target links, yet the number of these high-degree nodes is small. Therefore, enclosing subgraphs for different target links tend to be quite similar, resulting in similar receptive fields for the GNN. Traditional methods, such as residual blocks or multiple hops, cannot solve this issue. We propose a simple coarse-graining-based subgraph representation for GNN. For each local subgraph, it merges nodes that are most strongly correlated in the correlation matrix, which ensures the GNN obtains diverse and informative receptive fields. This effectively mitigates the issue of over-smoothing. Additionally, it reduces the GNN’s training time by decreasing subgraph size, thereby enhancing the scalability of GNN for link prediction on large-scale graphs. Our experiments on widely used benchmark datasets highlight the adverse impact of high-degree nodes on LP tasks. The experiments also demonstrate the effectiveness of our proposed method in addressing this challenge.

Recommended citation: Zhu X, Hao D, Gao Z, et al. Alleviating subgraph-induced oversmoothing in link prediction via coarse graining[J]. Neurocomputing, 2025: 130666.
Download Paper