LGAIMar 24, 2023

Structural Imbalance Aware Graph Augmentation Learning

arXiv:2303.13757v1h-index: 6
Originality Incremental advance
AI Analysis

This addresses robustness issues in graph machine learning for applications with imbalanced node structures, though it is incremental as it builds on existing augmentation and hub/tail aware methods.

The paper tackles the problem of structural imbalance in graphs, where hub nodes have denser connections than tail nodes, by proposing a selective graph augmentation method (SAug) that improves backbone GNNs and outperforms competitors in experiments.

Graph machine learning (GML) has made great progress in node classification, link prediction, graph classification and so on. However, graphs in reality are often structurally imbalanced, that is, only a few hub nodes have a denser local structure and higher influence. The imbalance may compromise the robustness of existing GML models, especially in learning tail nodes. This paper proposes a selective graph augmentation method (SAug) to solve this problem. Firstly, a Pagerank-based sampling strategy is designed to identify hub nodes and tail nodes in the graph. Secondly, a selective augmentation strategy is proposed, which drops the noisy neighbors of hub nodes on one side, and discovers the latent neighbors and generates pseudo neighbors for tail nodes on the other side. It can also alleviate the structural imbalance between two types of nodes. Finally, a GNN model will be retrained on the augmented graph. Extensive experiments demonstrate that SAug can significantly improve the backbone GNNs and achieve superior performance to its competitors of graph augmentation methods and hub/tail aware methods.

Foundations

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

Your Notes