Large-Scale Graph Neural Networks
With the recent rise in machine learning, neural network is also applied to graph data, which has a more versatile data structure, has gained significant attention.
This project is working on developing technologies to process graph deep learning with higher accuracy and speed, as well as creating benchmarks to evaluate the performance of various graph neural networks.
The project focuses primarily on three key pillars.
The first pillar involves developing integrated graph deep learning techniques that complement the advantages and address the limitations of multiple graph deep learning methods. This includes working on techniques for weighting multiple Graph Neural Networks (GNNs) with consideration for robustness.
The second pillar is dedicated to researching graph generators [1] that control the characteristics of real-world graphs and creating benchmarks using artificial graph generators to elucidate the strengths and weaknesses of various graph neural networks [2].
This includes developing techniques to extract graph properties (such as homophily/heterophily and core/border) and class distributions from input graphs, and generating various graphs based on these distributions.
The final pillar focuses on enhancing the accuracy and speed of graph neural networks [2, 4, 5] for a variety of graph data.
Members
Publication list
[2] Seiji Maekawa, Yuya Sasaki, Makoto Onizuka: Why Using Either Aggregated Features or Adjacency Lists in Directed or Undirected Graph? Empirical Study and Simple Classification Method. CoRR abs/2306.08274 (2023)
[3] Seiji Maekawa, Koki Noda, Yuya Sasaki, Makoto Onizuka: Beyond Real-world Benchmark Datasets: An Empirical Study of Node Classification with GNNs. NeurIPS 2022
[4] Seiji Maekawa, Yuya Sasaki, George Fletcher, Makoto Onizuka: GNN Transformation Framework for Improving Efficiency and Scalability. ECML/PKDD (2) 2022: 360-376
[5] Yuya Ogawa, Seiji Maekawa, Yuya Sasaki, Yasuhiro Fujiwara, Makoto Onizuka: Adaptive Node Embedding Propagation for Semi-supervised Classification. ECML/PKDD (2) 2021: 417-433
Funding
Resources
Beyond Real-world Benchmark Datasets: An Empirical Study of Node Classification with GNNs: https://github.com/seijimaekawa/empirical-study-of-GNNs
GNN Transformation Framework: https://github.com/seijimaekawa/LCtransformation
Adaptive Node Embedding Propagation for Semi-supervised Classification: https://github.com/suzu97t/ANEPN