Simple Multigraph Convolution Networks
- URL: http://arxiv.org/abs/2403.05014v1
- Date: Fri, 8 Mar 2024 03:27:58 GMT
- Title: Simple Multigraph Convolution Networks
- Authors: Danyang Wu, Xinjie Shen, Jitao Lu, Jin Xu, Feiping Nie
- Abstract summary: Existing multigraph convolution methods either ignore the cross-view interaction among multiple graphs, or induce extremely high computational cost due to standard cross-view operators.
This paper proposes a Simple Multi Convolution Networks (SMGCN) which first extracts consistent cross-view topology from multigraphs including edge-level and subgraph-level topology, then performs expansion based on raw multigraphs and consistent topologies.
In theory, SMGCN utilizes the consistent topologies in expansion rather than standard cross-view expansion, which performs credible cross-view spatial message-passing, and effectively reduces the complexity of standard expansion.
- Score: 49.19906483875984
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Existing multigraph convolution methods either ignore the cross-view
interaction among multiple graphs, or induce extremely high computational cost
due to standard cross-view polynomial operators. To alleviate this problem,
this paper proposes a Simple MultiGraph Convolution Networks (SMGCN) which
first extracts consistent cross-view topology from multigraphs including
edge-level and subgraph-level topology, then performs polynomial expansion
based on raw multigraphs and consistent topologies. In theory, SMGCN utilizes
the consistent topologies in polynomial expansion rather than standard
cross-view polynomial expansion, which performs credible cross-view spatial
message-passing, follows the spectral convolution paradigm, and effectively
reduces the complexity of standard polynomial expansion. In the simulations,
experimental results demonstrate that SMGCN achieves state-of-the-art
performance on ACM and DBLP multigraph benchmark datasets. Our codes are
available at https://github.com/frinkleko/SMGCN.
Related papers
- Scalable Graph Compressed Convolutions [68.85227170390864]
We propose a differentiable method that applies permutations to calibrate input graphs for Euclidean convolution.
Based on the graph calibration, we propose the Compressed Convolution Network (CoCN) for hierarchical graph representation learning.
arXiv Detail & Related papers (2024-07-26T03:14:13Z) - UniG-Encoder: A Universal Feature Encoder for Graph and Hypergraph Node
Classification [6.977634174845066]
A universal feature encoder for both graph and hypergraph representation learning is designed, called UniG-Encoder.
The architecture starts with a forward transformation of the topological relationships of connected nodes into edge or hyperedge features.
The encoded node embeddings are then derived from the reversed transformation, described by the transpose of the projection matrix.
arXiv Detail & Related papers (2023-08-03T09:32:50Z) - Seq-HGNN: Learning Sequential Node Representation on Heterogeneous Graph [57.2953563124339]
We propose a novel heterogeneous graph neural network with sequential node representation, namely Seq-HGNN.
We conduct extensive experiments on four widely used datasets from Heterogeneous Graph Benchmark (HGB) and Open Graph Benchmark (OGB)
arXiv Detail & Related papers (2023-05-18T07:27:18Z) - Graph Convolutional Networks with Dual Message Passing for Subgraph
Isomorphism Counting and Matching [42.55928561326902]
Graph neural networks (GNNs) and message passing neural networks (MPNNs) have been proven to be expressive for subgraph structures.
We propose dual message passing neural networks (DMPNNs) to enhance the substructure representation learning.
arXiv Detail & Related papers (2021-12-16T10:23:48Z) - Dist2Cycle: A Simplicial Neural Network for Homology Localization [66.15805004725809]
Simplicial complexes can be viewed as high dimensional generalizations of graphs that explicitly encode multi-way ordered relations.
We propose a graph convolutional model for learning functions parametrized by the $k$-homological features of simplicial complexes.
arXiv Detail & Related papers (2021-10-28T14:59:41Z) - VQ-GNN: A Universal Framework to Scale up Graph Neural Networks using
Vector Quantization [70.8567058758375]
VQ-GNN is a universal framework to scale up any convolution-based GNNs using Vector Quantization (VQ) without compromising the performance.
Our framework avoids the "neighbor explosion" problem of GNNs using quantized representations combined with a low-rank version of the graph convolution matrix.
arXiv Detail & Related papers (2021-10-27T11:48:50Z) - Multiplex Graph Networks for Multimodal Brain Network Analysis [30.195666008281915]
We propose MGNet, a simple and effective multiplex graph convolutional network (GCN) model for multimodal brain network analysis.
We conduct classification task on two challenging real-world datasets (HIV and Bipolar disorder)
arXiv Detail & Related papers (2021-07-31T06:01:29Z) - Breaking the Limits of Message Passing Graph Neural Networks [6.175401630947573]
Graph Neural Networks (MPNNs) have a linear complexity with respect to the number of nodes when applied to sparse graphs.
In this paper, we show that if the graph convolution supports are designed in spectral-domain by a non-linear custom function of eigenvalues, the MPNN is theoretically more powerful than the 1-WL test.
arXiv Detail & Related papers (2021-06-08T13:26:56Z) - Spatio-Temporal Inception Graph Convolutional Networks for
Skeleton-Based Action Recognition [126.51241919472356]
We design a simple and highly modularized graph convolutional network architecture for skeleton-based action recognition.
Our network is constructed by repeating a building block that aggregates multi-granularity information from both the spatial and temporal paths.
arXiv Detail & Related papers (2020-11-26T14:43:04Z) - Multivariate Time Series Classification with Hierarchical Variational
Graph Pooling [23.66868187446734]
Existing deep learning-based MTSC techniques are primarily concerned with the temporal dependency of single time series.
We propose a novel graph pooling-based framework MTPool to obtain the expressive global representation of MTS.
Experiments on ten benchmark datasets exhibit MTPool outperforms state-of-the-art strategies in the MTSC task.
arXiv Detail & Related papers (2020-10-12T12:36:47Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.