TGNN: A Joint Semi-Supervised Framework for Graph-Level Classification

Abstract

This paper studies semi-supervised graph classification, a crucial task with a wide range of applications in social network analysis and bioinformatics. Recent works typically adopt graph neural networks to learn graph-level representations for classification, failing to explicitly leverage features derived from graph topology (e.g., paths). Moreover, when labeled data is scarce, these methods are far from satisfactory due to their insufficient topology exploration of unlabeled data. We address the challenge by proposing a novel semi-supervised framework called Twin Graph Neural Network (TGNN). To explore graph structural information from complementary views, our TGNN has a message passing module and a graph kernel module. To fully utilize unlabeled data, for each module, we calculate the similarity of each unlabeled graph to other labeled graphs in the memory bank and our consistency loss encourages consistency between two similarity distributions in different embedding spaces. The two twin modules collaborate with each other by exchanging instance similarity knowledge to fully explore the structure information of both labeled and unlabeled data. We evaluate our TGNN on various public datasets and show that it achieves strong performance.

Cite

Text

Ju et al. "TGNN: A Joint Semi-Supervised Framework for Graph-Level Classification." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/295

Markdown

[Ju et al. "TGNN: A Joint Semi-Supervised Framework for Graph-Level Classification." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/ju2022ijcai-tgnn/) doi:10.24963/IJCAI.2022/295

BibTeX

@inproceedings{ju2022ijcai-tgnn,
  title     = {{TGNN: A Joint Semi-Supervised Framework for Graph-Level Classification}},
  author    = {Ju, Wei and Luo, Xiao and Qu, Meng and Wang, Yifan and Chen, Chong and Deng, Minghua and Hua, Xian-Sheng and Zhang, Ming},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {2122-2128},
  doi       = {10.24963/IJCAI.2022/295},
  url       = {https://mlanthology.org/ijcai/2022/ju2022ijcai-tgnn/}
}