Papers › Generative Semi-supervised Graph Anomaly Detection

Generative Semi-supervised Graph Anomaly Detection

19 Feb 2024arXiv:2402.11887archive 2025-07-28

Hezhe Qiao, Qingsong Wen, XiaoLi Li, Ee-Peng Lim, Guansong Pang

This work considers a practical semi-supervised graph anomaly detection (GAD) scenario, where part of the nodes in a graph are known to be normal, contrasting to the extensively explored unsupervised setting with a fully unlabeled graph. We reveal that having access to the normal nodes, even just a small percentage of normal nodes, helps enhance the detection performance of existing unsupervised GAD methods when they are adapted to the semi-supervised setting. However, their utilization of these normal nodes is limited. In this paper, we propose a novel Generative GAD approach (namely GGAD) for the semi-supervised scenario to better exploit the normal nodes. The key idea is to generate pseudo anomaly nodes, referred to as 'outlier nodes', for providing effective negative node samples in training a discriminative one-class classifier. The main challenge here lies in the lack of ground truth information about real anomaly nodes. To address this challenge, GGAD is designed to leverage two important priors about the anomaly nodes -- asymmetric local affinity and egocentric closeness -- to generate reliable outlier nodes that assimilate anomaly nodes in both graph structure and feature representations. Comprehensive experiments on six real-world GAD datasets are performed to establish a benchmark for semi-supervised GAD and show that GGAD substantially outperforms state-of-the-art unsupervised and semi-supervised GAD methods with varying numbers of training normal nodes. Code will be made available at https://github.com/mala-lab/GGAD.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.11887")

Code

Syntology Ran 11 of 19 code samples harvested from 2 repositories linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 9 ran; found in paper text by Syntology: 5 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mala-lab/ggad officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 11 ran; 1 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · fixture could not drive it
9ran
8unverified

Licence: 14 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AvgReadout mala-lab/ggad/model.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 97fd9c96e296f10d · report
Discriminator mala-lab/ggad/model.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 4b7926c71f580f82 · report
GCN mala-lab/ggad/model.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 02c6a5361e2291b2 · report
MaxReadout mala-lab/ggad/model.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 52859d7e7894cf5a · report
MinReadout mala-lab/ggad/model.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · b0574c4dc72c52d7 · report
Model mala-lab/ggad/model.py official repository ran no licence file found · pointer only · fdec68da5b0533c4 · report
min_max_norm mala-lab/GGAD/model_tam.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · af0b22bd9efac86b · report
neighList_to_edgeList mala-lab/GGAD/model_AEGIS.py official repository ran no licence file found · pointer only · 8f1b9d2b492634d4 · report
neighList_to_edgeList_train mala-lab/GGAD/model_AEGIS.py official repository ran no licence file found · pointer only · 5a685c2a4a645478 · report
WSReadout mala-lab/ggad/model.py official repository unverified no licence file found · pointer only · 83dbc56de1da4882 · report
get_cos mala-lab/GGAD/model_tam.py official repository unverified no licence file found · pointer only · 57f1891eafdf482a · report
loss_func mala-lab/GGAD/ocgnn.py official repository unverified no licence file found · pointer only · 7290fd3be1378160 · report
neighList_to_edgeList mala-lab/GGAD/model_tam.py official repository unverified no licence file found · pointer only · 5f69b7946c674637 · report
neighList_to_edgeList mala-lab/GGAD/model_AnomalyDAE.py official repository unverified no licence file found · pointer only · e5c33eda8d8c16f9 · report
GAANBase pygod-team/pygod/pygod/detector/gaan.py found in paper text by Syntology ran BSD-2-Clause (permissive) · db2224755aa6cbca · report
double_recon_loss pygod-team/pygod/pygod/detector/gaan.py found in paper text by Syntology ran · fixture could not drive it BSD-2-Clause (permissive) · 7d3627fc8e076142 · report
DeepDetector pygod-team/pygod/pygod/detector/gaan.py found in paper text by Syntology unverified BSD-2-Clause (permissive) · d8e12c2b23e733b3 · report
Detector pygod-team/pygod/pygod/detector/gaan.py found in paper text by Syntology unverified BSD-2-Clause (permissive) · 8275702b147e567e · report
GAAN pygod-team/pygod/pygod/detector/gaan.py found in paper text by Syntology unverified BSD-2-Clause (permissive) · 31e42a9deeb82cb3 · report

Tasks

Anomaly DetectionGraph Anomaly DetectionOne-class classifier

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections