AI Image Detection With Pixel-Level Synthetic Region Mapping

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional machine learning models for detecting synthetic images generated from a single image generator perform poorly when faced with outputs from different generators, and struggle to identify synthetic portions within images that combine real and synthetic elements, especially without corresponding training data.

Innovation Solution

A machine learning model is trained using datasets of real and synthetic images generated by multiple different generators, ordered chronologically, to detect synthetic images and their portions on a per-pixel basis, even without the corresponding real images or ground-truth masks, utilizing a combination of real and synthetic images for training.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a machine learning model is trained using data from a single image generator, then it can accurately detect synthetic images from that specific generator, but it performs poorly when faced with outputs from different generators

Engineering Contradiction:
Improvedetection accuracyVSAvoidgeneralization to unseen generators
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The detection model is trained on synthetic images from multiple different generators (e.g., GANs, VQGANs, diffusion models) rather than a single generator, enabling it to universally detect synthetic images across various generation methods. This multi-source training approach makes the model adaptable to unseen generators while maintaining detection accuracy.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The training data includes synthetic images with varying parameters such as different generation algorithms, diverse image resolutions, and different synthesis qualities. By exposing the model to this parameter diversity during training, it learns to detect synthetic images across a broader range of conditions and generator types.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If a machine learning model is trained to detect synthetic images, then it can identify whether an image is synthetic, but it struggles to identify specific synthetic portions within images that combine real and synthetic elements

Engineering Contradiction:
Improveimage classification reliabilityVSAvoidsynthetic region localization precision
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The model performs pixel-level segmentation to identify and localize specific synthetic portions within composite images. By generating a synthetic region map that segments real and synthetic areas, the model achieves precise localization of synthetic elements while maintaining overall image classification reliability.

Inventive Principle:
Principle #1Segmentation

3Measurement precision

If traditional detection models are used without corresponding training data from the specific generator, then they cannot accurately detect synthetic images, but training data from multiple generators increases computational complexity

Engineering Contradiction:
Improvedetection accuracyVSAvoidtraining data requirements and computational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The model is trained on a diverse set of synthetic images from multiple generators, which may be more data than strictly necessary for a single generator type. This excessive training data approach ensures the model can detect synthetic images from unseen generators without requiring generator-specific training data, balancing detection accuracy with reduced computational complexity compared to maintaining multiple specialized models.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS12579715B2Detection of AI-generated images
Publication Date: 2026.03.17 ADOBE INC
  • US12579715B2 patent drawing
  • US12579715B2 patent drawing
  • US12579715B2 patent drawing

AI summary

A method, apparatus, and non-transitory computer readable medium for obtaining an input image comprising a plurality of pixels. A machine learning model generates annotation information indicating whether each of the plurality of pixels is synthetically generated. A combined image is generated based on the annotation information. In some cases, the combined image shows a synthetically generated region of the input image.