GAN Fingerprint
Definition
A model-specific periodic pattern embedded in GAN-generated images, detectable by averaging outputs and subtracting a reference. Analogous to photo-response non-uniformity (PRNU) in cameras. First documented systematically by Marra et al. (2019).
- Nature
- Model-specific periodic pattern in GAN output
- Analogous to
- PRNU in camera sensor forensics
- Detection method
- Averaging outputs and subtracting a reference
- First documented
- Marra et al., 2019
Common questions
How does a GAN fingerprint help attribute an image to a specific generator model?+
Because the pattern is tied to the particular network architecture and training run rather than any individual image content, comparing a suspect image's residual pattern against known fingerprints from candidate GAN models can indicate which generator likely produced it, similar to matching a camera sensor to its output photos.
What limits the usefulness of GAN fingerprinting as generative models evolve?+
The technique depends on having a reference fingerprint from the specific model or model family involved, so it struggles against newly released architectures with no catalogued fingerprint yet, and diffusion-based generators produce different artifact signatures than GANs, requiring separate detection approaches.
Related terms
- C2PA
- Coalition for Content Provenance and Authenticity. A cross-industry group that has published an open technical specification for embedding cryptographically signed provenance manifests...
- Content Credentials
- Adobe's brand name for C2PA-compliant provenance manifests. A Content Credentials badge on an image indicates that a signed, auditable creation history is...
- Invisible Watermark
- A signal embedded in an image or audio file that is imperceptible to a human viewer but detectable by an algorithm. In...
- Out-of-Distribution (OOD) Failure
- The drop in a classifier's accuracy when test samples come from a different statistical distribution than the training data. AI-generated image detectors...
- PRNU
- Photo-Response Non-Uniformity. The per-pixel variation in light sensitivity across a camera sensor, which produces a consistent, device-specific noise pattern in every photograph...