Collaborative Graph Walk for Semi-supervised Multi-Label Node Classification
Uchenna Akujuobi, Han Yufei, Qiannan Zhang, Xiangliang Zhang
TL;DR
The paper tackles semi-supervised multi-label node classification on attributed graphs, where limited labeled data makes learning challenging and label dependencies must be captured.It proposes Multi-Label-Graph-Walk (MLGW), a reinforcement-learning framework with $L$ label-specific agents that perform simultaneous graph walks, utilizing a GRU-based history and a score network to select next nodes, and learning via on-policy gradient with a centralized distilled policy $\pi_d$ to encourage cross-label knowledge sharing.Key contributions include (i) a novel collaborative policy learning scheme that models label correlations through centralized regularization, (ii) a POMDP-based, end-to-end trainable architecture enabling both transductive and inductive inference, and (iii) strong empirical results on DBLP and Delve showing significant improvements over state-of-the-art baselines, supported by trajectory analyses of learned walks.Overall, the approach advances semi-supervised multi-label graph learning by enabling efficient, label-aware exploration and embedding refinement, with practical impact on real-world attributed networks.
Abstract
In this work, we study semi-supervised multi-label node classification problem in attributed graphs. Classic solutions to multi-label node classification follow two steps, first learn node embedding and then build a node classifier on the learned embedding. To improve the discriminating power of the node embedding, we propose a novel collaborative graph walk, named Multi-Label-Graph-Walk, to finely tune node representations with the available label assignments in attributed graphs via reinforcement learning. The proposed method formulates the multi-label node classification task as simultaneous graph walks conducted by multiple label-specific agents. Furthermore, policies of the label-wise graph walks are learned in a cooperative way to capture first the predictive relation between node labels and structural attributes of graphs; and second, the correlation among the multiple label-specific classification tasks. A comprehensive experimental study demonstrates that the proposed method can achieve significantly better multi-label classification performance than the state-of-the-art approaches and conduct more efficient graph exploration.
