Combining Euclidean and Hyperbolic Representations for Node-level Anomaly Detection
By: Simone Mungari, Ettore Ritacco, Pietro Sabatino
Potential Business Impact:
Finds strange patterns in connected data.
Node-level anomaly detection (NAD) is challenging due to diverse structural patterns and feature distributions. As such, NAD is a critical task with several applications which range from fraud detection, cybersecurity, to recommendation systems. We introduce Janus, a framework that jointly leverages Euclidean and Hyperbolic Graph Neural Networks to capture complementary aspects of node representations. Each node is described by two views, composed by the original features and structural features derived from random walks and degrees, then embedded into Euclidean and Hyperbolic spaces. A multi Graph-Autoencoder framework, equipped with a contrastive learning objective as regularization term, aligns the embeddings across the Euclidean and Hyperbolic spaces, highlighting nodes whose views are difficult to reconcile and are thus likely anomalous. Experiments on four real-world datasets show that Janus consistently outperforms shallow and deep baselines, empirically demonstrating that combining multiple geometric representations provides a robust and effective approach for identifying subtle and complex anomalies in graphs.
Similar Papers
AutoGraphAD: A novel approach using Variational Graph Autoencoders for anomalous network flow detection
Cryptography and Security
Finds computer network dangers without needing labels.
Flex-GAD : Flexible Graph Anomaly Detection
Social and Information Networks
Finds fake accounts and bad posts online.
EAGLE: Contrastive Learning for Efficient Graph Anomaly Detection
Machine Learning (CS)
Finds weird things in connected data faster.