paper-with-me

홈 › Papers

Learning Graph Neural Networks with Positive and Unlabeled Nodes

2021-03-08 · Man Wu, Shirui Pan, Lan Du, Xingquan Zhu

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. By generating multiple graphs at different distance levels, based on the adjacency matrix, we develop a long-short distance attention model to model these graphs. The direct neighbors are captured via a short-distance attention mechanism, and neighbors with long distance are captured by a long distance attention mechanism. Two novel risk estimators are further employed to aggregate long-short-distance networks, for PU learning and the loss is back-propagated for model learning. Experimental results on real-world datasets demonstrate the effectiveness of our algorithm.

📄 PDF Abstract BibTeX arXiv:2103.04683

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkNode ClassificationTransductive Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Positive-Unlabeled Node Classification with Structure-aware Graph Learning

2023-10-20 · Hansi Yang, Yongqi Zhang, Quanming Yao, James Kwok

Node classification on graphs is an important research problem with many applications. Real-world graph data sets may not be balanced and accurate as assumed by most existing works. A challenging setting is positive-unla…

Anomaly DetectionClassificationGraph LearningNode Classification

Unraveling the Impact of Heterophilic Structures on Graph Positive-Unlabeled Learning

2024-05-30 · Yuhao Wu, Jiangchao Yao, Bo Han, Lina Yao 외

While Positive-Unlabeled (PU) learning is vital in many real-world scenarios, its application to graph data still remains under-explored. We unveil that a critical challenge for PU learning on graph lies on the edge hete…

Bilevel Optimization

Towards Improved Illicit Node Detection with Positive-Unlabelled Learning

2023-03-04 · Junliang Luo, Farimah Poursafaei, Xue Liu

Detecting illicit nodes on blockchain networks is a valuable task for strengthening future regulation. Recent machine learning-based methods proposed to tackle the tasks are using some blockchain transaction datasets wit…

Graph Representation LearningRepresentation Learning

PI-GNN: Towards Robust Semi-Supervised Node Classification against Noisy Labels

2021-09-29 · Xuefeng Du, Tian Bian, Yu Rong, Bo Han 외

Semi-supervised node classification on graphs is a fundamental problem in graph mining that uses a small set of labeled nodes and many unlabeled nodes for training, so that its performance is quite sensitive to the quali…

Graph MiningGraph Neural NetworkNode Classification

Dissimilar Nodes Improve Graph Active Learning

2022-12-05 · Zhicheng Ren, Yifu Yuan, Yuxin Wu, Xiaxuan Gao 외

Training labels for graph embedding algorithms could be costly to obtain in many practical scenarios. Active learning (AL) algorithms are very helpful to obtain the most useful labels for training while keeping the total…

Active LearningGraph EmbeddingGraph Neural NetworkNode Classification