Revisiting 2D Convolutional Neural Networks for Graph-based Applications
Yecheng Lyu, Xinming Huang, Ziming Zhang

TL;DR
This paper introduces novel graph-to-grid mapping schemes, GPGL and H-GPGL, enabling the application of 2D CNNs to graph data by preserving topology, demonstrated on classification and segmentation tasks.
Contribution
It proposes two new graph-to-grid mapping methods, GPGL and H-GPGL, that facilitate the use of CNNs on graph data while maintaining graph structure.
Findings
GPGL effectively improves graph classification accuracy.
H-GPGL enhances 3D point cloud segmentation performance.
The methods enable CNN application on large and small graphs.
Abstract
Graph convolutional networks (GCNs) are widely used in graph-based applications such as graph classification and segmentation. However, current GCNs have limitations on implementation such as network architectures due to their irregular inputs. In contrast, convolutional neural networks (CNNs) are capable of extracting rich features from large-scale input data, but they do not support general graph inputs. To bridge the gap between GCNs and CNNs, in this paper we study the problem of how to effectively and efficiently map general graphs to 2D grids that CNNs can be directly applied to, while preserving graph topology as much as possible. We therefore propose two novel graph-to-grid mapping schemes, namely, {\em graph-preserving grid layout (GPGL)} and its extension {\em Hierarchical GPGL (H-GPGL)} for computational efficiency. We formulate the GPGL problem as integer programming and…
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
MethodsMaxout
