MOCAS Flashcards
What is the Problem/Motivation?
They proposed a multimodal dataset for objective cognitive workload assessment on simultaneous tasks with closed circuit television tasks for better applicability to real word scenarios
Study Overview
The aim of this study was to develop a multimodal dataset for objective cognitive workload using tasks that are applicable to real world scenarios.
Objective cognitive workload is the measurable mental effort or cognitive work expended while performing a task.
In this study, the objective cognitive workload is measured through physiological and behavioral signals.
During the experiments, the participants were asked to monitor video feeds from multiple robots and identify specific objects.
Their physiological and behavioral data was simultaneously collected through (emotiv and empatica (phys)) and (Intel Realsense D435i (facial recognition)) sensors.
Following the experiments,
In the analsis phase, they calculated the pearsons correlation coefficient find the relationship between the particpipants personality traits and the average of their physiological and behavioral data.
- In addition, LSTM and LF-LSTM models are used for unimodal and mulitmodal classification of cognitive load.
- LSTM models excel in capturing temporal patterns by learning from the sequential data.
- LF-LSTM provides an effctive way to intgerate different modalitis by procssing the featres from each modality independently before combinig them. Hence the LF (Late Fusion).
Correlation between personality traits and physiological and behavioral signals
Studies have shown that different personality traits can generate physiological and behavioral signals with different features.
- The calculates pearsons correlation coefficient to find the relationship between the participant’s personal traits and the mean of their physiological and behavioral data.
- Resulted in a moderate positive relationship
LSTM
A deep learning model that excels in capturing temporal patterns
LF-LSTM for multimodal fusion classification
Late-Fusion long short term memory networks
the benefit of using LF-LSTM is that:
features extracted from each modality are processed independently before they are combined, capturing the unique characteristics of each modality before combining them.
Model Evalutions
- Did well with trial independent evaluation
- struggled with subject independent evaluation, suggesting that the model struggled to account for individual differences it was not trained on, probably
due to the fact their subject size was so small, having only 21 participants.