All Signals Point to Personality: A Dual-Pipeline LSTM-Attention and Symbolic Dynamics Framework for Predicting Personality Traits from Bioelectrical Signals
Co-authors: Deepak Kumar, Pradeep Singh, Balasubramanian Raman
• Overview of Project
• Dataset Description
• Resources
• Problem-Solving Approach
• Results
In this work, we present a novel model for personality trait prediction using a dual-pipeline architecture. The model architecture leverages Long Short-Term Memory (LSTM) networks with batch normalization for capturing sequential dependencies in data and incorporates temporal attention heads for feature extraction. By combining these parallel pipelines, our model effectively utilizes both LSTM and attention mechanisms to create a comprehensive representation of input data. The model aims to predict the OCEAN (openness, conscientiousness, extraversion, agreeableness, and neuroticism) traits using physiological signals, including EEG, ECG, and GSR.
We have tested our approach on two datasets, AMIGOS and ASCERTAIN.
The AMIGOS dataset incorporates multi-modal recordings of participants as they viewed emotional movie segments. Data collection took place in two distinct experimental scenarios: 1) 40 participants were exposed to 16 brief emotional video clips, and 2) Participants viewed four extended video segments, with some viewing sessions conducted individually and others in groups.
The ASCERTAIN dataset is a multimodal repository tailored for personality recognition, involving data from 58 participants. Each participant was subjected to 36 video clips, each evoking different emotions. The dataset offers diverse modalities, including ECG, GSR, EEG signals, and Facial Landmark Trajectories.
- CUDA
- Tensorflow with GPU Environment
- Pandas, Numpy
Our approach can be summarized with the following architecture diagram-
We evaluated our approach on two Datasets (i.e., ASCERTAIN and AMIGOS) using Symbolic Dynamics as a preprocessing approach, and then we used a homegrown AT3Net model for downstream tasks. More details can be found in our manuscript.
"AMIGOS: A Dataset for Affect, Personality and Mood Research on Individuals and Groups (PDF)", J.A. Miranda-Correa, M.K. Abadi, N. Sebe, and I. Patras, IEEE Transactions on Affective Computing vol. 12, no. 2, pp. 479-493, 2021.
Subramanian, Ramanathan, et al. "ASCERTAIN: Emotion and personality recognition using commercial sensors." IEEE Transactions on Affective Computing 9.2 (2016): 147-160.