Multimodal Content Authentication Using CLIP and GRU Fusion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing technologies struggle to accurately authenticate and verify the authenticity of digital content, particularly in the presence of misinformation and manipulated multimedia content, which poses security risks and challenges in verifying user credentials.

Innovation Solution

A transformer-based content processing apparatus that integrates CLIP models for feature extraction and GRU models for representation generation, enabling simultaneous processing of text and image data to categorize content into authentic, inauthentic, or indeterminate categories, using a shared embedding space for multimodal data analysis.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional content authentication methods are used, then the system is simpler to implement, but the accuracy of distinguishing authentic from inauthentic content deteriorates

Engineering Contradiction:
Improvecontent authentication accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments content authentication into multiple independent processing streams: text processing through BERT, image processing through ResNet, and video processing through 3D CNNs. Each modality is handled by specialized neural network components that extract features independently, then these segmented processing results are integrated to make the final authentication decision, improving accuracy while managing complexity through modular architecture

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system employs a composite approach by integrating multiple types of neural networks (BERT for text, ResNet for images, 3D CNNs for video) into a unified authentication framework. This composite architecture combines the strengths of different model types to achieve superior authentication accuracy of 85%, leveraging the complementary capabilities of various deep learning architectures

Inventive Principle:
Principle #40Composite materials

2Adaptability or versatility

If sophisticated data manipulation technologies are used to generate artificial content, then content creation capabilities are enhanced, but security risks and verification challenges increase

Engineering Contradiction:
Improvecontent creation capabilityVSAvoidcontent verification reliability
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The system introduces an intermediary verification layer that acts as a mediator between generated content and authentication. This intermediary consists of specialized neural networks that analyze artifacts and patterns in manipulated content, serving as a bridge that enables reliable verification of AI-generated or manipulated content without requiring changes to the content generation processes themselves

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system implements feedback mechanisms where authentication results and analysis data are continuously fed back to improve the verification models. This feedback loop enables the system to adapt to new manipulation techniques and maintain high verification reliability of 85% accuracy by learning from encountered examples of both authentic and manipulated content

Inventive Principle:
Principle #23Feedback

Data Source

PatentEP4657286A1Transformer-based content processing apparatuses for multimodal content authentication
Publication Date: 2025.12.03 MICROSOFT TECHNOLOGY LICENSING LLC
  • EP4657286A1 patent drawingFigure 1A
  • EP4657286A1 patent drawingFigure 1B
  • EP4657286A1 patent drawingFigure 2A

AI summary

According to examples, a transformer-based content processing apparatus determines if received content for verification is authentic content based on corresponding evidence content retrieved from authenticated data sources. A Contrastive Language-Image Pre-training (CLIP) model is used to extract features of the content for verification and the evidence content. A Gated Recurrent Unit (GRU) model generates a text representation and a corresponding image representation from the features. The text representation and the corresponding image representation are enhanced via a series of operations executed by additional layers of the GRU model which also generate multiple probabilities that the content for verification is authentic, inauthentic content, or content of indeterminate authenticity.