A Survey on Graph Representation Learning Methods
Graphs representation learning has been a very active research area in recent years. The goal of graph representation learning is to generate graph representation vectors that capture the structure and features of large graphs accurately. This is especially important because the quality of the graph representation vectors will affect the performance of these vectors in downstream tasks such as node classification, link prediction and anomaly detection. Many techniques are proposed for generating effective graph representation vectors. Two of the most prevalent categories of graph representation learning are graph embedding methods without using graph neural nets (GNN), which we denote as non-GNN based graph embedding methods, and graph neural nets (GNN) based methods. Non-GNN graph embedding methods are based on techniques such as random walks, temporal point processes and neural network learning methods. GNN-based methods, on the other hand, are the application of deep learning on graph data. In this survey, we provide an overview of these two categories and cover the current state-of-the-art methods for both static and dynamic graphs. Finally, we explore some open and ongoing research directions for future work.
Code (0)
등록된 구현이 없습니다.
Tasks
Anomaly DetectionGraph EmbeddingGraph Representation LearningLink PredictionNode ClassificationPoint ProcessesRepresentation LearningSurveySimilar Papers 제목 키워드 기반
Learning Representations of Graph Data -- A Survey
Deep Neural Networks have shown tremendous success in the area of object recognition, image classification and natural language processing. However, designing optimal Neural Network architectures that can learn and outpu…
Graph Embeddingimage-classificationImage ClassificationObject Recognition+1A Comprehensive Survey on Deep Graph Representation Learning
Graph representation learning aims to effectively encode high-dimensional sparse graph-structured data into low-dimensional dense vectors, which is a fundamental task that has been widely studied in a range of fields, in…
Graph EmbeddingGraph Neural NetworkGraph Representation LearningRepresentation Learning+1Graph Neural Networks for Tabular Data Learning: A Survey with Taxonomy and Directions
In this survey, we dive into Tabular Data Learning (TDL) using Graph Neural Networks (GNNs), a domain where deep learning-based approaches have increasingly shown superior performance in both classification and regressio…
Representation LearningSurveyUncertainty Quantification on Graph Learning: A Survey
Graphical models, including Graph Neural Networks (GNNs) and Probabilistic Graphical Models (PGMs), have demonstrated their exceptional capabilities across numerous fields. These models necessitate effective uncertainty …
Decision MakingGraph LearningSurveyUncertainty QuantificationA Survey on Graph Structure Learning: Progress and Opportunities
Graphs are widely used to describe real-world objects and their interactions. Graph Neural Networks (GNNs) as a de facto model for analyzing graphstructured data, are highly sensitive to the quality of the given graph st…
Graph structure learningSurvey