Multimodal Representation Learning With Noise-Weighted Pair Training

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing multimodal learning models struggle with noisy data, particularly in self-supervised learning from unlabeled instructional videos, leading to sub-optimal results due to the high correlation between speech and vision without shared semantic meaning, and manual annotation is costly and challenging.

Innovation Solution

A multimodal learning model is trained using a noise estimation approach that incorporates a multimodal similarity function and local density estimation to estimate the probability of correctly associated pairs, integrating this estimation into a loss function for robust training.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If manual annotation is used to label multimodal data, then training data quality is improved, but cost and time consumption increase significantly

Engineering Contradiction:
Improvedata qualityVSAvoidannotation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs self-supervised learning by automatically generating training signals from unannotated multimodal data itself. The model learns to identify correct associations between modalities (e.g., speech and video) through self-supervised contrastive learning, eliminating the need for manual annotation while maintaining training effectiveness

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

A multimodal similarity function acts as an intermediary to estimate the probability of correct association between unannotated modality pairs. This similarity estimation mechanism enables the system to process unannotated data without requiring manual labels, bridging the gap between raw unannotated data and training requirements

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If unannotated multimodal data is used for training, then data availability and scalability are improved, but noise and incorrect associations increase

Engineering Contradiction:
Improvedata processing efficiencyVSAvoiddata accuracy
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system extracts and processes only the correctly associated modality pairs from the unannotated data by using the multimodal similarity function to identify high-probability associations. Incorrect or noisy associations are effectively filtered out through the contrastive learning objective, which emphasizes correct pairs while pushing apart incorrect ones

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system converts the presence of noisy unannotated data into a benefit by using contrastive learning. The noise and incorrect associations in the unannotated data actually help the model learn more robust representations by providing negative samples that the contrastive loss function uses to improve discrimination between correct and incorrect modality pairings

Inventive Principle:
Principle #22Blessing in disguise (Convert harm into benefit)

3Ease of manufacture

If self-supervised learning is applied to unannotated data, then annotation cost is reduced, but performance degrades due to noise in unannotated instructional videos

Engineering Contradiction:
Improveannotation costVSAvoidmodel performance
Core Design Contradiction:
Ease of manufactureVSReliability

Solution Approach 1:

The contrastive learning framework provides feedback mechanisms where the model's own predictions and representations are used to generate training signals. The loss function provides feedback by comparing embedded representations of correctly associated modality pairs, enabling continuous improvement without external annotations

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system changes the parameter space by working in embedding spaces rather than raw data spaces. By transforming multimodal data into coordinated representation spaces and operating in this transformed parameter space, the system can effectively handle noise and learn robust features that maintain performance despite using unannotated data

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12518154B2Training multimodal representation learning model on unannotated multimodal data
Publication Date: 2026.01.06 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US12518154B2 patent drawing
  • US12518154B2 patent drawing
  • US12518154B2 patent drawing

AI summary

An example system includes a processor to receive unannotated multimodal data. The processor can estimate a probability an associated pair of different modalities in the unannotated multimodal data to be correctly associated using a multimodal similarity function and a local density estimation. The processor can also train a multimodal representation learning model on the unannotated multimodal data using the estimated probability as a weight for the associated pair in a loss function.