paper-with-me

홈 › Papers

Digraph Inception Convolutional Networks

2020-12-01 · NeurIPS 2020 12 · Zekun Tong, Yuxuan Liang, Changsheng Sun, Xinke Li, David Rosenblum, Andrew Lim

Graph Convolutional Networks (GCNs) have shown promising results in modeling graph-structured data. However, they have difficulty with processing digraphs because of two reasons: 1) transforming directed to undirected graph to guarantee the symmetry of graph Laplacian is not reasonable since it not only misleads message passing scheme to aggregate incorrect weights but also deprives the unique characteristics of digraph structure; 2) due to the fixed receptive field in each layer, GCNs fail to obtain multi-scale features that can boost their performance. In this paper, we theoretically extend spectral-based graph convolution to digraphs and derive a simplified form using personalized PageRank. Specifically, we present the Digraph Inception Convolutional Networks (DiGCN) which utilizes digraph convolution and kth-order proximity to achieve larger receptive fields and learn multi-scale features in digraphs. We empirically show that DiGCN can encode more structural information from digraphs than GCNs and help achieve better performance when generalized to other models. Moreover, experiments on various benchmarks demonstrate its superiority against the state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (1)

flyingtango/DiGCN 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

A Magnetic Framelet-Based Convolutional Neural Network for Directed Graphs

2022-10-20 · Lequan Lin, Junbin Gao

Spectral Graph Convolutional Networks (spectral GCNNs), a powerful tool for analyzing and processing graph data, typically apply frequency filtering via Fourier transform to obtain representations with selective informat…

DenoisingLink PredictionNode Classification

Scale Invariance of Graph Neural Networks

2024-11-28 · Qin Jiang, Chengjia Wang, Michael Lones, Wei Pang

We address two fundamental challenges in Graph Neural Networks (GNNs): (1) the lack of theoretical support for invariance learning, a critical property in image processing, and (2) the absence of a unified model capable …

Graph LearningNode ClassificationNode Classification on Non-Homophilic (Heterophilic) Graphs

Graph Learning in 4D: a Quaternion-valued Laplacian to Enhance Spectral GCNs

2023-12-28 · Stefano Fiorini, Stefano Coniglio, Michele Ciavotta, Enza Messina

We introduce QuaterGCN, a spectral Graph Convolutional Network (GCN) with quaternion-valued weights at whose core lies the Quaternionic Laplacian, a quaternion-valued Laplacian matrix by whose proposal we generalize two …

Graph Learning

Transition-Based Coding and Formal Language Theory for Ordered Digraphs

2019-09-01 · WS 2019 9 · Anssi Yli-Jyr{\"a}

Transition-based parsing of natural language uses transition systems to build directed annotation graphs (digraphs) for sentences. In this paper, we define, for an arbitrary ordered digraph, a unique decomposition and a …

Effective, Fast, and Memory-Efficient Compressed Multi-function Convolutional Neural Networks for More Accurate Medical Image Classification

2018-11-29 · Luna M. Zhang

Convolutional Neural Networks (CNNs) usually use the same activation function, such as RELU, for all convolutional layers. There are performance limitations of just using RELU. In order to achieve better classification p…

General Classificationimage-classificationImage ClassificationMedical Image Classification