youyinnn / masc_research_knowledge_base

0 stars 0 forks source link

Paper review: A Comprehensive Survey on Graph Neural Networks #5

Open youyinnn opened 2 years ago

youyinnn commented 2 years ago

IEEE pages: https://ieeexplore.ieee.org/document/9046288 IEEE pages for Concordia: https://ieeexplore-ieee-org.lib-ezproxy.concordia.ca/document/9046288 PDF: https://ieeexplore-ieee-org.lib-ezproxy.concordia.ca/stamp/stamp.jsp?tp=&arnumber=9046288


Abstract

Deep learning has revolutionized many machine learning tasks in recent years, ranging from image classification and video processing to speech recognition and natural language understanding. The data in these tasks are typically represented in the Euclidean space. However, there is an increasing number of applications, where data are generated from non-Euclidean domains and are represented as graphs with complex relationships and interdependency between objects. The complexity of graph data has imposed significant challenges on the existing machine learning algorithms. Recently, many studies on extending deep learning approaches for graph data have emerged. In this article, we provide a comprehensive overview of graph neural networks (GNNs) in data mining and machine learning fields. We propose a new taxonomy to divide the state-of-the-art GNNs into four categories, namely, recurrent GNNs, convolutional GNNs, graph autoencoders, and spatial-temporal GNNs. We further discuss the applications of GNNs across various domains and summarize the open-source codes, benchmark data sets, and model evaluation of GNNs. Finally, we propose potential research directions in this rapidly growing field.

youyinnn commented 2 years ago

This is from Jincheng's recommandation for where I should start for graph neural network.