Multimodal Attention System for Robust Human-Computer Interaction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current human-computer interaction systems rely primarily on audio signals, which can be inadequate in noisy environments and fail to fully utilize visual cues, leading to difficulties in disambiguating decisions and improving intelligibility in natural conversations.

Innovation Solution

A multimodal classifier using a recurrent attention-based fusion of different modalities, where each modality contributes to a joint classification task with varying degrees of confidence, dynamically combining information from sensors through a gating modular neural network to maximize utility and balance sensor information.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If only audio signals are used for human-computer interaction, then the system complexity is low, but the reliability deteriorates in noisy environments

Engineering Contradiction:
Improverobustness of human-computer interactionVSAvoidsystem architecture complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system segments the processing of different modalities by creating separate expert modules for audio and video inputs. Each expert module independently processes its modality through dedicated neural networks, allowing the system to handle multiple sensor types without creating a monolithic complex architecture. This segmentation maintains reliability by specializing processing for each modality while managing complexity through modular organization.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The gate network serves as a universal component that dynamically selects and combines predictions from multiple expert modules. This single gate mechanism handles the integration of heterogeneous modalities (audio, video, and potentially other sensors), providing multi-functionality that improves reliability across different interaction scenarios without proportionally increasing overall system complexity.

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

2Measurement precision

If multiple modalities are integrated, then the measurement precision improves, but the device complexity increases

Engineering Contradiction:
Improveclassification accuracyVSAvoidneural network architecture complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system divides the classification task into separate expert modules, each specialized for a specific modality. This segmentation allows each neural network to be optimized for its specific input type, improving measurement precision for each modality independently while keeping individual network complexities manageable rather than requiring one enormous multi-modal network.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The gate network acts as an intermediary that combines predictions from multiple expert modules. Instead of directly integrating complex multi-modal data through a single large network, the gate provides a structured intermediate layer that fuses modality-specific predictions, improving overall classification accuracy while maintaining architectural clarity and managing complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Adaptability or versatility

If dynamic weight generation is implemented, then the adaptability improves, but the computational energy consumption increases

Engineering Contradiction:
Improvedynamic modality selectionVSAvoidcomputational energy consumption
Core Design Contradiction:
Adaptability or versatilityVSUse of energy by moving object

Solution Approach 1:

The gate network dynamically adjusts weights for different modalities based on current input conditions, allowing the system to adapt to varying sensor quality and environmental factors. This dynamic weight generation enables flexible adaptation without requiring complete retraining or complex decision logic, balancing adaptability improvements with reasonable computational overhead.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The gate network automatically determines the optimal weighting of modalities based on the inputs it receives, without requiring external control or manual adjustment. This self-service mechanism provides adaptability through autonomous decision-making about which modalities to trust more in given situations, reducing the need for complex external control systems while managing computational resources efficiently.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS11687770B2Recurrent multimodal attention system based on expert gated networks
Publication Date: 2023.06.27 SYNAPTICS INC
  • US11687770B2 patent drawing
  • US11687770B2 patent drawing
  • US11687770B2 patent drawing

AI summary

Systems and methods for multimodal classification include a plurality of expert modules, each expert module configured to receive data corresponding to one of a plurality of input modalities and extract associated features, a plurality of class prediction modules, each class prediction module configured to receive extracted features from a corresponding one of the expert modules and predict an associated class, a gate expert configured to receive the extracted features from the plurality of expert modules and output a set of weights for the input modalities, and a fusion module configured to generate a weighted prediction based on the class predictions and the set of weights. Various embodiments include one or more of an image expert, a video expert, an audio expert, class prediction modules, a gate expert, and a co-learning framework.