Active Learning for Graph Embedding
Hongyun Cai, Vincent W. Zheng, Kevin Chen-Chuan Chang

TL;DR
This paper introduces AGE, an active learning framework for semi-supervised graph embedding that intelligently selects nodes for labeling to improve graph analysis performance, combining graph structure and embedding uncertainty.
Contribution
The paper proposes a novel active learning strategy for graph embedding that adaptively combines graph-based and embedding-based criteria using time-sensitive parameters.
Findings
The proposed query strategy improves node classification accuracy.
Combining multiple criteria enhances the selection of informative nodes.
Experiments on three datasets demonstrate the effectiveness of AGE.
Abstract
Graph embedding provides an efficient solution for graph analysis by converting the graph into a low-dimensional space which preserves the structure information. In contrast to the graph structure data, the i.i.d. node embedding can be processed efficiently in terms of both time and space. Current semi-supervised graph embedding algorithms assume the labelled nodes are given, which may not be always true in the real world. While manually label all training data is inapplicable, how to select the subset of training data to label so as to maximize the graph analysis task performance is of great importance. This motivates our proposed active graph embedding (AGE) framework, in which we design a general active learning query strategy for any semi-supervised graph embedding algorithm. AGE selects the most informative nodes as the training labelled nodes based on the graphical information…
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
