Multimodal Emotion Recognition via Temporal Convolution and Gated Attention

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current emotion recognition methods are limited by discrete models that struggle to capture continuous emotional changes and subtle fluctuations, and often face inefficiencies due to vanishing gradients in recurrent neural networks, especially in long-term sequences.

Innovation Solution

A multimodal dimensional emotion recognition method that uses temporal convolutional networks and a gated attention mechanism to fuse audio, video, and text features, allowing for adaptive integration of multimodal information and effective temporal contextual modeling, avoiding the issue of vanishing gradients.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If discrete emotion models are used, then the model is simple and intuitive, but it can only represent a limited variety of single and definite emotion types

Engineering Contradiction:
Improvemodel simplicityVSAvoidemotion type variety
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The patent transitions from discrete emotion categories to continuous dimensional parameters (valence, arousal, dominance) to represent emotions. This parameter transformation allows the model to capture subtle emotion fluctuations and represent a continuous spectrum of emotional states rather than limited discrete categories, thereby increasing adaptability while maintaining model simplicity through standardized dimensional frameworks.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent introduces dimensional emotion space with multiple continuous dimensions (valence, arousal, dominance) instead of single discrete categories. This dimensional transformation enables the model to represent complex emotional states as combinations of dimensional parameters, capturing subtle fluctuations and correlations between different emotion aspects that discrete models cannot represent.

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

2Ease of operation

If recurrent neural networks are used for temporal contextual modeling, then the model can process sequential data, but it achieves inefficient modeling due to the problem of vanishing gradients in long-term sequences

Engineering Contradiction:
Improvesequential data processing capabilityVSAvoidmodeling efficiency in long-term sequences
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The patent replaces recurrent neural networks with temporal convolutional networks for temporal contextual modeling. This substitution eliminates the vanishing gradient problem inherent in RNNs while maintaining the ability to process sequential data. The temporal CNN architecture processes temporal dependencies through convolutional operations across time steps, providing more stable and efficient training for long-term sequence modeling.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The patent segments the temporal modeling task into local contextual windows that are processed by convolutional operations. Instead of processing the entire long-term sequence at once like RNNs, the temporal CNN divides the sequence into manageable segments with defined receptive fields, allowing efficient processing of long-term dependencies through hierarchical feature extraction from local to global temporal contexts.

Inventive Principle:
Principle #1Segmentation

3Device complexity

If features from various modalities are spliced in a simple way, then the fusion process is straightforward, but it ignores that the contributions made by different modal features at different times may vary

Engineering Contradiction:
Improvefusion process simplicityVSAvoidemotion recognition accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent introduces dynamic attention mechanisms that adaptively weight different modal features at different time steps based on their relevance to the current emotional state. Instead of static simple splicing, the model dynamically adjusts the contribution of audio, video, and text features through learned attention scores, allowing the fusion process to capture temporal variations in modal importance while improving emotion recognition precision.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent applies modality-specific processing and attention mechanisms that treat different modal features differently based on their local characteristics and temporal patterns. Each modality (audio, video, text) undergoes specialized feature extraction and temporal modeling, with attention weights adjusted locally for each modality and time step, rather than uniform simple splicing of all features.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11281945B1Multimodal dimensional emotion recognition method
Publication Date: 2022.03.22 INST OF AUTOMATION CHINESE ACAD OF SCI
  • US11281945B1 patent drawing
  • US11281945B1 patent drawing
  • US11281945B1 patent drawing

AI summary

A multimodal dimensional emotion recognition method includes: acquiring a frame-level audio feature, a frame-level video feature, and a frame-level text feature from an audio, a video, and a corresponding text of a sample to be tested; performing temporal contextual modeling on the frame-level audio feature, the frame-level video feature, and the frame-level text feature respectively by using a temporal convolutional network to obtain a contextual audio feature, a contextual video feature, and a contextual text feature; performing weighted fusion on these three features by using a gated attention mechanism to obtain a multimodal feature; splicing the multimodal feature and these three features together to obtain a spliced feature, and then performing further temporal contextual modeling on the spliced feature by using a temporal convolutional network to obtain a contextual spliced feature; and performing regression prediction on the contextual spliced feature to obtain a final dimensional emotion prediction result.