SpaceGNN: Multi-Space Graph Neural Network for Node Anomaly Detection with Extremely Limited Labels
Xiangyu Dong, Xingyi Zhang, Lei Chen, Mingxuan Yuan, Sibo Wang

TL;DR
SpaceGNN introduces a multi-space graph neural network that effectively detects node anomalies with limited labels by leveraging learnable space projections, weighted homogeneity, and ensemble modules, outperforming existing methods on multiple datasets.
Contribution
The paper proposes a novel multi-space GNN model with learnable space projection, weighted homogeneity, and ensemble modules tailored for node anomaly detection with scarce labels.
Findings
Outperforms state-of-the-art methods by 8.55% in AUC and 4.31% in F1 scores.
Demonstrates the effectiveness of multi-space representations and ensemble modules in limited supervision scenarios.
Validates the theoretical and empirical benefits of weighted homogeneity in information propagation.
Abstract
Node Anomaly Detection (NAD) has gained significant attention in the deep learning community due to its diverse applications in real-world scenarios. Existing NAD methods primarily embed graphs within a single Euclidean space, while overlooking the potential of non-Euclidean spaces. Besides, to address the prevalent issue of limited supervision in real NAD tasks, previous methods tend to leverage synthetic data to collect auxiliary information, which is not an effective solution as shown in our experiments. To overcome these challenges, we introduce a novel SpaceGNN model designed for NAD tasks with extremely limited labels. Specifically, we provide deeper insights into a task-relevant framework by empirically analyzing the benefits of different spaces for node representations, based on which, we design a Learnable Space Projection function that effectively encodes nodes into suitable…
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
TopicsAnomaly Detection Techniques and Applications · COVID-19 diagnosis using AI
MethodsSoftmax · Attention Is All You Need · Attentive Walk-Aggregating Graph Neural Network
