paper-with-me

Papers

A Simple and Scalable Graph Neural Network for Large Directed Graphs

2023-06-14 · Seiji Maekawa, Yuya Sasaki, Makoto Onizuka

Node classification is one of the hottest tasks in graph analysis. Though existing studies have explored various node representations in directed and undirected graphs, they have overlooked the distinctions of their capabilities to capture the information of graphs. To tackle the limitation, we investigate various combinations of node representations (aggregated features vs. adjacency lists) and edge direction awareness within an input graph (directed vs. undirected). We address the first empirical study to benchmark the performance of various GNNs that use either combination of node representations and edge direction awareness. Our experiments demonstrate that no single combination stably achieves state-of-the-art results across datasets, which indicates that we need to select appropriate combinations depending on the dataset characteristics. In response, we propose a simple yet holistic classification method A2DUG which leverages all combinations of node representations in directed and undirected graphs. We demonstrate that A2DUG stably performs well on various datasets and improves the accuracy up to 11.29 compared with the state-of-the-art methods. To spur the development of new methods, we publicly release our complete codebase under the MIT license.

📄 PDF Abstract BibTeX arXiv:2306.08274

Code (1)

seijimaekawa/a2dug 공식 구현 pytorch

Tasks

ClassificationGraph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A Unified Spectral Sparsification Framework for Directed Graphs

2021-01-01 · Ying Zhang, Zhiqiang Zhao, Zhuo Feng

Recent spectral graph sparsification research allows constructing nearly-linear-sized subgraphs that can well preserve the spectral (structural) properties of the original graph, such as the first few eigenvalues and eig…

LightDiC: A Simple yet Effective Approach for Large-scale Digraph Representation Learning

2024-01-22 · Xunkai Li, Meihao Liao, Zhengyu Wu, Daohan Su 외

Most existing graph neural networks (GNNs) are limited to undirected graphs, whose restricted scope of the captured relational information hinders their expressive capabilities and deployments in real-world scenarios. Co…

DenoisingRepresentation Learning

Digraphwave: Scalable Extraction of Structural Node Embeddings via Diffusion on Directed Graphs

2022-07-20 · Ciwan Ceylan, Kambiz Ghoorchian, Danica Kragic

Structural node embeddings, vectors capturing local connectivity information for each node in a graph, have many applications in data mining and machine learning, e.g., network alignment and node classification, clusteri…

Anomaly DetectionNode Classification

Asymmetric Transitivity Preserving Graph Embedding

2020-05-13 · ‏‏‎ ‎ 2020 5 · Mingdong Ou, Peng Cui, Jian Pei, Ziwei Zhang 외

Graph embedding algorithms embed a graph into a vector space where the structure and the inherent properties of the graph are preserved. The existing graph embedding methods cannot preserve the asymmetric transitivity we…

Graph EmbeddingLink Prediction

Transduction on Directed Graphs via Absorbing Random Walks

2014-02-19 · Jaydeep De, Xiaowei Zhang, Li Cheng

In this paper we consider the problem of graph-based transductive classification, and we are particularly interested in the directed graph scenario which is a natural form for many real world applications. Different from…