Learning Graph Neural Networks with Positive and Unlabeled Nodes
Man Wu, Shirui Pan, Lan Du, Xingquan Zhu

TL;DR
This paper introduces LSDAN, a novel GNN framework that captures both short and long-distance relationships in graphs using multiple distance-based graphs and attention mechanisms, enabling learning from positive and unlabeled nodes.
Contribution
The paper proposes a new GNN framework, LSDAN, that models multi-distance relationships and supports learning from positive and unlabeled data, addressing limitations of existing GNNs.
Findings
Effective in real-world datasets
Captures long-distance node relationships
Improves learning from limited labels
Abstract
Graph neural networks (GNNs) are important tools for transductive learning tasks, such as node classification in graphs, due to their expressive power in capturing complex interdependency between nodes. To enable graph neural network learning, existing works typically assume that labeled nodes, from two or multiple classes, are provided, so that a discriminative classifier can be learned from the labeled data. In reality, this assumption might be too restrictive for applications, as users may only provide labels of interest in a single class for a small number of nodes. In addition, most GNN models only aggregate information from short distances (e.g., 1-hop neighbors) in each round, and fail to capture long distance relationship in graphs. In this paper, we propose a novel graph neural network framework, long-short distance aggregation networks (LSDAN), to overcome these limitations.…
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
MethodsGraph Neural Network
