Sybil Detection using Graph Neural Networks
Stuart Heeb, Andreas Plesner, Roger Wattenhofer

TL;DR
This paper introduces SYBILGAT, a Graph Attention Network-based method for detecting Sybil nodes in social networks, outperforming existing techniques especially under complex attack scenarios and large-scale networks.
Contribution
The paper proposes a novel GAT-based approach that dynamically assigns attention weights, improving Sybil detection by effectively utilizing both known Sybil and honest nodes.
Findings
SYBILGAT outperforms state-of-the-art algorithms in various scenarios.
The method maintains robust performance with increasing attack edges.
Successfully applied to large real-world Twitter data with over 269k nodes.
Abstract
This paper presents SYBILGAT, a novel approach to Sybil detection in social networks using Graph Attention Networks (GATs). Traditional methods for Sybil detection primarily leverage structural properties of networks; however, they tend to struggle with a large number of attack edges and are often unable to simultaneously utilize both known Sybil and honest nodes. Our proposed method addresses these limitations by dynamically assigning attention weights to different nodes during aggregations, enhancing detection performance. We conducted extensive experiments in various scenarios, including pretraining in sampled subgraphs, synthetic networks, and networks under targeted attacks. The results show that SYBILGAT significantly outperforms the state-of-the-art algorithms, particularly in scenarios with high attack complexity and when the number of attack edges increases. Our approach shows…
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
TopicsSpam and Phishing Detection · Text and Document Classification Technologies
MethodsSoftmax · Attention Is All You Need
