Deepfake Analyzer Using Facial Landmark and Blink Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The increasing sophistication of deepfakes, generated using artificial intelligence, poses a challenge in accurately distinguishing real from fake media, as existing methods, such as computer vision techniques and neural networks, struggle to effectively identify deepfakes, leading to high false positive rates and inefficiencies.

Innovation Solution

The implementation of a deepfake analyzer that combines computer vision techniques like facial recognition, Gabor filters, Local Binary Patterns, and Image Quality Assessment, along with a scoring system, to analyze patterns in videos and determine their authenticity by normalizing pixel intensities and calculating distribution deviations, utilizing an AI model trained on pre-classified datasets to classify media as authentic or deepfake.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing computer vision techniques and neural networks are used to detect deepfakes, then the detection process can be performed, but the false positive rate is high and accuracy is poor

Engineering Contradiction:
Improvedeepfake detection accuracyVSAvoidfalse positive rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent segments the deepfake detection process into multiple specialized analysis components: facial landmark detection, eye aspect ratio analysis, blink detection, and facial symmetry analysis. Each component focuses on specific artifacts that differ between real and deepfake videos, allowing for more precise detection without increasing false positives.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Instead of trying to directly identify deepfake characteristics, the patent inverts the approach by analyzing what is absent or abnormal in deepfakes compared to real videos. For example, it detects the absence of natural eye blinking patterns or unnatural facial symmetry, using the lack of expected real-world patterns as the detection criterion.

Inventive Principle:
Principle #13The other way round (Inversion)

2Measurement precision

If multiple analysis techniques are combined to improve detection accuracy, then detection precision improves, but system complexity increases

Engineering Contradiction:
Improvedeepfake detection accuracyVSAvoidanalysis system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent merges multiple specialized detection modules (facial landmark detection, eye aspect ratio analysis, blink detection, symmetry analysis) into a unified deepfake analyzer system. This integration allows the system to leverage complementary strengths of each technique while managing complexity through a coordinated analysis framework that processes video frames through multiple filters simultaneously.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS20240312249A1Methods and apparatus to detect deepfake content
Publication Date: 2024.09.19 MCAFEE LLC
  • US20240312249A1 patent drawing
  • US20240312249A1 patent drawing
  • US20240312249A1 patent drawing

AI summary

Methods, apparatus, systems and articles of manufacture are disclosed to detect deepfake content. An example apparatus to determine whether input media is authentic includes a classifier to generate a first probability based on a first output of a local binary model manager, a second probability based on a second output of a filter model manager, and a third probability based on a third output of an image quality assessor, a score analyzer to obtain the first, second, and third probabilities from the classifier, and in response to obtaining a first result and a second result, generate a score indicative of whether the input media is authentic based on the first result, the second result, the first probability, the second probability, and the third probability.