Active Sampling for Node Attribute Completion on Graphs
Benyuan Liu, Xu Chen, Yanfeng Wang, Ya Zhang, Zhi Cao, Ivor Tsang

TL;DR
This paper introduces ATS, an active sampling algorithm that effectively restores missing node attributes in graphs by measuring node importance through structure and uncertainty, outperforming existing methods.
Contribution
It proposes a novel active sampling method that combines representativeness and uncertainty for node attribute completion, addressing limitations of prior decoupled frameworks.
Findings
ATS outperforms baseline methods on benchmark datasets.
The weighting scheme effectively balances structure and uncertainty.
Experiments demonstrate improved accuracy in downstream tasks.
Abstract
Node attribute, a type of crucial information for graph analysis, may be partially or completely missing for certain nodes in real world applications. Restoring the missing attributes is expected to benefit downstream graph learning. Few attempts have been made on node attribute completion, but a novel framework called Structure-attribute Transformer (SAT) was recently proposed by using a decoupled scheme to leverage structures and attributes. SAT ignores the differences in contributing to the learning schedule and finding a practical way to model the different importance of nodes with observed attributes is challenging. This paper proposes a novel AcTive Sampling algorithm (ATS) to restore missing node attributes. The representativeness and uncertainty of each node's information are first measured based on graph structure, representation similarity and learning bias. To select nodes as…
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
TopicsAdvanced Graph Neural Networks · Distributed Sensor Networks and Detection Algorithms
MethodsAttention Is All You Need · Adam · Residual Connection · Dropout · Softmax · Byte Pair Encoding · Linear Layer · Absolute Position Encodings · Multi-Head Attention · Position-Wise Feed-Forward Layer
