Structural Optimization Makes Graph Classification Simpler and Better
Junran Wu, Jianhao Li, Yicheng Pan, Ke Xu

TL;DR
This paper introduces a structural optimization approach that simplifies graph models by transforming graphs into encoding trees with minimized structural entropy, leading to improved classification performance and reduced computational complexity.
Contribution
It proposes a novel structural optimization method transforming graphs into encoding trees and introduces hierarchical reporting for feature encoding, enhancing graph classification efficiency and accuracy.
Findings
Achieves better classification accuracy than existing methods.
Reduces computational complexity to O(n) in the tree kernel.
Demonstrates improved performance on multiple benchmarks.
Abstract
In deep neural networks, better results can often be obtained by increasing the complexity of previously developed basic models. However, it is unclear whether there is a way to boost performance by decreasing the complexity of such models. Here, based on an optimization method, we investigate the feasibility of improving graph classification performance while simplifying the model learning process. Inspired by progress in structural information assessment, we optimize the given data sample from graphs to encoding trees. In particular, we minimize the structural entropy of the transformed encoding tree to decode the key structure underlying a graph. This transformation is denoted as structural optimization. Furthermore, we propose a novel feature combination scheme, termed hierarchical reporting, for encoding trees. In this scheme, features are transferred from leaf nodes to root nodes…
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.
Code & Models
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
