Graph Classification via Reference Distribution Learning: Theory and Practice
Zixiao Wang, Jicong Fan

TL;DR
This paper introduces Graph Reference Distribution Learning (GRDL), a novel graph classification method that models node embeddings as distributions, avoiding pooling, with proven generalization advantages and significant efficiency improvements over existing methods.
Contribution
The paper proposes GRDL, a new graph classification approach using reference distribution learning, with theoretical generalization bounds and extensive empirical validation showing superior performance.
Findings
GRDL outperforms state-of-the-art methods on various datasets.
GRDL is at least 10 times faster in training and inference.
Theoretical bounds confirm GRDL's stronger generalization ability.
Abstract
Graph classification is a challenging problem owing to the difficulty in quantifying the similarity between graphs or representing graphs as vectors, though there have been a few methods using graph kernels or graph neural networks (GNNs). Graph kernels often suffer from computational costs and manual feature engineering, while GNNs commonly utilize global pooling operations, risking the loss of structural or semantic information. This work introduces Graph Reference Distribution Learning (GRDL), an efficient and accurate graph classification method. GRDL treats each graph's latent node embeddings given by GNN layers as a discrete distribution, enabling direct classification without global pooling, based on maximum mean discrepancy to adaptively learned reference distributions. To fully understand this new model (the existing theories do not apply) and guide its configuration (e.g.,…
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
Taxonomy
TopicsText and Document Classification Technologies
