English

Toward the Analysis of Graph Neural Networks

Software Engineering 2022-01-04 v1 Machine Learning

Abstract

Graph Neural Networks (GNNs) have recently emerged as a robust framework for graph-structured data. They have been applied to many problems such as knowledge graph analysis, social networks recommendation, and even Covid19 detection and vaccine developments. However, unlike other deep neural networks such as Feed Forward Neural Networks (FFNNs), few analyses such as verification and property inferences exist, potentially due to dynamic behaviors of GNNs, which can take arbitrary graphs as input, whereas FFNNs which only take fixed size numerical vectors as inputs. This paper proposes an approach to analyze GNNs by converting them into FFNNs and reusing existing FFNNs analyses. We discuss various designs to ensure the scalability and accuracy of the conversions. We illustrate our method on a study case of node classification. We believe that our approach opens new research directions for understanding and analyzing GNNs.

Keywords

Cite

@article{arxiv.2201.00115,
  title  = {Toward the Analysis of Graph Neural Networks},
  author = {Thanh-Dat Nguyen and Thanh Le-Cong and ThanhVu H. Nguyen and Xuan-Bach D. Le and Quyet-Thang Huynh},
  journal= {arXiv preprint arXiv:2201.00115},
  year   = {2022}
}

Comments

Accepted to ICSE 2022, NIER track