Feature Reconstruction for Anomaly Detection on Directed Multigraphs: A Preprocessing Framework for GNNs

Published: 02 Aug 2025, Last Modified: 06 May 2026Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data MiningEveryoneCC BY 4.0
Abstract: Graph Neural Networks (GNNs) have achieved significant success in anomaly detection across various domains. However, existing GNN approaches face notable challenges when applied to directed multigraphs where edge attributes serve as the sole source of information. This limitation complicates the learning of meaningful node representations and the accurate detection of anomalies, particularly in transaction networks. Moreover, existing methods typically suffer from dimensionality explosion and suboptimal use of structural and semantic information, leading to reduced detection performance. To address these challenges, we propose Feature Reconstruction for Anomaly Detection on Directed Multigraphs (FRAD-DM), a novel preprocessing framework tailored to enhance graph representations in node feature-absent scenarios. FRAD-DM employs advanced edge feature derivation techniques, temporal and structural subgraph analysis for node representation generation, and a reinforcement learning-based adaptive feature selection mechanism. This comprehensive framework optimizes feature spaces by balancing informativeness, task relevance, and computational efficiency, ensuring robust and scalable anomaly detection. Extensive experiments on real-world datasets under barely supervised settings demonstrate the effectiveness of FRAD-DM. By integrating it into various GNN architectures for node-level and edge-level anomaly detection tasks, negative-class F1-scores improve by 5.44% to 20.98%. These results highlight its capability to address the challenges of directed multigraphs in practical applications.
Loading