Semi-Supervised Graph Classification: A Hierarchical Graph Perspective
Jia Li, Yu Rong, Hong Cheng, Helen Meng, Wenbing Huang, Junzhou Huang

TL;DR
This paper introduces a hierarchical graph perspective for node classification where nodes are graphs themselves, proposing semi-supervised methods SEAL-C/AI and a novel embedding technique SAGE, achieving superior accuracy and interpretability.
Contribution
The work presents the first semi-supervised approach for hierarchical graph node classification, introducing the SAGE embedding method and iterative classifiers for improved performance.
Findings
SEAL-C/AI outperform existing methods in accuracy and Macro-F1.
SAGE effectively embeds variable-sized graphs into fixed-length vectors.
The approach provides meaningful interpretations of learned representations.
Abstract
Node classification and graph classification are two graph learning problems that predict the class label of a node and the class label of a graph respectively. A node of a graph usually represents a real-world entity, e.g., a user in a social network, or a protein in a protein-protein interaction network. In this work, we consider a more challenging but practically useful setting, in which a node itself is a graph instance. This leads to a hierarchical graph perspective which arises in many domains such as social network, biological network and document collection. For example, in a social network, a group of people with shared interests forms a user group, whereas a number of user groups are interconnected via interactions or common members. We study the node classification problem in the hierarchical graph where a `node' is a graph instance, e.g., a user group in the above example.…
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 · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
