LGAug 13, 2025

Graph Neural Network and Transformer Integration for Unsupervised System Anomaly Discovery

arXiv:2508.09401v111 citationsh-index: 32025 5th International Conference on Computer Science and Blockchain (CCSB)
Originality Incremental advance
AI Analysis

This addresses the problem of detecting anomalies in complex service systems without labeled data, though it appears incremental as it combines established techniques.

The study tackled unsupervised anomaly detection in distributed backend service systems by integrating graph neural networks and Transformers, achieving superior performance over existing models on real-world cloud monitoring data.

This study proposes an unsupervised anomaly detection method for distributed backend service systems, addressing practical challenges such as complex structural dependencies, diverse behavioral evolution, and the absence of labeled data. The method constructs a dynamic graph based on service invocation relationships and applies graph convolution to extract high-order structural representations from multi-hop topologies. A Transformer is used to model the temporal behavior of each node, capturing long-term dependencies and local fluctuations. During the feature fusion stage, a learnable joint embedding mechanism integrates structural and behavioral representations into a unified anomaly vector. A nonlinear mapping is then applied to compute anomaly scores, enabling an end-to-end detection process without supervision. Experiments on real-world cloud monitoring data include sensitivity analyses across different graph depths, sequence lengths, and data perturbations. Results show that the proposed method outperforms existing models on several key metrics, demonstrating stronger expressiveness and stability in capturing anomaly propagation paths and modeling dynamic behavior sequences, with high potential for practical deployment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes