Balanced Edge Pruning for Graph Anomaly Detection with Noisy Labels
Zhu Wang, Junnan Dong, Shuang Zhou, Chang Yang, Shengjie Zhao, Xiao Huang

TL;DR
This paper introduces REGAD, a novel method for graph anomaly detection that effectively prunes edges to mitigate the impact of noisy labels, improving detection accuracy in complex graphs.
Contribution
The paper proposes a reinforcement learning-based approach with a policy network and feedback mechanism to prune edges and handle noisy labels in graph anomaly detection.
Findings
REGAD outperforms baseline methods on real-world datasets.
The approach effectively reduces false positives caused by noisy labels.
Edge pruning improves the robustness of anomaly detection in noisy scenarios.
Abstract
Graph anomaly detection (GAD) is widely applied in many areas, such as financial fraud detection and social spammer detection. Anomalous nodes in the graph not only impact their own communities but also create a ripple effect on neighbors throughout the graph structure. Detecting anomalous nodes in complex graphs has been a challenging task. While existing GAD methods assume all labels are correct, real-world scenarios often involve inaccurate annotations. These noisy labels can severely degrade GAD performance because, with anomalies representing a minority class, even a small number of mislabeled instances can disproportionately interfere with detection models. Cutting edges to mitigate the negative effects of noisy labels is a good option; however, it has both positive and negative influences and also presents an issue of weak supervision. To perform effective GAD with noisy labels,…
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
TopicsAnomaly Detection Techniques and Applications · Machine Learning and Data Classification · Imbalanced Data Classification Techniques
MethodsBalanced Selection
