Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RIM: Reliable Influence-based Active Learning on Graphs

About

Message passing is the core of most graph models such as Graph Convolutional Network (GCN) and Label Propagation (LP), which usually require a large number of clean labeled data to smooth out the neighborhood over the graph. However, the labeling process can be tedious, costly, and error-prone in practice. In this paper, we propose to unify active learning (AL) and message passing towards minimizing labeling costs, e.g., making use of few and unreliable labels that can be obtained cheaply. We make two contributions towards that end. First, we open up a perspective by drawing a connection between AL enforcing message passing and social influence maximization, ensuring that the selected samples effectively improve the model performance. Second, we propose an extension to the influence model that incorporates an explicit quality factor to model label noise. In this way, we derive a fundamentally new AL selection criterion for GCN and LP--reliable influence maximization (RIM)--by considering quantity and quality of influence simultaneously. Empirical studies on public datasets show that RIM significantly outperforms current AL methods in terms of accuracy and efficiency.

Wentao Zhang, Yexin Wang, Zhenbang You, Meng Cao, Ping Huang, Jiulong Shan, Zhi Yang, Bin Cui• 2021

Related benchmarks

TaskDatasetResultRank
Node ClassificationCiteseer (test)
Accuracy0.675
729
Node ClassificationCora (test)
Mean Accuracy77.9
687
Node ClassificationPubMed (test)
Accuracy73.2
500
Node Classificationogbn-arxiv (test)
Accuracy60.8
382
Node ClassificationReddit (test)
Accuracy80.1
134
Node ClassificationTexas Hnode = 0.11--
24
Node ClassificationChameleon h=0.23 (50 labeled nodes)
Micro-F135.5
7
Node ClassificationChameleon h=0.23 (75 labeled nodes)
Micro-F142.8
7
Node ClassificationCora h=0.81 (35 labeled nodes)
Micro-F177.5
7
Node ClassificationChameleon h=0.23 (100 labeled nodes)
Micro-F134.4
7
Showing 10 of 21 rows

Other info

Code

Follow for update