LGAIJan 14, 2021

Label Contrastive Coding based Graph Neural Network for Graph Classification

arXiv:2101.05486v133 citations
Originality Incremental advance
AI Analysis

This work addresses graph classification, a critical problem in domains like bioinformatics and social networks, by enhancing label utilization, though it is incremental as it builds on existing contrastive learning and GNN methods.

The paper tackles graph classification by proposing LCGNN, which uses label contrastive loss to improve intra-class compactness and inter-class separability, outperforming state-of-the-art models on eight benchmark datasets and achieving competitive performance with less training data.

Graph classification is a critical research problem in many applications from different domains. In order to learn a graph classification model, the most widely used supervision component is an output layer together with classification loss (e.g.,cross-entropy loss together with softmax or margin loss). In fact, the discriminative information among instances are more fine-grained, which can benefit graph classification tasks. In this paper, we propose the novel Label Contrastive Coding based Graph Neural Network (LCGNN) to utilize label information more effectively and comprehensively. LCGNN still uses the classification loss to ensure the discriminability of classes. Meanwhile, LCGNN leverages the proposed Label Contrastive Loss derived from self-supervised learning to encourage instance-level intra-class compactness and inter-class separability. To power the contrastive learning, LCGNN introduces a dynamic label memory bank and a momentum updated encoder. Our extensive evaluations with eight benchmark graph datasets demonstrate that LCGNN can outperform state-of-the-art graph classification models. Experimental results also verify that LCGNN can achieve competitive performance with less training data because LCGNN exploits label information comprehensively.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes