DeNoise: Learning Robust Graph Representations for Unsupervised Graph-Level Anomaly Detection
Qingfeng Chen, Haojin Zeng, Jingyi Jie, Shichao Zhang, Debo Cheng
TL;DR
This work tackles unsupervised graph-level anomaly detection when training data may be contaminated with anomalies. It introduces DeNoise, a robust UGAD framework that combines adversarial reconstruction, encoder anchor-alignment denoising, and contrastive separation to learn noise-resistant graph embeddings. The model jointly optimizes a graph-level encoder with attribute and structure decoders under a min–max objective and uses a multidimensional reconstruction-score module to produce robust anomaly scores. Across eight real-world datasets and varying contamination levels, DeNoise achieves state-of-the-art performance, demonstrates strong noise resilience, and provides insights into parameter sensitivities and denoising dynamics, indicating practical utility for real-world graph analytics.
Abstract
With the rapid growth of graph-structured data in critical domains, unsupervised graph-level anomaly detection (UGAD) has become a pivotal task. UGAD seeks to identify entire graphs that deviate from normal behavioral patterns. However, most Graph Neural Network (GNN) approaches implicitly assume that the training set is clean, containing only normal graphs, which is rarely true in practice. Even modest contamination by anomalous graphs can distort learned representations and sharply degrade performance. To address this challenge, we propose DeNoise, a robust UGAD framework explicitly designed for contaminated training data. It jointly optimizes a graph-level encoder, an attribute decoder, and a structure decoder via an adversarial objective to learn noise-resistant embeddings. Further, DeNoise introduces an encoder anchor-alignment denoising mechanism that fuses high-information node embeddings from normal graphs into all graph embeddings, improving representation quality while suppressing anomaly interference. A contrastive learning component then compacts normal graph embeddings and repels anomalous ones in the latent space. Extensive experiments on eight real-world datasets demonstrate that DeNoise consistently learns reliable graph-level representations under varying noise intensities and significantly outperforms state-of-the-art UGAD baselines.
