Multimodal Physiological Classification With Missing-Data Expert Fusion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing neural network models for classifying human physiological data face challenges due to missing data caused by poor sensor contact, user movement, and device interference, leading to deviations in classification results.

Innovation Solution

A classification model incorporating a multi-headed self-attention module, normalization module, and fusion expert system, along with a decision module, which processes EEG, ECG, and EDA data to generate a final classification result, and a training method that simulates data missing scenarios during model training to enhance robustness.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a neural network model is used to classify human physiological data, then classification capability is achieved, but classification accuracy deteriorates when data is missing due to sensor contact issues, user movement, or device interference

Engineering Contradiction:
Improveclassification reliabilityVSAvoidclassification accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The model segments the classification task into multiple specialized expert subsystems (EEG expert, ECG expert, EDA expert) that each handle specific physiological data types. This segmentation allows the system to process incomplete data more effectively by relying on available expert subsystems when certain data modalities are missing, thereby maintaining classification accuracy under data loss conditions.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The model performs preliminary action by pre-training expert subsystems on complete data during the training phase, and then learns to adaptively weight and combine their outputs. This preliminary preparation enables the system to handle missing data scenarios during deployment without requiring retraining, as the expert subsystems are already equipped with robust classification capabilities.

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If multiple physiological data modalities (EEG, ECG, EDA) are processed simultaneously, then comprehensive classification capability is achieved, but system complexity increases

Engineering Contradiction:
Improvemultimodal data processing capabilityVSAvoidmodel structure complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The complex multimodal classification problem is segmented into independent expert subsystems, each dedicated to processing a specific physiological data type (EEG, ECG, or EDA). This modular segmentation reduces overall system complexity by allowing each subsystem to be designed and trained independently, while still achieving comprehensive multimodal classification capability through their coordinated outputs.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The decision module acts as an intermediary that receives outputs from multiple expert subsystems and combines them into a final classification result. This intermediary structure simplifies the integration of multimodal data by providing a centralized coordination point that adaptively weights and synthesizes the decisions from different expert subsystems, managing the complexity of simultaneous multimodal processing.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If expert subsystems are trained on complete multimodal data, then optimal performance is achieved, but training time and computational resources increase significantly

Engineering Contradiction:
Improveclassification accuracyVSAvoidtraining time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The training process is segmented into phases where expert subsystems are trained on their respective specialized data types rather than requiring simultaneous processing of all multimodal data. This segmentation of the training workload reduces computational complexity and training time, while still achieving optimal classification accuracy by allowing each expert to specialize in its designated data modality.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Expert subsystems undergo preliminary training on complete data during the training phase to learn optimal classification patterns. Once trained, these subsystems can handle missing data scenarios during deployment without requiring additional training time, as the preliminary training has already equipped them with robust classification capabilities that generalize to incomplete data conditions.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20260053445A1Multi-modal human physiological data classification model and training method therefor, multi-modal human physiological data classification method, and device
Publication Date: 2026.02.26 KINGFAR INTERNATIONAL INC
  • US20260053445A1 patent drawing
  • US20260053445A1 patent drawing
  • US20260053445A1 patent drawing

AI summary

A classification model for multimodal human physiological data, and a training method therefor, a classification method for multimodal human physiological data, and a device are provided. The classification model includes: a multi-headed self-attention module, a normalization module, a fusion expert system, and a decision module. The multi-headed self-attention module is configured to perform feature extraction on multimodal synchronous data. The normalization module is configured to generate normalized feature data based on the extracted feature data. The fusion expert system includes: an electroencephalogram expert subsystem, an electrocardiogram expert subsystem, an electrodermal activity expert subsystem, and a multimodal synchronous fusion expert subsystem each configured to perform a classification task based on the corresponding normalized feature data. The decision module is configured to calculate a final classification result based on the above four classification results.