Semi-Supervised Graph Embedding for Multi-Label Graph Node Classification
Kaisheng Gao, Jing Zhang, Cangqi Zhou

TL;DR
This paper introduces ML-GCN, a semi-supervised graph neural network that embeds nodes and labels in a shared space, capturing label correlations to improve multi-label node classification performance.
Contribution
The paper proposes a novel GCN-based approach that embeds labels and nodes in a unified space and models label correlations, enhancing multi-label classification accuracy.
Findings
ML-GCN outperforms four state-of-the-art methods on several datasets.
The approach effectively captures label-label and node-label correlations.
Experimental results demonstrate improved classification performance.
Abstract
The graph convolution network (GCN) is a widely-used facility to realize graph-based semi-supervised learning, which usually integrates node features and graph topologic information to build learning models. However, as for multi-label learning tasks, the supervision part of GCN simply minimizes the cross-entropy loss between the last layer outputs and the ground-truth label distribution, which tends to lose some useful information such as label correlations, so that prevents from obtaining high performance. In this paper, we pro-pose a novel GCN-based semi-supervised learning approach for multi-label classification, namely ML-GCN. ML-GCN first uses a GCN to embed the node features and graph topologic information. Then, it randomly generates a label matrix, where each row (i.e., label vector) represents a kind of labels. The dimension of the label vector is the same as that of the node…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Advanced Graph Neural Networks · Sentiment Analysis and Opinion Mining
MethodsConvolution · Graph Convolutional Network
