Papers › Efficient GAN-Based Anomaly Detection

Efficient GAN-Based Anomaly Detection

17 Feb 2018arXiv:1802.06222archive 2025-07-28

Houssam Zenati, Chuan Sheng Foo, Bruno Lecouat, Gaurav Manek, Vijay Ramaseshan Chandrasekhar

Generative adversarial networks (GANs) are able to model the complex highdimensional distributions of real-world data, which suggests they could be effective for anomaly detection. However, few works have explored the use of GANs for the anomaly detection task. We leverage recently developed GAN models for anomaly detection, and achieve state-of-the-art performance on image and network intrusion datasets, while being several hundred-fold faster at test time than the only published GAN-based method.

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="1802.06222")

Code

Syntology Ran 4 of 15 code samples harvested from 3 repositories linked to this paper; 11 have no recorded run. Of those that ran: 4 ran · our draft was wrong.

By repository: community (archive-listed): 15 samples from 3 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

houssamzenati/Efficient-GAN-Anomaly-Detection officialmentioned in papermentioned on GitHubtfMIT report
asm94/EfficientGAN mentioned on GitHubtf 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

15 samples harvested; 4 ran; 0 honoured the contract we drafted; 11 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.

4ran · our draft was wrong
11unverified

Licence: 3 of the 15 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 3 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.

get_getter Rajlaxmi04/Network-Traffic-Anomaly-Detection-using-PCA-and-BiGAN/bigan/run_kdd.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 10682b8fe32fba68 · report
make_Discriminator llien30/EfficientGAN-based-anomaly-detection/model.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 872e2f65a1cbb0bf · report
make_Encoder llien30/EfficientGAN-based-anomaly-detection/model.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · b2a9fc982dc64e85 · report
make_Generator llien30/EfficientGAN-based-anomaly-detection/model.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 1e23659c6c7bbded · report
adapt_labels Rajlaxmi04/Network-Traffic-Anomaly-Detection-using-PCA-and-BiGAN/utils/adapt_data.py community (archive-listed) unverified MIT (permissive) · ece5146bbcad537c · report
annotation_to_bboxes_ltwh danbochman/Efficient-GAN-Based-Anomaly-Detection-TF2/dataloader/annotation_utils.py community (archive-listed) unverified MIT (permissive) · 987e51bd5d0d4f05 · report
bboxes_included_in_crop danbochman/Efficient-GAN-Based-Anomaly-Detection-TF2/dataloader/cogwheel_slicer.py community (archive-listed) unverified MIT (permissive) · 8ac3e98c85275236 · report
center_and_scale danbochman/Efficient-GAN-Based-Anomaly-Detection-TF2/dataloader/preprocessing.py community (archive-listed) unverified MIT (permissive) · dd25489eddcd9d2b · report
create_logdir Rajlaxmi04/Network-Traffic-Anomaly-Detection-using-PCA-and-BiGAN/bigan/run_kdd.py community (archive-listed) unverified MIT (permissive) · 141272b50496ac09 · report
do_prc Rajlaxmi04/Network-Traffic-Anomaly-Detection-using-PCA-and-BiGAN/utils/evaluations.py community (archive-listed) unverified MIT (permissive) · 40cf96e563e1b70c · report
img_slice_and_label danbochman/Efficient-GAN-Based-Anomaly-Detection-TF2/dataloader/cogwheel_slicer.py community (archive-listed) unverified MIT (permissive) · 70236e48ff830fcf · report
load_annotation_file danbochman/Efficient-GAN-Based-Anomaly-Detection-TF2/dataloader/annotation_utils.py community (archive-listed) unverified MIT (permissive) · 22a02f2c65cda9f1 · report
necessary_overlap_region danbochman/Efficient-GAN-Based-Anomaly-Detection-TF2/dataloader/cogwheel_slicer.py community (archive-listed) unverified MIT (permissive) · 625a1b73ba18c9b3 · report
save_precision_recall_curve danbochman/Efficient-GAN-Based-Anomaly-Detection-TF2/eval_utils/visualization_utils.py community (archive-listed) unverified MIT (permissive) · d66734289c17d5b9 · report
stack_and_expand danbochman/Efficient-GAN-Based-Anomaly-Detection-TF2/dataloader/preprocessing.py community (archive-listed) unverified MIT (permissive) · 9d292fa4e629c34e · report

Tasks

Anomaly Detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Convolution

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