GFCN: A New Graph Convolutional Network Based on Parallel Flows
Feng Ji, Jielong Yang, Qiang Zhang, and Wee Peng Tay

TL;DR
This paper introduces GFCN, a novel graph convolutional network that uses parallel flow decomposition to enable CNN-like processing on graph-structured data, demonstrated on various datasets.
Contribution
The paper proposes a new graph convolutional approach based on parallel flow decomposition, allowing CNN architectures to be applied to general graphs.
Findings
Effective on MNIST, synthetic, and news classification datasets.
Outperforms existing methods in graph-based tasks.
Shows versatility of flow-based graph decomposition.
Abstract
In view of the huge success of convolution neural networks (CNN) for image classification and object recognition, there have been attempts to generalize the method to general graph-structured data. One major direction is based on spectral graph theory and graph signal processing. In this paper, we study the problem from a completely different perspective, by introducing parallel flow decomposition of graphs. The essential idea is to decompose a graph into families of non-intersecting one dimensional (1D) paths, after which, we may apply a 1D CNN along each family of paths. We demonstrate that the our method, which we call GraphFlow, is able to transfer CNN architectures to general graphs. To show the effectiveness of our approach, we test our method on the classical MNIST dataset, synthetic datasets on network information propagation and a news article classification dataset.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Complex Network Analysis Techniques
MethodsConvolution
