High-Pass Graph Convolutional Network for Enhanced Anomaly Detection: A Novel Approach
Shelei Li, Yong Chai Tan, Tai Vincent

TL;DR
This paper introduces a High-Pass Graph Convolutional Network (HP-GCN) that leverages high-frequency signals to improve anomaly detection in graph data, outperforming existing methods.
Contribution
The novel HP-GCN approach utilizes high-frequency components and separates isolated nodes for enhanced anomaly detection accuracy.
Findings
Achieved up to 98.94% detection accuracy on T-Social dataset.
Outperformed existing GAD methods based on spatial and spectral filters.
Validated effectiveness across multiple real-world datasets.
Abstract
Graph Convolutional Network (GCN) are widely used in Graph Anomaly Detection (GAD) due to their natural compatibility with graph structures, resulting in significant performance improvements. However, most researchers approach GAD as a graph node classification task and often rely on low-pass filters or feature aggregation from neighboring nodes. This paper proposes a novel approach by introducing a High-Pass Graph Convolution Network (HP-GCN) for GAD. The proposed HP-GCN leverages high-frequency components to detect anomalies, as anomalies tend to increase high-frequency signals within the network of normal nodes. Additionally, isolated nodes, which lack interactions with other nodes, present a challenge for Graph Neural Network (GNN). To address this, the model segments the graph into isolated nodes and nodes within connected subgraphs. Isolated nodes learn their features through…
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 · Network Security and Intrusion Detection
MethodsGraph Neural Network · Convolution · Graph Convolutional Network
