Cross-Modal Video Captioning With Audio-Aware Transformer Fusion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing deep learning models for video captioning fail to describe audio elements such as acoustic effects and speaker identity, leading to incomplete and inaccessible video descriptions.

Innovation Solution

A computing system that extracts video and audio embeddings using transformers, performs merged and global cross fusion in a cross-modal encoder, and generates captions using a caption decoder to incorporate audio information.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If deep learning models are trained using only text transcripts from automatic speech recognition, then training cost and time are reduced, but audio elements such as acoustic effects and speaker identity are not described in the video captions

Engineering Contradiction:
Improvetraining efficiencyVSAvoidaudio information
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The patent merges audio embeddings and video embeddings into a unified multi-modal embedding space using a cross-modal encoder. This allows the model to process both audio and video information simultaneously, enabling the generation of captions that include both speech content and audio elements like acoustic effects and speaker identity, while avoiding the need for separate processing pipelines that would increase complexity.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The cross-modal encoder is designed to handle multiple types of input data (audio embeddings and video embeddings) and generate a unified representation that captures both modalities. This multi-functional component replaces the need for separate processing systems, allowing the model to efficiently process diverse input types without proportionally increasing system complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Measurement precision

If manual annotation is used to create video captioning datasets, then caption quality and completeness are improved, but cost and time requirements increase significantly

Engineering Contradiction:
Improvecaption accuracyVSAvoidannotation efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent implements a self-training mechanism where the model generates its own training data by producing captions for videos, which are then used to fine-tune and improve the model. This self-service approach eliminates the need for expensive manual annotation while continuously improving caption quality through iterative learning from generated examples.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The model uses parameter optimization techniques to adjust its internal representations and generation parameters during self-training. By changing parameters such as temperature, top-k sampling, and loss weights during different training stages, the model can generate diverse yet accurate captions that improve overall performance without requiring manual intervention.

Inventive Principle:
Principle #35Parameter changes

3Loss of information

If audio embeddings are integrated into the video captioning model, then audio information is captured in captions, but model complexity and computational requirements increase

Engineering Contradiction:
Improveaudio information retentionVSAvoidmodel architecture
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The patent segments the processing pipeline into distinct components: an audio encoder for extracting audio embeddings, a video encoder for extracting video embeddings, and a cross-modal encoder for integrating them. This segmentation allows each component to be optimized independently and facilitates modular implementation, reducing overall system complexity while maintaining comprehensive audio-visual processing capabilities.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12598360B2Video captioning generation system and method
Publication Date: 2026.04.07 LEMON INC(GB)
  • US12598360B2 patent drawing
  • US12598360B2 patent drawing
  • US12598360B2 patent drawing

AI summary

A system and a method are provided that include a processor executing a caption generation program to receive an input video, sample video frames from the input video, extract video frames from the input video, extract video embeddings and audio embeddings from the video frames, including local video tokens and local audio tokens, respectively, input the local video tokens and the local audio tokens into at least a transformer layer of a cross-modal encoder to generate multi-modal embeddings, and generate video captions based on the multi-modal embeddings using a caption decoder.