Quick answer
Image forensics evaluates metadata, compression, lighting, edges, noise, and other visual traces to support authenticity decisions.
A practical glossary of AI image detection, provenance, metadata, compression, forensic analysis, and evaluation terminology.
AI image forensics combines visual analysis, metadata review, provenance checks, compression evidence, and calibrated model outputs. This glossary explains the terms used to describe those signals, their limitations, and how they fit into a responsible verification workflow.
The terms below are grouped by the role they play in an investigation: generation, metadata, provenance, pixel-level forensics, detection, evaluation, and practical verification. Each definition is written for readers who need technically accurate language without assuming a machine-learning background.
A useful investigation moves between these groups. For example, a detector score may suggest synthetic origin, metadata may describe an export tool, and provenance may show whether a signed creation record is present. None of those signals should be interpreted in isolation.
Generative AI: software that creates new content from learned patterns rather than retrieving a fixed stored image.
Diffusion model: a generative model that learns to reverse a noise process and gradually construct an image. Many modern image generators use diffusion-based architectures.
Latent diffusion: diffusion performed in a compressed representation instead of directly on full-resolution pixels, reducing computation while preserving semantic structure.
GAN: a generative adversarial network in which a generator and discriminator are trained in competition. GAN fingerprints remain relevant to older synthetic-image research even though diffusion models now dominate many consumer tools.
Prompt: text or other instructions supplied to a generative system. A prompt describes intent, but it does not reliably reveal the exact pixels or edits that produced the final file.
Seed: a value used to initialize a generation process. Reusing a seed may help reproduce similar outputs when the model, settings, and software version are also controlled.
Inpainting: replacing or generating content inside a selected region of an existing image.
Outpainting: extending an image beyond its original boundaries with generated content.
AI upscaling: increasing resolution with a model that may invent texture and detail rather than only interpolating existing pixels.
Synthetic media: image, audio, video, or text content created or substantially altered by computational generation systems.
EXIF: a common metadata format that can store camera model, capture settings, timestamps, orientation, and sometimes location. EXIF can be removed, rewritten, or absent for legitimate reasons.
IPTC: metadata commonly used by newsrooms and asset-management systems for captions, rights, creators, and editorial information.
XMP: an extensible metadata framework used by many creative applications to store editing, rights, and workflow information.
Metadata stripping: removal of metadata during export, upload, messaging, screenshotting, or privacy processing.
Software tag: a metadata field that may identify an application used to save or export a file. It can provide context but is not proof of how every pixel was created.
MIME type: a declared file type such as image/jpeg or image/png. Reliable systems verify the underlying bytes instead of trusting only the filename or client declaration.
Container structure: the internal organization of an image file, including segments, chunks, metadata blocks, and encoded image data.
Provenance: information about where an asset came from and what happened to it over time.
C2PA: an open technical standard for attaching cryptographically verifiable provenance information to media assets.
Content Credentials: a user-facing implementation of provenance information that can describe creation tools, edits, and signing entities when credentials are present and valid.
Manifest: a structured provenance record associated with an asset. A manifest may contain claims, assertions, signatures, and relationships to earlier versions.
Claim: a signed statement within a provenance system that binds assertions to an asset.
Assertion: a specific piece of provenance information, such as an action, ingredient, or metadata statement.
Digital signature: cryptographic evidence used to verify that signed data has not changed and that it was signed by a particular key. Trust in the signer still requires context.
Trust chain: the sequence of certificates or authorities used to evaluate whether a signing identity should be trusted.
Ingredient: a source asset referenced as an input to a later asset in a provenance record.
Watermark: a visible or invisible signal embedded in media. Watermarks can support attribution or detection, but their robustness and coverage vary by implementation.
JPEG artifact: a block, ringing pattern, or loss of detail introduced by lossy JPEG compression. These artifacts are common in ordinary photos and are not automatically evidence of manipulation.
Double compression: evidence that an image may have been JPEG-encoded more than once. Recompression is common after editing and social-media processing.
Error level analysis: a visualization of JPEG recompression differences. It can help generate questions, but it is not a reliable standalone detector of editing or AI generation.
Noise residual: the high-frequency component left after estimating and removing image content. Researchers analyze residuals for camera, processing, and generation patterns.
Sensor pattern noise: weak camera-sensor variation sometimes used for source-camera analysis. Resizing, denoising, recompression, and screenshots can greatly weaken it.
Frequency analysis: examination of image information in frequency space to identify periodic, spectral, or processing-related patterns.
Resampling trace: evidence associated with resizing, rotation, warping, or other geometric interpolation.
Color filter array artifact: traces associated with how a camera reconstructs color from a sensor mosaic. Generated or heavily processed images may not preserve normal camera-pipeline traces.
Screenshot recapture: creation of a new image by capturing a displayed version of another image. This changes metadata, dimensions, compression, and many low-level signals.
Classifier: a model that assigns an input to one or more categories, such as camera-origin, synthetic, or inconclusive.
Feature: a measurable pattern used by a model or forensic method. Features may be visual, statistical, semantic, metadata-based, or provenance-based.
Model fingerprint: a recurring statistical pattern associated with a generator or processing pipeline. Fingerprints may weaken when models or post-processing workflows change.
Ensemble: a system that combines multiple models or evidence sources instead of relying on a single detector.
Confidence score: a numeric expression of model certainty under its calibration assumptions. It is not the probability that a legal or historical claim is true.
Authenticity score: a product-specific summary of evidence related to apparent real-world or camera origin. Its meaning depends on the methodology used to compute it.
Threshold: the score boundary used to convert a continuous output into a category or action.
Abstention: a deliberate inconclusive result when available evidence is insufficient or conflicting.
Calibration: the degree to which score levels correspond to observed outcome frequencies on representative test data.
Distribution shift: a difference between real-world inputs and the data used to train or validate a detector.
True positive: an AI-generated image correctly identified as AI-generated under the benchmark label definition.
False positive: a real or camera-origin image incorrectly classified as AI-generated.
False negative: an AI-generated image incorrectly classified as real or not detected.
Precision: among items predicted positive, the proportion that are actually positive in the labeled test set.
Recall: among all positive items in the labeled test set, the proportion the system identifies.
F1 score: the harmonic mean of precision and recall. It summarizes two error dimensions but can hide class-specific and threshold-specific behavior.
ROC curve: a plot of true-positive rate against false-positive rate across thresholds.
Area under the curve: a threshold-independent ranking summary. It does not by itself describe performance at the operating point used in production.
Holdout set: data kept separate from training and model selection for final evaluation.
Unseen generator: a model family or version not represented in training data. Performance on unseen generators is important for measuring generalization.
Reverse image search: searching for visually similar or earlier versions of an image to establish context, reuse, or provenance clues.
Source verification: confirming where an image was first published, who supplied it, and whether the source can provide an original file or supporting context.
Chain of custody: documentation of how evidence was acquired, stored, transferred, and analyzed.
Corroboration: support from independent evidence such as additional photos, eyewitness records, trusted publications, provenance data, or source files.
Mixed-origin image: an asset containing both camera-captured and generated or heavily edited regions.
Human review: interpretation by a person who considers technical output together with context, stakes, and alternative explanations.
Begin with the question you are trying to answer: whether the file is likely synthetic, whether it was edited, whether its source is trustworthy, or whether a specific provenance claim can be verified. These are related but different questions.
Next, preserve the best available file, review metadata and provenance, inspect visual and compression evidence, compare detector outputs, and seek contextual corroboration. Finish by recording uncertainty and plausible alternative explanations rather than converting every signal into a definitive label.
No. AI image detection is one part of image forensics. Forensics also examines editing, compression, metadata, source-camera traces, provenance, and contextual authenticity.
No. EXIF can support an investigation, but it can be removed, rewritten, copied, or generated by software.
No. Websites, messaging apps, screenshots, and privacy tools commonly remove metadata from genuine photographs.
A valid manifest can verify signed provenance statements and whether they remain cryptographically bound to the asset. The meaning still depends on the signer, assertions, and trust context.
No. Most images do not yet carry Content Credentials, and credentials can be removed by unsupported workflows.
Compression artifacts can contribute context, but they are common in both real and generated images. They should not be used as standalone proof.
Confidence describes the strength of a model output for one item. Accuracy summarizes performance across a labeled dataset. A confident result can still be wrong.
They may use different training data, features, thresholds, generator coverage, and calibration methods. Post-processing can also affect each detector differently.
Screenshots replace many original file signals and can reduce detector performance, but they do not guarantee that an image becomes undetectable.
It is a genuine or camera-origin image incorrectly labeled as AI-generated. False positives are especially important in high-stakes moderation, journalism, and identity workflows.
Yes. Abstaining is often more responsible than forcing a binary answer when evidence is weak, conflicting, or outside the model's validated coverage.
A consumer analysis can support an investigation, but legal conclusions typically require validated methods, qualified experts, preserved evidence, and documented chain of custody.
Image forensics evaluates metadata, compression, lighting, edges, noise, and other visual traces to support authenticity decisions.
Image forensics evaluates metadata, compression, lighting, edges, noise, and other visual traces to support authenticity decisions.
Image Forensics: Technical cluster for forensic image analysis, metadata review, compression signals, and manipulation traces.
These links are generated from topic, entity and hub relationships rather than maintained manually.
Read the next guide in this topic cluster.
Review methodology and research pages.
Clarify the terms used across this topic.
Compare adjacent detection and authenticity workflows.
See the test scope and evidence behind detection performance claims.
Continue with the most useful next concept.