paper-with-me

홈 › Papers

Graph Neural Networks for Small Graph and Giant Network Representation Learning: An Overview

2019-08-01 · Jiawei Zhang

Graph neural networks denote a group of neural network models introduced for the representation learning tasks on graph data specifically. Graph neural networks have been demonstrated to be effective for capturing network structure information, and the learned representations can achieve the state-of-the-art performance on node and graph classification tasks. Besides the different application scenarios, the architectures of graph neural network models also depend on the studied graph types a lot. Graph data studied in research can be generally categorized into two main types, i.e., small graphs vs. giant networks, which differ from each other a lot in the size, instance number and label annotation. Several different types of graph neural network models have been introduced for learning the representations from such different types of graphs already. In this paper, for these two different types of graph data, we will introduce the graph neural networks introduced in recent years. To be more specific, the graph neural networks introduced in this paper include IsoNN, SDBN, LF&ER, GCN, GAT, DifNN, GNL, GraphSage and seGEN. Among these graph neural network models, IsoNN, SDBN and LF&ER are initially proposed for small graphs and the remaining ones are initially proposed for giant networks instead. The readers are also suggested to refer to these papers for detailed information when reading this tutorial paper.

📄 PDF Abstract BibTeX arXiv:1908.00187

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph Neural NetworkRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
GraphSAGE GraphSAGE is a general inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen…
GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Node Feature Extraction by Self-Supervised Multi-scale Neighborhood Prediction

2021-10-29 · ICLR 2022 4 · Eli Chien, Wei-Cheng Chang, Cho-Jui Hsieh, Hsiang-Fu Yu 외

Learning on graphs has attracted significant attention in the learning community due to numerous real-world applications. In particular, graph neural networks (GNNs), which take numerical node features and graph structur…

Extreme Multi-Label ClassificationLanguage ModellingLink PredictionMulti-Label Classification+3

Global Neighbor Sampling for Mixed CPU-GPU Training on Giant Graphs

2021-06-11 · Jialin Dong, Da Zheng, Lin F. Yang, Geroge Karypis

Graph neural networks (GNNs) are powerful tools for learning from graph data and are widely used in various applications such as social network recommendation, fraud detection, and graph search. The graphs in these appli…

CPUFraud DetectionGPU

Geodesic Length Distribution in Sparse Network Ensembles

2021-11-03 · Sahil Loomba, Nick S. Jones

A key task in the study of networked systems is to derive local and global properties that impact connectivity, synchronizability, and robustness; computing shortest paths or geodesics yields measures of network connecti…

E2EG: End-to-End Node Classification Using Graph Topology and Text-based Node Attributes

2022-08-09 · Tu Anh Dinh, Jeroen den Boef, Joran Cornelisse, Paul Groth

Node classification utilizing text-based node attributes has many real-world applications, ranging from prediction of paper topics in academic citation graphs to classification of user characteristics in social media net…

ClassificationNode Classification

Mini-Giants: "Small" Language Models and Open Source Win-Win

2023-07-17 · Zhengping Zhou, Lezhi Li, Xinxi Chen, Andy Li

ChatGPT is phenomenal. However, it is prohibitively expensive to train and refine such giant models. Fortunately, small language models are flourishing and becoming more and more competent. We call them "mini-giants". We…