paper-with-me

홈 › Papers

Robust Node Classification on Graphs: Jointly from Bayesian Label Transition and Topology-based Label Propagation

2022-08-21 · Jun Zhuang, Mohammad Al Hasan

Node classification using Graph Neural Networks (GNNs) has been widely applied in various real-world scenarios. However, in recent years, compelling evidence emerges that the performance of GNN-based node classification may deteriorate substantially by topological perturbation, such as random connections or adversarial attacks. Various solutions, such as topological denoising methods and mechanism design methods, have been proposed to develop robust GNN-based node classifiers but none of these works can fully address the problems related to topological perturbations. Recently, the Bayesian label transition model is proposed to tackle this issue but its slow convergence may lead to inferior performance. In this work, we propose a new label inference model, namely LInDT, which integrates both Bayesian label transition and topology-based label propagation for improving the robustness of GNNs against topological perturbations. LInDT is superior to existing label transition methods as it improves the label prediction of uncertain nodes by utilizing neighborhood-based label propagation leading to better convergence of label inference. Besides, LIndT adopts asymmetric Dirichlet distribution as a prior, which also helps it to improve label inference. Extensive experiments on five graph datasets demonstrate the superiority of LInDT for GNN-based node classification under three scenarios of topological perturbations.

📄 PDF Abstract BibTeX arXiv:2208.09779

Code (1)

junzhuang-code/lindt 공식 구현 pytorch

Tasks

Adversarial DefenseDenoisingNode Classification

Similar Papers 제목 키워드 기반

Enhancing the Resilience of Graph Neural Networks to Topological Perturbations in Sparse Graphs

2024-06-05 · Shuqi He, Jun Zhuang, Ding Wang, Luyao Peng 외

Graph neural networks (GNNs) have been extensively employed in node classification. Nevertheless, recent studies indicate that GNNs are vulnerable to topological perturbations, such as adversarial attacks and edge disrup…

Link PredictionNode Classification

GraphHop: An Enhanced Label Propagation Method for Node Classification

2021-01-07 · Tian Xie, Bin Wang, C. -C. Jay Kuo

A scalable semi-supervised node classification method on graph-structured data, called GraphHop, is proposed in this work. The graph contains attributes of all nodes but labels of a few nodes. The classical label propaga…

ClassificationGeneral ClassificationGraph LearningMulti-class Classification+1

Graph Posterior Network: Bayesian Predictive Uncertainty for Node Classification

2021-10-26 · NeurIPS 2021 12 · Maximilian Stadler, Bertrand Charpentier, Simon Geisler, Daniel Zügner 외

The interdependence between nodes in graphs is key to improve class predictions on nodes and utilized in approaches like Label Propagation (LP) or in Graph Neural Networks (GNN). Nonetheless, uncertainty estimation for n…

ClassificationNode ClassificationUncertainty Quantification

Defending Graph Convolutional Networks against Dynamic Graph Perturbations via Bayesian Self-supervision

2022-03-07 · Jun Zhuang, Mohammad Al Hasan

In recent years, plentiful evidence illustrates that Graph Convolutional Networks (GCNs) achieve extraordinary accomplishments on the node classification task. However, GCNs may be vulnerable to adversarial attacks on la…

Node ClassificationSelf-Supervised Learning

Bayesian graph convolutional neural networks for semi-supervised classification

2018-11-27 · Yingxue Zhang, Soumyasundar Pal, Mark Coates, Deniz Üstebay

Recently, techniques for applying convolutional neural networks to graph-structured data have emerged. Graph convolutional neural networks (GCNNs) have been used to address node and graph classification and matrix comple…

ClassificationGeneral ClassificationGraph ClassificationMatrix Completion