Graph Classification via Discriminative Edge Feature Learning
Yang Yi, Xuequan Lu, Shang Gao, Antonio Robles-Kelly, Yuejie Zhang

TL;DR
This paper introduces a novel edge feature learning scheme and add-on layer for spectral graph CNNs, significantly improving graph classification accuracy on new datasets derived from point cloud objects.
Contribution
It proposes a lightweight, effective method for learning edge features and optimizing graph structure within spectral GCNNs, addressing limitations of fixed graphs and lack of edge features.
Findings
Achieved over 96% accuracy on Graph-ModelNet40
Outperformed state-of-the-art methods on new datasets
Constructed and released three new graph datasets
Abstract
Spectral graph convolutional neural networks (GCNNs) have been producing encouraging results in graph classification tasks. However, most spectral GCNNs utilize fixed graphs when aggregating node features, while omitting edge feature learning and failing to get an optimal graph structure. Moreover, many existing graph datasets do not provide initialized edge features, further restraining the ability of learning edge features via spectral GCNNs. In this paper, we try to address this issue by designing an edge feature scheme and an add-on layer between every two stacked graph convolution layers in GCNN. Both are lightweight while effective in filling the gap between edge feature learning and performance enhancement of graph classification. The edge feature scheme makes edge features adapt to node representations at different graph convolution layers. The add-on layers help adjust the edge…
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
MethodsTest · Convolution
