LGFeb 9, 2025

Norm Augmented Graph AutoEncoders for Link Prediction

arXiv:2502.05868v12 citationsh-index: 4ICASSP
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in graph neural networks for link prediction, offering an incremental improvement for applications in network analysis and recommendation systems.

The paper tackled the problem of link prediction performance degradation in Graph AutoEncoders due to long-tailed node degree distributions, where low-degree nodes underperform, and proposed a norm augmentation strategy that improved performance by up to 15% on low-degree nodes in experiments.

Link Prediction (LP) is a crucial problem in graph-structured data. Graph Neural Networks (GNNs) have gained prominence in LP, with Graph AutoEncoders (GAEs) being a notable representation. However, our empirical findings reveal that GAEs' LP performance suffers heavily from the long-tailed node degree distribution, i.e., low-degree nodes tend to exhibit inferior LP performance compared to high-degree nodes. \emph{What causes this degree-related bias, and how can it be mitigated?} In this study, we demonstrate that the norm of node embeddings learned by GAEs exhibits variation among nodes with different degrees, underscoring its central significance in influencing the final performance of LP. Specifically, embeddings with larger norms tend to guide the decoder towards predicting higher scores for positive links and lower scores for negative links, thereby contributing to superior performance. This observation motivates us to improve GAEs' LP performance on low-degree nodes by increasing their embedding norms, which can be implemented simply yet effectively by introducing additional self-loops into the training objective for low-degree nodes. This norm augmentation strategy can be seamlessly integrated into existing GAE methods with light computational cost. Extensive experiments on various datasets and GAE methods show the superior performance of norm-augmented GAEs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes