Papers › GAN-Leaks: A Taxonomy of Membership Inference Attacks against Generative Models

GAN-Leaks: A Taxonomy of Membership Inference Attacks against Generative Models

9 Sep 2019arXiv:1909.03935archive 2025-07-28

Dingfan Chen, Ning Yu, Yang Zhang, Mario Fritz

Deep learning has achieved overwhelming success, spanning from discriminative models to generative models. In particular, deep generative models have facilitated a new level of performance in a myriad of areas, ranging from media manipulation to sanitized dataset generation. Despite the great success, the potential risks of privacy breach caused by generative models have not been analyzed systematically. In this paper, we focus on membership inference attack against deep generative models that reveals information about the training data used for victim models. Specifically, we present the first taxonomy of membership inference attacks, encompassing not only existing attacks but also our novel ones. In addition, we propose the first generic attack model that can be instantiated in a large range of settings and is applicable to various kinds of deep generative models. Moreover, we provide a theoretically grounded attack calibration technique, which consistently boosts the attack performance in all cases, across different attack settings, data modalities, and training configurations. We complement the systematic analysis of attack performance by a comprehensive experimental study, that investigates the effectiveness of various attacks w.r.t. model type and training configurations, over three diverse application scenarios (i.e., images, medical data, and location data).

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

Code

Syntology Ran 6 of 22 code samples harvested from 1 repository linked to this paper; 16 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: official repository: 22 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

DingfanChen/GAN-Leaks officialmentioned in papermentioned on GitHubtfMIT 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

22 samples harvested; 6 ran; 3 honoured the contract we drafted; 16 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.

3ran · honoured contract
1ran · our draft was wrong
2ran · fixture could not drive it
16unverified

Licence: 0 of the 22 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 DingfanChen/GAN-Leaks. “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.

adjust_dynamic_range DingfanChen/GAN-Leaks/gan_models/pggan/misc.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 90a97f8af1b8f269 · report
conv_out_size_same DingfanChen/GAN-Leaks/gan_models/dcgan/model.py official repository ran · honoured contract fingerprinted MIT (permissive) · 40125e1efb67fa92 · report
cset DingfanChen/GAN-Leaks/gan_models/pggan/networks.py official repository ran · our draft was wrong MIT (permissive) · f7d82b02ff7c7fe1 · report
gen_random DingfanChen/GAN-Leaks/gan_models/dcgan/model.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 040714a23128cf94 · report
lerp DingfanChen/GAN-Leaks/gan_models/pggan/networks.py official repository ran · honoured contract fingerprinted MIT (permissive) · 0c45399f3741921e · report
lerp_clip DingfanChen/GAN-Leaks/gan_models/pggan/networks.py official repository ran · honoured contract fingerprinted MIT (permissive) · 6e81789f8f2068c8 · report
G_wgan_acgan DingfanChen/GAN-Leaks/gan_models/pggan/loss.py official repository unverified MIT (permissive) · 82992ce1f4764e7b · report
conv2d DingfanChen/GAN-Leaks/gan_models/dcgan/ops.py official repository unverified MIT (permissive) · 5d3ea24b351a5a12 · report
conv_cond_concat DingfanChen/GAN-Leaks/gan_models/dcgan/ops.py official repository unverified MIT (permissive) · 2906e84dbebc3e14 · report
create_celebahq DingfanChen/GAN-Leaks/gan_models/pggan/dataset_tool.py official repository unverified MIT (permissive) · c99617d8e7395b0f · report
create_image_grid DingfanChen/GAN-Leaks/gan_models/pggan/misc.py official repository unverified MIT (permissive) · cf03a3ce8cc3695e · report
deconv2d DingfanChen/GAN-Leaks/gan_models/dcgan/ops.py official repository unverified MIT (permissive) · f1f0201f439514d5 · report
execute_cmdline DingfanChen/GAN-Leaks/gan_models/pggan/dataset_tool.py official repository unverified MIT (permissive) · 81f0ed5010201398 · report
expand_path DingfanChen/GAN-Leaks/gan_models/dcgan/utils.py official repository unverified MIT (permissive) · c2e6e9b41af6cd71 · report
flatten DingfanChen/GAN-Leaks/gan_models/pggan/tfutil.py official repository unverified MIT (permissive) · 4e4ae70c11635981 · report
ignore_unknown_theano_network DingfanChen/GAN-Leaks/gan_models/pggan/legacy.py official repository unverified MIT (permissive) · 2cd5be47220a5bc0 · report
is_tf_expression DingfanChen/GAN-Leaks/gan_models/pggan/tfutil.py official repository unverified MIT (permissive) · 574151db7f4e287b · report
parse_tfrecord_np DingfanChen/GAN-Leaks/gan_models/pggan/dataset.py official repository unverified MIT (permissive) · 9a489c1c146c4e18 · report
parse_tfrecord_tf DingfanChen/GAN-Leaks/gan_models/pggan/dataset.py official repository unverified MIT (permissive) · 490bcc28d486e9f7 · report
read_image DingfanChen/GAN-Leaks/gan_models/dcgan/utils.py official repository unverified MIT (permissive) · 2c432d530ff1bcb3 · report
shape_to_list DingfanChen/GAN-Leaks/gan_models/pggan/tfutil.py official repository unverified MIT (permissive) · e963375233fe6dbe · report
timestamp DingfanChen/GAN-Leaks/gan_models/dcgan/utils.py official repository unverified MIT (permissive) · 221666d33a769cc9 · report

Tasks

Dataset GenerationInference AttackMembership Inference Attack

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