Image Authenticity Detection Using GAN Artifact Learning

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image authenticity detection methods struggle with low accuracy due to the continuous advancement of image editing technology, making it difficult to distinguish between real and edited images, especially in complex environments where specific defects are absent.

Innovation Solution

Employing a generative adversarial network (GAN) with a generator and discriminator for adversarial training to learn the essential difference between real and false images, generating artifact images that represent the differences and enabling accurate authenticity detection.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of manufacture

If image authenticity detection is performed by detecting specific defects in the image, then the detection process is simple, but the detection accuracy is low when image editing technology advances

Engineering Contradiction:
Improvedetection process simplicityVSAvoiddetection accuracy
Core Design Contradiction:
Ease of manufactureVSMeasurement precision

Solution Approach 1:

The patent replaces traditional mechanical defect detection methods with a deep learning-based generative adversarial network system. The GAN learns complex patterns and features from training data to detect manipulated regions, substituting simple rule-based defect detection with an intelligent system that can identify subtle manipulations even when specific defects are absent.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The patent transforms the detection approach by changing from detecting specific visible defects to learning abstract feature representations through neural network parameters. The generator and discriminator networks adjust their internal parameters during training to recognize patterns indicative of image manipulation, enabling detection based on learned features rather than predefined defect criteria.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If generative adversarial network is used to learn essential differences between real and false images, then detection accuracy is improved, but system complexity increases

Engineering Contradiction:
Improvedetection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent divides the complex detection task into two specialized components: a generator network that creates manipulated image samples and a discriminator network that learns to distinguish real from fake images. This segmentation allows each network to focus on specific functions, improving overall detection accuracy while making the complex system more manageable through modular architecture.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements an adversarial training phase before actual detection, where the generator and discriminator networks are pre-trained together to learn the characteristics of manipulated images. This preliminary action prepares the system by establishing the generator's ability to create realistic manipulations and the discriminator's ability to detect them, enabling accurate detection in the subsequent deployment phase.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12597278B2Image authenticity detection method and device, computer device, and storage medium
Publication Date: 2026.04.07 TENCENT TECHNOLOGY (SHENZHEN) CO LTD
  • US12597278B2 patent drawing
  • US12597278B2 patent drawing
  • US12597278B2 patent drawing

AI summary

An image authenticity detection method includes: obtaining a target image; inputting the target image into a generator of a generative adversarial network, and outputting an artifact image corresponding to the target image through the generator, where the artifact image is used for representing a difference between the target image and a real image; the generator is configured to output a prediction artifact image corresponding to a sample image and generate a fitting image based on the prediction artifact image; and the generative adversarial network further comprises a discriminator in a training stage, and the discriminator is configured to discriminate the authenticity of the fitting image, to assist the generator to learn a difference feature between a false image and a real image; and determining an authenticity detection result of the target image based on the artifact image.