IJCAI 2024poster3 citations

Exploring the Role of Node Diversity in Directed Graph Representation Learning

Jincheng Huang, Yujie Mo, Ping Hu, Xiaoshuang Shi, Shangbo Yuan, Zeyu Zhang, Xiaofeng Zhu

Abstract

Many methods of Directed Graph Neural Networks (DGNNs) are designed to equally treat nodes in the same neighbor set (i.e., out-neighbor set and in-neighbor set) for every node, without considering the node diversity in directed graphs, so they are often unavailable to adaptively acquire suitable information from neighbors of different directions. To alleviate this issue, in this paper, we investigate a new way to first consider node diversity for representation learning on directed graphs, i.e., neighbor diversity and degree diversity, and then propose a new NDDGNN framework to adaptively assign weights to both outgoing information and incoming information at the node level. Extensive experiments on seven real-world datasets validate the superior performance of our method compared to state-of-the-art methods in terms of both node classification and link prediction tasks.

Data Mining: DM: Mining graphsMachine Learning: ML: Representation learningMachine Learning: ML: Semi-supervised learning
BibTeX
@inproceedings{ijcai2024p229,
  title     = {Exploring the Role of Node Diversity in Directed Graph Representation Learning},
  author    = {Huang, Jincheng and Mo, Yujie and Hu, Ping and Shi, Xiaoshuang and Yuan, Shangbo and Zhang, Zeyu and Zhu, Xiaofeng},
  booktitle = {Proceedings of the Thirty-Third International Joint Conference on
               Artificial Intelligence, {IJCAI-24}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Kate Larson},
  pages     = {2072--2080},
  year      = {2024},
  month     = {8},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2024/229},
  url       = {https://doi.org/10.24963/ijcai.2024/229},
}