Media Chunk Embeddings for Synthetic Source Identification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing media analysis systems struggle to accurately detect synthetic media and identify the specific source or model responsible for generating it, which is crucial for forensic investigations and security applications.

Innovation Solution

A method and system utilizing pre-trained media transformers and classification models to generate embeddings for media chunks, applying cross-entropy and triplet loss functions, and employing backpropagation for improved detection and source identification of synthetic media.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional media analysis systems are used, then content detection is performed, but source identification capability is lacking

Engineering Contradiction:
Improvesource identification accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the media file into multiple chunks and processes each chunk independently through the classification model. This segmentation approach enables source identification at a granular level while managing system complexity by breaking down the overall task into smaller, manageable units. Each chunk is analyzed to extract features and determine synthetic origin, collectively building the complete source identification result.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary embedding layer that transforms raw media features into a standardized representation format. This embedding intermediary enables the classification model to process diverse media inputs uniformly, improving source identification accuracy without directly increasing the complexity of the core classification logic. The embedding layer acts as a mediator between feature extraction and classification.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If advanced classification models are employed, then source identification accuracy improves, but computational complexity increases

Engineering Contradiction:
Improvesynthetic source classification accuracyVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent performs preliminary feature extraction and embedding generation before the actual classification process. By pre-processing the media chunks to extract relevant features and transform them into embeddings, the system prepares the data in an optimized format that reduces the computational burden during classification. This preliminary action enables the use of advanced classification models while managing overall computational complexity.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent processes media files in partial chunks rather than analyzing the entire file at once. This partial action approach allows the classification model to work with smaller, manageable portions of data, reducing memory requirements and computational complexity at each step. The model achieves high accuracy by iteratively classifying chunks and aggregating results, rather than requiring excessive computational resources for whole-file analysis.

Inventive Principle:
Principle #16Partial or excessive action

3Productivity

If media files are processed in chunks, then processing efficiency improves, but information loss may occur

Engineering Contradiction:
Improveprocessing speedVSAvoidcontext information loss
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The patent segments the media file into overlapping or adjacent chunks that collectively cover the entire file. This segmentation enables parallel processing of multiple chunks simultaneously, improving processing speed and productivity. The segmentation is designed to preserve context by ensuring that chunks are processed in a systematic manner that maintains the relationships between adjacent segments.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system incorporates feedback mechanisms where the classification results and feature extractions from one chunk inform the processing of subsequent chunks. This feedback loop ensures that context information is preserved across chunk boundaries, allowing the system to maintain high processing efficiency while avoiding information loss. The feedback may include maintaining state information or adjusting processing parameters based on previous chunk results.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS20260112160A1Method and system for content analysis
Publication Date: 2026.04.23 ONIBER SOFTWARE PTE LTD
  • US20260112160A1 patent drawing
  • US20260112160A1 patent drawing
  • US20260112160A1 patent drawing

AI summary

The present invention relates to a method (300) and system (100) for detecting the source of media files, specifically aimed at identifying synthetic sources using classification models. The system (100) comprises a processor (201) and memory (202) configured to execute programmed instructions for analyzing input media. Initially, an input media file is received and pre-processed to enhance data quality. The system (100) splits the media into manageable chunks, allowing for the extraction of key features relevant to source identification. These features are then transformed into embeddings using a pre-trained model designed for this purpose. A classification model processes these embeddings to determine the probability of each chunk originating from a synthetic source. By utilizing techniques such as cross-entropy loss and fine-tuning, the system accurately distinguishes between real and synthetic sources. This invention addresses the growing need for reliable source detection in media files, providing a robust solution.