A Graph Encoder-Decoder Network for Unsupervised Anomaly Detection
Mahsa Mesgaran, A. Ben Hamza

TL;DR
This paper introduces an unsupervised graph encoder-decoder model with a novel, parameter-free pooling method called LCPool, designed for efficient and interpretable anomaly detection in large graphs, outperforming existing methods.
Contribution
The paper proposes LCPool, a locality-constrained linear coding pooling mechanism that is parameter-free and effective for large-scale graph anomaly detection, along with an unpooling operation for graph reconstruction.
Findings
LCPool effectively captures structural features without learnable parameters.
The method outperforms state-of-the-art anomaly detection approaches on benchmark datasets.
The approach handles large graphs efficiently with high accuracy.
Abstract
A key component of many graph neural networks (GNNs) is the pooling operation, which seeks to reduce the size of a graph while preserving important structural information. However, most existing graph pooling strategies rely on an assignment matrix obtained by employing a GNN layer, which is characterized by trainable parameters, often leading to significant computational complexity and a lack of interpretability in the pooling process. In this paper, we propose an unsupervised graph encoder-decoder model to detect abnormal nodes from graphs by learning an anomaly scoring function to rank nodes based on their degree of abnormality. In the encoding stage, we design a novel pooling mechanism, named LCPool, which leverages locality-constrained linear coding for feature encoding to find a cluster assignment matrix by solving a least-squares optimization problem with a locality…
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
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Machine Learning in Materials Science
