English

SAILOR: Structural Augmentation Based Tail Node Representation Learning

Machine Learning 2023-08-16 v2 Artificial Intelligence

Abstract

Graph Neural Networks (GNNs) have achieved state-of-the-art performance in representation learning for graphs recently. However, the effectiveness of GNNs, which capitalize on the key operation of message propagation, highly depends on the quality of the topology structure. Most of the graphs in real-world scenarios follow a long-tailed distribution on their node degrees, that is, a vast majority of the nodes in the graph are tail nodes with only a few connected edges. GNNs produce inferior node representations for tail nodes since they lack structural information. In the pursuit of promoting the expressiveness of GNNs for tail nodes, we explore how the deficiency of structural information deteriorates the performance of tail nodes and propose a general Structural Augmentation based taIL nOde Representation learning framework, dubbed as SAILOR, which can jointly learn to augment the graph structure and extract more informative representations for tail nodes. Extensive experiments on public benchmark datasets demonstrate that SAILOR can significantly improve the tail node representations and outperform the state-of-the-art baselines.

Keywords

Cite

@article{arxiv.2308.06801,
  title  = {SAILOR: Structural Augmentation Based Tail Node Representation Learning},
  author = {Jie Liao and Jintang Li and Liang Chen and Bingzhe Wu and Yatao Bian and Zibin Zheng},
  journal= {arXiv preprint arXiv:2308.06801},
  year   = {2023}
}

Comments

Accepted by CIKM 2023; Code is available at https://github.com/Jie-Re/SAILOR

R2 v1 2026-06-28T11:54:39.069Z