Deperturbation of Online Social Networks via Bayesian Label Transition
Jun Zhuang, Mohammad Al Hasan

TL;DR
This paper introduces GraphLT, a Bayesian label transition method that repairs GCN-based node classification in online social networks affected by small perturbator groups, outperforming existing defenses.
Contribution
The paper proposes a novel Bayesian label transition model, GraphLT, to improve GCN robustness against perturbators without needing to identify attack nodes.
Findings
GraphLT significantly improves node classification accuracy.
It outperforms several competing methods in experiments.
It effectively repairs GCN performance in perturbed environments.
Abstract
Online social networks (OSNs) classify users into different categories based on their online activities and interests, a task which is referred as a node classification task. Such a task can be solved effectively using Graph Convolutional Networks (GCNs). However, a small number of users, so-called perturbators, may perform random activities on an OSN, which significantly deteriorate the performance of a GCN-based node classification task. Existing works in this direction defend GCNs either by adversarial training or by identifying the attacker nodes followed by their removal. However, both of these approaches require that the attack patterns or attacker nodes be identified first, which is difficult in the scenario when the number of perturbator nodes is very small. In this work, we develop a GCN defense model, namely GraphLT, which uses the concept of label transition. GraphLT assumes…
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 · Complex Network Analysis Techniques · Mental Health via Writing
MethodsRepair · Graph Convolutional Networks
