Regional based query in graph active learning
Roy Abel, Yoram Louzoun

TL;DR
This paper introduces regional-based query strategies for graph active learning, leveraging neighbor class uncertainty and PageRank extensions to improve node classification accuracy with minimal labeled data.
Contribution
It proposes two novel regional uncertainty criteria for active learning in graph neural networks, outperforming existing methods especially with low labeled node fractions.
Findings
PageRank-based criterion is optimal at low labeled node fractions.
Regional uncertainty surpasses existing methods as labeled fraction approaches one.
Methods can be extended to other classification problems with defined distance metrics.
Abstract
Graph convolution networks (GCN) have emerged as the leading method to classify node classes in networks, and have reached the highest accuracy in multiple node classification tasks. In the absence of available tagged samples, active learning methods have been developed to obtain the highest accuracy using the minimal number of queries to an oracle. The current best active learning methods use the sample class uncertainty as selection criteria. However, in graph based classification, the class of each node is often related to the class of its neighbors. As such, the uncertainty in the class of a node's neighbor may be a more appropriate selection criterion. We here propose two such criteria, one extending the classical uncertainty measure, and the other extending the page-rank algorithm. We show that the latter is optimal when the fraction of tagged nodes is low, and when this fraction…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning and Algorithms · Complex Network Analysis Techniques
MethodsConvolution
