Audio-Visual Correspondence Learning for Unseen Fake Video Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing techniques for detecting AI-generated videos often fail to identify fakes due to focusing on a single modality (audio or visual) and are limited by training data, missing critical audio-visual correspondences.

Innovation Solution

A machine-learning-based approach using a visual encoder, audio encoder, audio-to-visual network, and visual-to-audio network is trained to generate cross-modal representations by replacing subsets of image and audio embeddings, capturing intrinsic audio-visual correspondences in real videos, and exploiting differences in cohesion to classify videos as real or fake.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If supervised learning is used to train analytic models to classify videos as real or fake, then the model can learn from training data, but the model's focus is restricted to specific correspondences present in the training data set, causing it to overlook correspondences that can help detect unseen AI-generated videos

Engineering Contradiction:
Improvedetection accuracyVSAvoidability to detect unseen AI-generated videos
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The patent applies preliminary action by pre-training encoders on real videos to establish baseline audio-visual correspondence understanding before the actual detection task. The encoders are trained offline on authentic video data to learn normal audio-visual relationships, which then serves as a foundation for detecting anomalies in fake videos during inference

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent inverts the traditional supervised learning approach by training the model on real videos rather than fake videos. Instead of teaching the model what fake videos look like through labeled examples, the model learns what real videos should contain in terms of audio-visual correspondences, and then detects deviations from this learned reality, enabling detection of unseen AI-generated videos

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

2Device complexity

If existing techniques focus on data of a particular modality (e.g., only audio data or only visual data), then the analysis can be simpler, but the techniques are frequently unable to identify as fake videos with real data of that modality but fake data of the other modality

Engineering Contradiction:
Improvemodel architectureVSAvoidfake video detection capability
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent merges audio and visual modalities by using dual encoders that process both audio and video data simultaneously. The cross-modal attention mechanism integrates information from both modalities, allowing the model to detect inconsistencies between audio and visual components, thereby identifying fake videos even when only one modality is synthetic

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent adds a cross-modal dimension to traditional unimodal analysis by introducing attention mechanisms that operate across modalities. The cross-attention layers allow the model to examine relationships between audio and visual features, effectively adding an inter-modal dimension to the detection process that reveals inconsistencies invisible to unimodal approaches

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Adaptability or versatility

If cross-modal representations are generated by replacing subsets of embeddings, then the model can learn broad audio-visual correspondences, but the processing power and memory requirements increase

Engineering Contradiction:
Improvedetection capability across different fake video typesVSAvoidprocessing power and memory usage
Core Design Contradiction:
Adaptability or versatilityVSUse of energy by moving object

Solution Approach 1:

The patent applies partial action by replacing only a subset of embeddings rather than the entire sequence. The cross-modal attention mechanism operates on selected portions of the embedding sequences, reducing computational load while still capturing essential audio-visual correspondences. This selective processing maintains detection effectiveness while lowering resource requirements

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS12412376B2Machine-learning-based detection of fake videos
Publication Date: 2025.09.09 REALITY DEFENDER INC
  • US12412376B2 patent drawing
  • US12412376B2 patent drawing
  • US12412376B2 patent drawing

AI summary

A method for training a model for classifying videos as real or fake can include generating image tiles and audio data segments from an input video, generating a sequence of image embeddings based on the image tiles using a visual encoder and a sequence of audio embeddings based on the audio data segments using an audio encoder, transforming, using a V2A network, a first subset of the sequence of image embeddings into synthetic audio embeddings, transforming, using an A2V network, a first subset of the sequence of audio embeddings into synthetic image embeddings, updating the sequence of image embeddings by using the synthetic image embeddings, updating the sequence of audio embeddings using the synthetic audio embeddings, training the encoders and the networks using the updated sequences of image embeddings and audio embeddings, and training a classifier using the trained encoders and the trained networks.