Next Article in Journal
An Innovative Study for Tool Wear Prediction Based on Stacked Sparse Autoencoder and Ensemble Learning Strategy
Next Article in Special Issue
Can EMG-Derived Upper Limb Muscle Synergies Serve as Markers for Post-Stroke Motor Assessment and Prediction of Rehabilitation Outcome?
Previous Article in Journal
A Deep Reinforcement Learning and Graph Convolution Approach to On-Street Parking Search Navigation
Previous Article in Special Issue
MACNet: A Multidimensional Attention-Based Convolutional Neural Network for Lower-Limb Motor Imagery Classification
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Task-Independent Cognitive Workload Discrimination Based on EEG with Stacked Graph Attention Convolutional Networks

1
Tianjin Key Laboratory for Control Theory and Applications in Complicated Systems, School of Electrical Engineering and Automation, Tianjin University of Technology, Tianjin 300384, China
2
College of Mechanical and Electrical Engineering, Harbin Engineering University, Harbin 150001, China
*
Authors to whom correspondence should be addressed.
Sensors 2025, 25(8), 2390; https://doi.org/10.3390/s25082390
Submission received: 15 February 2025 / Revised: 21 March 2025 / Accepted: 26 March 2025 / Published: 9 April 2025

Abstract

:
In the field of neuroeconomics, the assessment of cognitive workload is a crucial issue with significant implications for real-world applications. Previous research has made progress in task-based germane cognitive load classification, but decentralized studies focusing on task-independent assessment have often produced less than optimal results. In this study, we present a stacked graph attention convolutional networks (SGATCNs) model to tackle the challenges related to task-independent cognitive workload assessment using EEG spatial information. The model employs the differential entropy (DE) and power spectral density (PSD) features of each EEG channel across four frequency bands (delta, theta, alpha, and beta) as node information. For the construction of the network structure, phase-locked values (PLVs), phase-lag indices (PLIs), Pearson correlation coefficients (PCCs), and mutual information (MI) are utilized and evaluated to generate a functional brain network. Specifically, the model aggregates spatial information on the dynamic map by stacking the graph attention layers and utilizes the convolution module to extract the frequency domain information from between the networks under each frequency band. We conducted a cognitive workload experiment with 15 subjects and selected three representative psychological experimental task paradigms (N-back, mental arithmetic, and Sternberg) to induce different levels of cognitive workload (low, medium, and high). Our framework achieved an average accuracy of 65.11% in recognizing the task-independent cognitive workload across the three scenarios.

1. Introduction

Cognitive load refers to the total amount of limited cognitive resources consumed by an individual during the execution of a task due to the application of specific strategies (e.g., “means-end analysis”), reflecting the task’s demand on the cognitive system and characterizing the occupation rate of mental resources under the given working conditions [1]. In cognitive psychology, the cognitive workload is used to describe the pressure or burden that an individual experiences during cognitive activities such as learning, problem solving, and performing tasks. Therefore, appropriate workload levels are required to achieve high efficiency without the individual being overloaded. The common cognitive workload measurement methods can be systematically categorized into three types based on their applicability in perceptually rich environments: performance measurement, subjective measurement, and physiological measurement [2]. Among them, researchers have recently used physiological signals to identify the cognitive workload status of individuals, including electroencephalograms (EEGs) [3], functional magnetic resonance imaging (fMRI) [4], electrocardiograms (ECGs) [5], and the galvanic skin response (GSR) [6]. The cognitive workload is closely related to the higher cognitive functions of the brain, including working memory, in which the frontal region of the cerebral cortex plays an important role.
More and more researchers have become devoted to exploring the relationship between high temporal resolution EEGs and subjects’ mental states in cognitive workload recognition. Mahesh et al. [7] utilized a multisampling-rate infinite-impulse-response filter bank to decompose EEG signals into 10 frequency bands, and extracted multiple features from them for cognitive workload classification using integrated subspace KNN classifiers. This study demonstrated that decomposing EEG signals into multiple frequency bands can enhance the recognition accuracy of workload classification. Additionally, Yang et al. [8] extracted temporal features and PSD features from EEG signals, proposing the ensemble stacked denoising autoencoder classifier with local information preservation (EL-SDAE) to improve the accuracy of cognitive workload recognition. The above studies considered the time or frequency features of EEG signals, but lacked exploration of the spatial domain information of EEG signals.
Neuroscience research has demonstrated that the brain’s functions are not carried out independently by single brain regions, but require intricate interactions among multiple brain regions [9]. Understanding how to leverage the spatial information of these different brain regions to enhance cognitive workload recognition would provide potential solutions for task-independent cognitive workload discrimination. Wang et al. [10] used an attention-based recursive fuzzy network to explore the association between EEG features and workload. Their results demonstrated that imposing adaptive attention weights on dynamic connections significantly improved the classification accuracy across N-back and mental arithmetic tasks. Kwak et al. [11] extracted spatial and spectral information from a 3D convolutional layer, and fused the multi-level features extracted from the convolutional layer by using weighting factors, enhancing the performance of a CNN in workload estimation. Ramaswamy et al. [12] proposed a spatio-temporal EEG network (EEG-TopoNet) which used the PSD and entropy to generate brain terrain as inputs to extract spatial features and capture brain activation patterns at different durations, and the results showed that the brain terrain map network based on PSD features achieved the best classification results. However, most of the above studies are based on single tasks, and the exploration of cognitive workload recognition in task-independent scenarios is limited.
Taking all the above into consideration, we propose a stacked graph attention convolutional networks (SGATCNs) model to achieve cross-task cognitive workload recognition. Firstly, to collect cognitive workload EEG datasets under different tasks, we designed three tasks using NASATLX as the evaluation criterion, with each task containing three levels of cognitive workload. Secondly, multiple functional connectivity matrices were collected and a functional brain network was constructed, with frequency domain features as the information features of the nodes so that discrete graph data could be constructed as input to the model. In the SGATCNs model, the SGAT structure is used to learn spatial EEG representations in different frequency domains, where the graph attention mechanism can assign higher weights to key nodes in adjacent nodes to achieve more efficient spatial information aggregation and updating. Subsequently, convolutional layers are used to extract frequency-domain information from the features in one step, thereby obtaining high-dimensional feature data to compensate for the insufficient learning ability of graph neural networks regarding frequency-domain information.
The main research content of each segment is as follows: Section 2 focuses on the work related to cognitive workload recognition based on brain networks and deep learning. Section 3 describes the whole process of the signal acquisition experiment. Section 4 describes the feature extraction and classification model. Section 5 details the experimental results. Section 6 discusses this paper. Finally, Section 7 gives the conclusion.

2. Related Works

2.1. Functional Brain Network

A functional brain network is a kind of brain network constructed on the basis of functional connectivity features which is capable of describing the structure between different regions of the brain as well as the functional connectivity patterns between them on a macroscopic scale [13]. Nafise et al. [14] identified patterns of functional brain connectivity, revealing that the frontal and parietal lobes tend to aggregate more under low workload than under high workload. Guan et al. [15] constructed a dynamic functional connectivity network under different microstates by calculating the phase-locked values between EEG channels on the basis of microstates analysis, and identified the cognitive workloads across various tasks with a support vector machine classifier time. Dimitrakopoulos et al. [16] applied phase lag index features to construct a functional brain network, and calculated network properties such as the global clustering coefficients, characteristic path lengths, and small-world indicators of the network as features to identify the cognitive workload based on graph-theoretic methods. The above studies show that the study of functional brain network structures can effectively characterize the interaction of information between different brain regions during changes in cognitive workload.
We constructed a functional brain network structure using four correlation methods and extracted PSD and DE features as node information, sparsified the functional brain network with different sparsity ratios, and searched for the functional brain network structure that best characterizes the degree of cognitive workload through deep learning models.

2.2. Classification Model Based on Cognitive Workload

In contrast to classical machine learning algorithms, deep learning methods can learn complex information from multiple dimensions simultaneously. Ji et al. [17] proposed a dynamic residual network with attention mechanism (DRNA-Net) which is able to find more stable EEG features in different cognitive tasks by combining a recurrent network (DRNA-Net) and a dynamic residual network with attention mechanism (DRNA-Net), which allows it to find more stable EEG features in different cognitive tasks by combining the recurrent network with the self-attention mechanism. Zhou et al. [18] proposed to construct a cross-task cognitive workload recognition model based on EEG, which improves the cross-task recognition accuracy using a domain adaptive approach. Gupta et al. [19] proposed a cognitive workload estimation method based on EEGs, the functional brain connectivity, and deep learning which can classify the cognitive workload in near real-time by extracting model-free functional connectivity metrics and applying deep learning architectures (CNN, LSTM, and Conv-LSTM).
However, traditional deep learning methods are mainly used with Euclidean data, and in the face of the brain network structure, graph neural networks can be more effective in topologizing the information between nodes. Zhang et al. [20] proposed a graph convolutional network based on the compression and excitation (SE) block, and transformed the resulting dimensionality-reduced EEG signals into graph data based on the Pearson’s correlation coefficient to achieve the identification of the cognitive workload. However, the existing studies based on graph neural networks ignore the importance of frequency domain features; therefore, we construct functional brain network structures under different frequency bands and use them as inputs to a SGATCNs model in the form of dynamic graphs, and fully extract the frequency domain information using convolutional layers.

3. Materials

3.1. Subjects

Fifteen graduate students from Tianjin Polytechnic University were recruited for this experiment. Eleven of them were male and four were female, and the mean age of the subjects was 24 years old (aged between 22 and 25 years old). All subjects were native Chinese speakers, right-handed, and had normal or corrected-to-normal vision. After the experiment was explained to the subjects, the subjects signed an informed consent form. Meanwhile, this experiment was approved by the Ethics Committee of Tianjin University of Technology. Application No. TUT20221705 was obtained in 12 May 2022.

3.2. Experimental Setup

Three types of psychological experimental paradigms, N-back, mental arithmetic (MA), and Sternberg, were selected as the target tasks for the experiments, and each experiment consisted of three levels (low workload task, medium workload task, and high workload task). The tasks were realized by Psychtoolbox (PTB). During the experiment, subjects were asked to remain relaxed, sit still in front of the computer, and focus on the cross in the middle of the screen as much as possible; they were also asked to avoid frequent blinking during the experiment.
The N-back experiments included a working memory task with three levels of difficulty: 0-back workload, 2-back workload, and 3-back workload. During the experiment, subjects would see random letters on the monitor as test stimuli; the presentation time was 1 s, and there was a 2 s interval between every two test stimuli. The experimental paradigm is shown in Figure 1. In the 0-back task, the letter “A” was used as the stimulus target, and subjects were asked to judge whether the current letter was the stimulus target. In the 2-back task, the second previous letter was used as the stimulus target in each of the subjects’ judgments. In the 3-back task, the third previous letter would be considered the stimulus target. Subjects were asked to determine whether the current letter was the same as the stimulus target, and if so, to press the “F” key on the keyboard. Otherwise, they were instructed to press the “J” key.
In the mental arithmetic (MA) experiments, as the cognitive workload moved from low to high, the stimulus targets were addition operations with single-digit, two-digit, and three-digit numbers, as shown in Figure 2. During the experiment, the subject would see two numbers, each for a duration of 3 s, and after a 2-s interval, a number consistent with or similar to the correct answer would be displayed on the computer screen for 2 s. At this point, the subject was asked to judge whether the results displayed were correct. If so, they were instructed to press the keyboard “F” key, and otherwise to press the “J” key.
Sternberg experiments achieve different task workloads by controlling the number of letters: low workload tasks include 2 letters, medium workload tasks include 4 letters, and high workload tasks include 6 letters. During the experiment, memory items and target items would appear on the screen in sequence, as shown in Figure 3. The subjects needed to remember the letters appearing in the memory item, the duration of was 3 s. The target item would appear on the screen after a delay of about 2 s and, at this time, the subjects would need to press a key to react to whether the current letter appeared in the memory item. If yes, they were instructed to press the “F” key on the keyboard and otherwise to press the “J” key. Then, the answer would be displayed for 2 s.
Before the experiment, the subjects were instructed to read the experimental procedure, and a pre-experiment was conducted to assist the subjects in familiarizing themselves with the experimental process and requirements. As depicted in Figure 4, each subject undertook a total of three rounds of experiments, with each round comprising three groups of tasks and each group of tasks encompassing three workload levels: low, medium, and high. Each level corresponded to an experiment duration of approximately 2 min, and these were accompanied by a 30-s break between experiments of different workload levels, a 5-min break for the subjects between each group of tasks, and a 15-min interval between each round of experiments. The subjects had ample time to rest and recover, which minimized the potential influence of fatigue on the experimental results. The EEG signals were collected throughout the whole procedure, and for their collection we used the NeuSen.W64 system, with a sampling frequency of 1000 Hz and in which the electrode arrangement of the 59 EEG channels conformed to the international 10–20 system standard. The Ethics Committee of Tianjin University of Technology approved the experiment.

3.3. Feasibility Analysis via the NASA-TLX Workload Scale

In order to verify the correlations of the proposed three types of paradigms with different workload levels, 15 subjects completed each trial and then the three workload levels under different paradigms were scored using the NASA-TLX scale, the results of which are shown in Figure 5. The NASA-TLX scores under each workload level for the three tasks differed significantly, and the mean values of the scores for the three tasks under different workloads were 3.64, 7.26, and 11.64, respectively. Comparing the results of the NASA-TLX scores of the three tasks under different workloads, the differences in scores between the different tasks at the same level of difficulty were small and the differences in scores between the different levels of difficulty were large.

4. Methods

The model framework is shown in Figure 6. The first step was to preprocess the raw EEG signals, and then extract the functional brain network construction and node information composed of graph signals, respectively, which was followed by the use of the SGATCNs classifier to identify different levels of cognitive workload.

4.1. EEG Preprocessing

The raw EEG signals were preprocessed using the EEGLAB toolbox. First, the sampling frequency was down-sampled from 1000 Hz to 200 Hz. Filtering operations were performed on the EEG signals by bandpass filters (1–75 Hz) and trap filters (49–51 Hz) to eliminate the high and low frequency noise and IF interference. A global averaging reference was applied for re-referencing to enhance the signal. The bad channels were corrected by removing the bad channel, while the original signals were decomposed by independent component analysis (ICA) and the artifactual components such as the ophthalmic, oculomotor, EMG, and ECG values were removed from the original signals to obtain relatively pure EEG data. The EEG samples obtained under each task were divided by a time window of 3 s. A total of 1080 EEG samples were collected from each subject, and the EEG signals were categorized into four frequency bands, delta (1–3 Hz), theta (4–8 Hz), alpha (8–12 Hz), and beta (12–30 Hz) using the Butterworth filter.

4.2. Node Information Extraction

EEG signals are represented as continuous time series, and information related to cognitive workload can be extracted from them by analyzing their frequency domain features. Common frequency domain features in cognitive workload recognition include the power spectral density (PSD), differential entropy (DE), etc. PSD usually represents the variation in signal power with the frequency. Fast Fourier transform (FFT) was used to extract the PSD features in each frequency band of the non-overlapping Hamming window [21]. The average power of the EEG electrode channel in the time period t T 2 , T 2 can be expressed as follows:
P = 1 T T 2 T 2 f 2 t d t
The Fourier transformation of f ( t ) for time period t T 2 , T 2 is f ω = F T [ f ( t ) ] . F [ · ] denotes the Fourier transformation. When T , F T ω 2 2 π T will converge to some limit value, then the power spectral density in the frequency domain can be expressed as follows:
P = l i m T 1 T T 2 T 2 f 2 t d t = 1 2 π l i m T F T ω 2 T d ω
DE usually describes the amount of uncertainty variation in a continuous signal. The DE is defined as follows:
  D E X = 1 2 log 2 π e σ 2
where the time series X obeys a Gaussian distribution N ( μ , σ 2 ) .

4.3. Functional Brain Network Construction

The key to constructing the graph structure is to determine the functional connectivity index of the brain network. In order to ensure that the functional connectivity indexes can well reflect the correlations between channels, this paper explores four different functional connectivity indexes to construct the collocation matrix with different levels of sparsity.
The phase locking value (PLV) measures the strength of synchronization between nodes on the scalp surface and is commonly used in studies of EEG signals to investigate task-induced changes in the long-range synchronization of neural activity. The PLV synchronization relationship between two nodes can be expressed as follows:
P L V = e i ϕ x y t t = cos ϕ x y t t 2 + sin ϕ x y t t 2
ϕ x y t = ϕ x t ϕ y t
where the pointed brackets represent the average time period, i represents the imaginary part, ϕ x y is the instantaneous phase difference between the signals of the two nodes x ( t ) and y ( t ) at moment t , and ϕ x t and ϕ y t are the instantaneous phases at moment t , respectively.
The phase lag index (PLI) measures whether the relative phase distribution between nodes is asymmetric around 0 or π, and responds to the consistency of the signal of one electrode channel in relation to the signal of the other electrode channel by overshooting or lagging, which is determined by the following:
PLI xy f = < sign ϕ x f ϕ y f >
where ϕ x f ϕ y f denotes the phase synchronization of the x-channel and y -channel signals at frequency f .
The Pearson correlation coefficient (PCC) is a linear correlation coefficient commonly used to reflect the degree of linear correlation between two variables, which is defined as the quotient of the covariance and standard deviation between two variables, as shown below:
ρ X Y = C o v X , Y D X D Y = E X E X Y E Y D X D Y
where E ( X ) is the mathematical expectation, D is the variance, D ( X ) is the standard deviation, and C o v ( X , Y ) is the covariance.
Mutual information (MI) is a measure of interdependence between two random variables, denoted by I ( X , Y ) . Mutual information measures the information shared by two random variables: the extent to which the uncertainty in the random variable Y is reduced when the random variable X is known:
I X , Y = H X + H Y H X , Y
where H ( X , Y ) represents the joint and entropy of variables X and Y .
For variable X , its information entropy can be expressed as:
H X = i = 1 n p x i l o g 2 p x i
where p ( x i ) is the probability function of variable X . Similarly, the joint and information entropy between X and Y can be expressed as:
H X , Y = i = 1 n j = 1 m p x i , y j l o g 2 p x i , y j
where p x i , y j is the joint probability of signals X and Y .

4.4. Network Topology Parameters

Complex network analysis methods based on graph theory provide powerful support for quantifying and analyzing the properties of functional brain networks, and the analysis of network topological parameters can effectively characterize the brain network state. We extracted 2 global parameters of the network: small-world properties and global efficiency, and 2 local parameters: node clustering coefficients and local efficiency, and analyzed the topological changes of the functional brain network under different workload levels.
The small-world property quantifies the closeness of the network, and a higher small-world property represents a relatively high energy efficiency of the network in the process of information transfer and processing. The small-world property is a measure of the small-world nature, which is defined as the ratio of the normalized clustering coefficient to the length of the normalized feature paths:
σ = C C C C r L L r
where the clustering coefficient C C of the network is the average of the clustering coefficients C of all nodes:
C C = 1 N I = 1 N C i
The shortest path length L i , j represents the minimum number of edges needed to connect node i to node j . The characteristic path length L represents the average shortest path length of the entire network [22], which is defined as the average of the shortest path lengths between all pairs of nodes:
L = 1 N N 1 i j L i , j
where C C r and L r are the clustering coefficients and feature path lengths from random networks of the same size [23].
Global efficiency means that the efficiency of a path between any two vertices is defined as the reciprocal of the shortest distance between the vertices. When such a path does not exist, the global efficiency is zero [24]. The global efficiency is a measure of the overall efficiency of information processing transmission throughout the network, which is calculated as follows:
  E g l o b = 1 N N 1 i j L i , j
where l i j is the shortest path between nodes i and j is the minimum number of edges required to connect two nodes.
The node clustering coefficient C is an important measure of the degree of grouping of a network, which represents the likelihood that the neighboring nodes of a node i in the network can be neighboring nodes to each other [25]. The node clustering coefficient is defined as follows:
C i = 2 t i k i k i 1
where C i is the clustering coefficient of node i , t i is the number of triangles formed by node i , and k i is the degree of node i .
The local efficiency reflects the degree of differentiation among nodes in the network and also represents the local information transfer capability of the network and the ability of the network to defend against random attacks [26]. The local efficiency of any node can be expressed as:
E l o c = 1 N G I ( N G I 1 ) j k G I 1 l j k
where G I is the subgraph consisting of the neighbors of the node. It measures the ability of a network node to propagate information to other nodes in the network.

4.5. Stacked Graph Attention Convolutional Networks (SGATCN)

In this study, graph neural network and convolutional neural network structures are combined to learn EEG features from spatial and spectral dimensions. The proposed network consists of a stacked graph attention layer, a convolutional layer, and a fully connected layer, as shown in Figure 7. Traditional graph neural networks can only process static maps, and EEG signals in different frequency bands often contain different information, so the structure of the constructed brain network changes as the frequency domain changes. A single adjacency matrix cannot completely represent the brain network structure under different frequency bands, and the information aggregation of the graph structure under different frequency bands is performed by a stacked network model. The network takes a discrete graph, which is a kind of dynamic graph, as the input and represents the network structure through a series of discrete network snapshots:
D G = G 1 , G 2 , , G N
where N is the number of included graphs, G N is the N th snapshot of the network, N = 4 , representing the four EEG bands, and the most singular graph structure can be represented as:
G = V , E
where E is the adjacency matrix of the functional brain network and V is the set of node information.
The SGATCNs model applies two SGAT layers. The first SGAT layer receives the adjacency matrix of the discrete graph signals and the original node feature matrix to update its own node features against the aggregated neighboring node features of each node. The second SGAT layer receives the node features that contain information about each node’s own features and its first-order neighbors, and uses this as the basis for a further step of aggregation of node information.
The SGAT layer achieves information aggregation for each graph signal in the discrete graph signals by stacking the GAT structures, and the inputs for any GAT structure are h = h 1 , h 2 , h 3 , , h N , h i R F , where N is the number of nodes of the graph and F is the feature length of the input node information. For any two nodes i , j , the importance of the features of node j to node i can be expressed as the number of points and F is the feature length of the input node information. For any two nodes i , j , the importance of the features of node j to node i can be expressed as:
e i j = α W h i W h j
For each node in the network, its e i j , j N i , N i represnts the neighbors of node i , and is calculated and normalized to obtain the attention coefficient of the network:
a i j = e x p L e a k y R e l u a T W h i   W h j   k N i e x p ( L e a k y R e l u a T W h i   W h k   )
The linear combination of corresponding features is computed by normalization coefficients, which completes the aggregation and updating of the information of the surrounding nodes and serves as the final output feature of that node:
The use of convolutional layers to process the output of the SGAT, which is conducted through multiple convolutional operations to extract the information between the frequency domains to obtain high-dimensional feature data and to complete the information transfer and coding of discrete map signals in the various frequency bands convolutional layer, is mainly implemented by sliding a convolution kernel on a feature matrix and through the carrying out convolution operation to obtain a new set of features. An image obtained after carrying convolutional operations to get the result is called a feature map. The convolutional layer can be described as:
h ( i , j ) = ( I K ) ( i , j ) = m n I ( i m , j n ) K ( m , n )
where the input feature matrix is I , K is the convolution kernel, and h i , j is the value of row i and column j of the output matrix.
The fully connected layer mainly handles the feature data output from the convolutional layer after tiling and then obtains the classification prediction results, which flattens the feature matrix output from the last graph’s convolutional layer into the fully connected layer and outputs the probability of each category through softmax after the nonlinear operation of the fully connected layer is conducted. The final prediction result of the model is the category with the largest output probability.
h i = σ j ϵ N i α i j W h i

5. Experimental Results

The model training was performed on a DELL (Fujian, China) G-15 laptop (CPU: i7-10200H, RAM: 16G, GPU: GTX 3060) while the proposed method was compared with two graph neural network classification methods, GAT [27] and GCN [28], and four machine learning algorithms, SVM [29], KNN [30], RF [31], and LR [32]. Table 1 shows the parameters of different classifiers.

5.1. Task-Independent Cognitive Workload Recognition via Subject-Independent Mapping

The task-independent cognitive workload recognition experiments were conducted by cross-validation, i.e., the dataset of one task was used as the test set and the datasets of the other two tasks were used as the training set, the three sets were crossed three times, and the average of the three experiments was used as the final result.
The task-independent cognitive workload recognition results of the four connectivity methods with different sparsities are shown in Table 2. The functional brain network structure based on PLV features has the highest recognition accuracy of 66.12% when using N-back as the test set. The average accuracy of the four connectivity methods with different sparsities is shown in Figure 8, and the highest classification accuracy was that based on PLV features and was up to 65.11%, while that based on MI features was only 56.31%. On the other hand, in all the connectivity methods, the model classification accuracy increased first and then decreased, and the average classification accuracy reached the highest in all of them when the sparsity decreased to 0.3.
Table 3 shows the recognition accuracies of the common algorithms when the PLV is selected with a sparsity of 0.3, and the results show that the SGATCNs model can obtain higher classification accuracy compared to other algorithmic models. The classification accuracy, precision, and F1 score of the SGATCNs model are higher than those of other classification models, as it obtained an accuracy of up to 65.11%, which is higher than those of the GAT and GCN models, which are the same as a graph neural network classifier. The experimental results show that the SGATCNs model is able to integrate frequency domain features and spatial domain features in the form of graph data, and at the same time, it can effectively utilize the EEG inter-channel topology to learn more discriminative cognitive workload representations of EEG signals.

5.2. Task-Independent Cognitive Workload Recognition via Subject-Dependent Mapping

A brain network was constructed based on the PLV connection matrix at a sparsity of 0.3 for subject-dependent cross-task cognitive workload-based experiments, and Figure 9 shows the results of task-independent cognitive workload recognition for 15 subjects under seven classifiers. The proposed model achieved the highest classification accuracy for each subject’s data, indicating that the model has high generalizability and high applicability of performance for different subjects. For all subject, the task-independent classification accuracies exceeded 60%, with six subjects having accuracies of over 65% and three subjects having accuracies of over 70%. Subject 9 had the highest accuracy of 73.86%, while subject 5 had the lowest average accuracy of 63.05%.
To further explore the classification accuracy under different frequency bands, Figure 10 shows the task-independent cognitive workload recognition results of the model after one of the frequency bands was masked. In the experiment, the PLV was used as the basis for constructing the functional brain network, and the network sparsity was set to 0.3. The results showed that the classification accuracy of the model after each frequency band was shielded showed different degrees of decline, among which shielding out the theta band had the greatest impact on the accuracy with a recognition accuracy of 53.33%, which was a decrease of 11.78%. This was followed by the alpha band, which exhibited a decrease of 8.05%. the delta band and beta band had relatively lower impacts, decreasing by 5.64% and 6.37%, respectively, i.e., the theta band has a better feature characterization ability in cross-task cognitive workload recognition based on the SGATCNs model.

6. Discussion

6.1. Network Global Parameter Analysis

In order to analyze the network topology structure during the changes in cognitive workload, the significance of each parameter was tested through variance analysis and statistical analysis was performed. First, a single-factor variance analysis was performed on the small-world attributes and global efficiency of the functional brain network under the three workload levels to obtain the corresponding statistic F and test level p. The analysis results are shown in Table 4.
The data in the Table 4, at p < 0.05, indicate a significant difference between the samples. The results show that the small-world properties in the delta and theta frequency bands show statistical differences in all tasks. On the other hand, only the network in the theta frequency band shows statistical differences in both small-world properties and global efficiency parameters. For the alpha band and beta band, statistical differences are only reflected in some tasks. The analysis results for the global efficiency show that the statistic F of the theta frequency band is much higher than that of other frequency bands in all tasks. The statistical results of the small-world attributes and global efficiency of all samples under different workload conditions are shown in Figure 11 and Figure 12.
Changes in small-world attribute values are related to the degree of aggregation of the overall network. When comparing the small-world attributes of functional brain networks in different frequency bands, it was observed that the structure of the network changes with the degree of the workload. In all three types of tasks, the small-world attribute values under the delta frequency band show a trend of first increasing and then decreasing, and the network small-world attribute values under high workloads are lower than those under low and medium workloads. In addition, the small-world attributes value of the theta frequency band is relatively high, and as the degree of cognitive workload increases, the small-world attributes value of the theta frequency band tends to decrease.
As the degree of cognitive workload increases, the global efficiency of the delta band and theta band gradually increases. The improvement in the global efficiency of the network indicates that the connectivity between nodes is enhanced, that is, the number of transit nodes required for interaction between nodes is reduced, the shortest path length between pairs of nodes is shorter, and the information transfer between various areas of the brain is more capable.

6.2. Network Local Parameter Analysis

In order to explore the changing rules of local parameters of the network in more detail, a single-factor variance analysis was conducted on the clustering coefficient and the local efficiency of the functional brain network nodes under each electrode node. At the same time, in order to further explore the characteristics of the functional brain network under different workload conditions, the number of nodes showing significant differences (p < 0.05) in the four frequency bands was counted. The proportion of the number of nodes with significant differences in each frequency band is shown in Table 5.
For the four frequency bands, the number of nodes with significant differences in the theta frequency band is significantly higher than those in other frequency bands. Therefore, the local parameters of the nodes of the functional brain network in the theta frequency band will be analyzed in detail later. At the same time, the 59 electrode nodes are divided into five brain areas, the frontal lobe, central lobe, parietal lobe, occipital lobe, and temporal lobe, according to the distribution of each electrode. The local network parameters of each brain area are the average of the local attributes of the electrode nodes in that area, as shown in Figure 13 and Figure 14.
The higher the node clustering coefficient, the more likely the node is to be connected to its neighbor nodes. Under different workload levels, the clustering coefficient of the nodes in the temporal lobe part is higher, while that in the central lobe part is relatively low. On the one hand, as the cognitive workload increases, the electrode nodes in the frontal lobe become relatively large and show a stable downward trend, and the same downward trend is seen in the electrode nodes in the occipital lobe. On the other hand, the change trend of the node clustering coefficient of the electrode nodes in the parietal lobe is different from that of the frontal lobe and occipital lobe, showing an increasing state but a relatively low change amplitude. The local clustering coefficients of some electrode nodes in the temporal lobe under the medium workload were lower than those under the low workload and high workload conditions.
As the workload increases, the local efficiency of electrodes in the frontal lobe, parietal lobe, and temporal lobe shows an upward trend under different tasks. Among them, the local efficiency value of the electrodes in the temporal lobe is the highest, but its fluctuation range is small, while the frontal lobe also has a small fluctuation range. The changing trend of the electrode nodes in the occipital lobe region is more obvious. Changes in the local efficiency indicate that the pattern of information interaction between brain regions is changing, and as the cognitive workload gradually increases, some network nodes have faster information transfer between neighboring nodes.

6.3. Performance Comparison by Different Frequency Bands

To analyze the EEG connectivity differences under different cognitive workload tasks, we used the PLV, sorted features by their contribution rate, and retained the top 5% of the 6844 features in the four bands, as shown in Figure 15. The theta band had the highest feature percentage in all tasks, especially in the N-back task (close to 50% of the total). Regarding the other bands, the beta band generally had more features than the alpha band, and the delta band’s feature percentage was unstable. Figure 16, Figure 17 and Figure 18 show the 5% most relevant features’ functional connectivities. The frontal lobe electrode node connections were significantly more numerous in this region than in the other regions. In the delta band, the N-back and mental arithmetic task connections were observed mainly in the frontal lobe, and the Sternberg task also had many right–temporal lobe connections. The theta band had the highest classification effect and the most high-correlation features, and its key connections were dense in the frontal lobe. In the alpha band, the features were more diverse. In the beta band, the occipital lobe connections were fewer, and these were observed mainly in the frontal and parietal lobes. These results show different brain functional connectivity activation areas in different tasks, but also some commonalities that need further exploration.

6.4. Cross-Task Classification Performance Based on COG-BCI Public Dataset via Subject-Dependent Mapping

To further validate the generalization ability of the model, we chose the public dataset COG-BCI for subject-dependent cross-task-based experiments and compared it with other studies, as shown in Table 6. The proposed model achieves 91.7% (binary), 86.5% (3-class), and 47.1% (4-class) classification accuracies on the task of multi-classification, significantly outperforming other methods. This shows that the proposed model has a good generalization ability to different datasets as well as classification forms.

7. Conclusions

In this paper, EEG signals under three cognitive workload paradigms with different levels were collected and used to identify the states of cognitive workload across subjects. The SGATCNs model is proposed, which aggregates spatial information of graph signal nodes in different frequency bands through the use of stacked graph attention layers, and deeply mines complementary information hidden between each frequency band through the use of convolution layers. According to the frequency domain features of EEG signals, the network structure in different frequency band is taken as a snapshot to construct discrete graph data. Functional brain network structures were constructed using different connectivity methods under different sparsities. Among them, the results of the cross-task cognitive workload recognition showed that the recognition accuracy of the network was the highest when the sparsity was 0.3, and the recognition accuracy of the functional brain network constructed based on PLV features was higher than that of other connectivity methods, reaching 65.11%. Moreover, the global parameters of the brain network in the theta band showed significance under different tasks, and the functional brain network in this band had the highest proportion of nodes with differences. In addition, the changes in the partial parameters were mainly concentrated in the frontal and occipital brain regions, and the node clustering coefficient and the local efficiency of the nodes in this part of the brain region showed stable downward and upward trends, respectively, and these changes were relatively large.
In the future, we will explore more diverse and complex real-world cognitive workload scenarios to further validate the model’s generalizability. Additionally, we will investigate the potential of combining the model with other techniques or modalities to improve the accuracy and reliability of cognitive workload assessment.

Author Contributions

Methodology, C.W.; experimentation, X.Z.; software, Y.S.; validation, Y.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work is research funded by the National Natural Science Foundation of China under Grant 62103299 and the Fundamental Research Funds for the Central Universities No.3072024CFJ0704 and 3072024WD0704 and the Teaching Fund Projects Tianjin University of Technology Grant No.TJ23-03. And supported by Tianjin University of Technology Student’s Innovation and Entrepreneurship training program No.202410060053.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Written informed consent has been obtained from the patient(s) to publish this paper.

Data Availability Statement

The data is unavailable due to privacy or ethical restrictions.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Sweller, J. Cognitive Load During Problem Solving: Effects on Learning. Cogn. Sci. 1988, 12, 257–285. [Google Scholar] [CrossRef]
  2. Skulmowski, A. Guidelines for Choosing Cognitive Load Measures in Perceptually Rich Environments. Mind Brain Educ. 2023, 17, 20–28. [Google Scholar] [CrossRef]
  3. Bagheri, M.; Power, S.D. EEG-based detection of mental workload level and stress: The effect of variation in each state on classification of the other. J. Neural Eng. 2020, 17, 056015. [Google Scholar] [CrossRef]
  4. Midha, S.; Maior, H.A.; Wilson, M.L.; Sharples, S. Measuring mental workload variations in office work tasks using fNIRS. Int. J. Hum.-Comput. Stud. 2021, 147, 102580. [Google Scholar] [CrossRef]
  5. Cardone, D.; Perpetuini, D.; Filippini, C.; Mancini, L.; Nocco, S.; Tritto, M.; Rinella, S.; Giacobbe, A.; Fallica, G.; Ricci, F.; et al. Classification of Drivers’ Mental Workload Levels: Comparison of Machine Learning Methods Based on ECG and Infrared Thermal Signals. Sensors 2022, 22, 7300. [Google Scholar] [CrossRef] [PubMed]
  6. Alrashdan, A.; Ghaleb, A.M.; Alswailem, N.; Alswailem, N.; Almaziad, A.; Al Saud, D. The sensitivity of Galvanic Skin Response and Heart Rate for assessing mental workload in Saudi Arabia. In Proceedings of the IIE Annual Conference, Seattle, WA, USA, 21–24 May 2022; Proceedings. Institute of Industrial and Systems Engineers (IISE): Peachtree Corners, GA, USA, 2022; pp. 1–6. [Google Scholar]
  7. Ladekar, M.Y.; Gupta, S.S.; Joshi, Y.V.; Manthalkar, R.R. EEG based visual cognitive workload analysis using multirate IIR filters. Biomed. Signal Process. Control 2021, 68, 102819. [Google Scholar] [CrossRef]
  8. Yang, S.; Yin, Z.; Wang, Y.; Zhang, W.; Wang, Y.; Zhang, J. Assessing cognitive mental workload via EEG signals and an ensemble deep learning classifier based on denoising autoencoders. Comput. Biol. Med. 2019, 109, 159–170. [Google Scholar] [CrossRef]
  9. Gao, Z.; Dang, W.; Wang, X.; Hong, X.; Hou, L.; Ma, K.; Perc, M. Complex networks and deep learning for EEG signal analysis. Cogn. Neurodyn. 2021, 15, 369–388. [Google Scholar] [CrossRef]
  10. Wang, Z.; Yu, O.; Hong, Z. ARFN: An attention-based recurrent fuzzy network for EEG mental workload assessment. IEEE Trans. Instrum. Meas. 2024, 73, 1–14. [Google Scholar] [CrossRef]
  11. Kwak, Y.; Song, W.J.; Min, B.K.; Kim, S.E. 3D CNN based Multilevel Feature Fusion for Workload Estimation. In Proceedings of the 2020 8th International Winter Conference on Brain-Computer Interface (BCI), Gangwon, Republic of Korea, 26–28 February 2020; IEEE: Piscataway, NJ, USA, 2020; pp. 1–4. [Google Scholar]
  12. Ramaswamy, A.; Bal, A.; Das, A.; Gubbi, J.; Muralidharan, K.; Ramakrishnan, R.K.; Pal, A. Single feature spatio-temporal architecture for EEG Based cognitive load assessment. In Proceedings of the 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), Virtual, 1–5 November 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 3717–3720. [Google Scholar]
  13. Suárez, L.E.; Markello, R.D.; Betzel, R.F.; Misic, B. Linking structure and function in macroscale brain networks. Trends Cogn. Sci. 2020, 24, 302–315. [Google Scholar] [CrossRef]
  14. Naseri, N.; Parastesh, F.; Ghassemi, F.; Jafari, M.; Perc, M.; Završnik, J. Synchronization levels in EEG connectivity during cognitive workloads while driving. Nonlinear Dyn. 2025, 113, 7243–7258. [Google Scholar] [CrossRef]
  15. Guan, K.; Zhang, Z.; Chai, X.; Tian, Z.; Liu, T.; Niu, H. EEG based dynamic functional connectivity analysis in mental workload tasks with different types of information. IEEE Trans. Neural Syst. Rehabil. Eng. 2022, 30, 632–642. [Google Scholar] [CrossRef] [PubMed]
  16. Ji, Z.; Tang, J.; Wang, Q.; Xie, X.; Liu, J.; Yin, Z. Cross-task cognitive workload recognition using a dynamic residual network with attention mechanism based on neurophysiological signals. Comput. Methods Programs Biomed. 2023, 230, 107352. [Google Scholar] [CrossRef] [PubMed]
  17. Dimitrakopoulos, G.N.; Kakkos, I.; Anastasiou, A.; Bezerianos, A.; Sun, Y.; Matsopoulos, G.K. Cognitive Reorganization Due to Mental Workload: A Functional Connectivity Analysis Based on Working Memory Paradigms. Appl. Sci. 2023, 13, 2129. [Google Scholar] [CrossRef]
  18. Zhou, Y.; Xu, Z.; Niu, Y.; Wang, P.; Wen, X.; Wu, X. Cross-task cognitive workload recognition based on EEG and domain adaptation. IEEE Trans. Neural Syst. Rehabil. Eng. 2022, 30, 50–60. [Google Scholar] [CrossRef]
  19. Gupta, A.; Siddhad, G.; Pandey, V.; Roy, P.P.; Kim, B.G. Subject-specific cognitive workload classification using EEG-based functional connectivity and deep learning. Sensors 2021, 21, 6710. [Google Scholar] [CrossRef]
  20. Zhang, Z.; Zhao, Z.; Qu, H.; Liu, C.; Pang, L. A Mental Workload Classification Method Based on GCN Modified by Squeeze-and-Excitation Residual. Mathematics 2023, 11, 1189. [Google Scholar] [CrossRef]
  21. Alam, R.; Zhao, H.; Goodwin, A.; Kavehei, O.; McEwan, A. Differences in power spectral densities and phase quantities due to processing of eeg signals. Sensors 2020, 20, 6285. [Google Scholar] [CrossRef]
  22. Erdelić, T.; Carić, T. A survey on the electric vehicle routing problem: Variants and solution approaches. J. Adv. Transp. 2019, 2019, 5075671. [Google Scholar] [CrossRef]
  23. Rubinov, M.; Sporns, O. Complex network measures of brain connectivity: Uses and interpretations. Neuroimage 2010, 52, 1059–1069. [Google Scholar] [CrossRef]
  24. Liu, X.; Li, T.; Tang, C.; Xu, T.; Chen, P.; Bezerianos, A.; Wang, H. Emotion recognition and dynamic functional connectivity analysis based on EEG. IEEE Access 2019, 7, 143293–143302. [Google Scholar] [CrossRef]
  25. Demuru, M.; La Cava, S.M.; Pani, S.M.; Fraschini, M. A comparison between power spectral density and network metrics: An EEG study. Biomed. Signal Process. Control 2020, 57, 101760. [Google Scholar] [CrossRef]
  26. Kılıç, B.; Aydın, S. Classification of contrasting discrete emotional states indicated by EEG based graph theoretical network measures. Neuroinformatics 2022, 20, 863–877. [Google Scholar] [CrossRef] [PubMed]
  27. Veličković, P. Everything is connected: Graph neural networks. Curr. Opin. Struct. Biol. 2023, 79, 102538. [Google Scholar] [CrossRef] [PubMed]
  28. Zhang, S.; Tong, H.; Xu, J.; Maciejewski, R. Graph convolutional networks: A comprehensive review. Comput. Soc. Netw. 2019, 6, 1–23. [Google Scholar] [CrossRef] [PubMed]
  29. Cheema, B.S.; Samima, S.; Sarma, M.; Samanta, D. Mental workload estimation from EEG signals using machine learning algorithms. In Proceedings of the Engineering Psychology and Cognitive Ergonomics: 15th International Conference, EPCE 2018, Held as Part of HCI International 2018, Las Vegas, NV, USA, 15–20 July 2018; Proceedings 15. Springer International Publishing: Berlin/Heidelberg, Germany, 2018; pp. 265–284. [Google Scholar]
  30. Pandey, V.; Choudhary, D.K.; Verma, V.; Sharma, G.; Singh, R.; Chandra, S. Mental workload estimation using EEG. In Proceedings of the 2020 Fifth International Conference on Research in Computational Intelligence and Communication Networks (ICRCICN), Bangalore, India, 26–27 November 2020; IEEE: Piscataway, NJ, USA, 2020; pp. 83–86. [Google Scholar]
  31. Khan, M.A.; Asadi, H.; Hoang, T.; Lim, C.P. Measuring Cognitive Load: Leveraging fNIRS and Machine Learning for Classification of Workload Levels. In Proceedings of the International Conference on Neural Information Processing, Changsha, China, 20–23 November 2023; Springer Nature: Singapore, 2023; pp. 313–325. [Google Scholar]
  32. Raufi, B.; Longo, L. An Evaluation of the EEG alpha-to-theta and theta-to-alpha band Ratios as Indexes of Mental Workload. Front. Neuroinform. 2022, 16, 44. [Google Scholar] [CrossRef]
  33. Baldwin, C.L.; Penaranda, B.N. Adaptive Training Using an Artificial Neural Network and EEG Metrics for Within- and Cross-Task Workload Classification. Neuroimage 2012, 59, 48–56. [Google Scholar] [CrossRef]
  34. Zhang, P.; Wang, X.; Zhang, W.; Chen, J. Learning Spatial–Spectral–Temporal EEG Features with Recurrent 3D Convolutional Neural Networks for Cross-Task Mental Workload Assessment. IEEE Trans. Neural Syst. Rehabil. Eng. (TNSRE) 2019, 27, 31–42. [Google Scholar] [CrossRef]
  35. Dimitrakopoulos, G.N.; Kakkos, I.; Dai, Z.; Lim, J.; Desouza, J.J.; Bezerianos, A.; Sun, Y. Task-Independent Mental Workload Classification Based Upon Common Multiband EEG Cortical Connectivity. IEEE Trans. Neural Syst. Rehabil. Eng. (TNSRE) 2017, 25, 1940–1949. [Google Scholar] [CrossRef]
  36. Ke, Y.; Qi, H.; Zhang, L.; Chen, S.; Jiao, X.; Zhou, P.; Zhao, X.; Wan, B.; Ming, D. Towards an Effective Cross-task Mental Workload Recognition Model Using Electroencephalography Based on Feature Selection and Support Vector Machine Regression. Int. J. Psychophysiol. 2015, 98, 157–166. [Google Scholar] [CrossRef]
  37. Guan, K.; Zhang, Z.; Liu, T.; Niu, H. Cross-Task Mental Workload Recognition Based on EEG Tensor Representation and Transfer Learning. IEEE Trans. Neural Syst. Rehabil. Eng. (TNSRE) 2023, 31, 2632–2639. [Google Scholar] [CrossRef] [PubMed]
Figure 1. N-back experiment.
Figure 1. N-back experiment.
Sensors 25 02390 g001
Figure 2. Mental arithmetic experiment.
Figure 2. Mental arithmetic experiment.
Sensors 25 02390 g002
Figure 3. Sternberg experiment.
Figure 3. Sternberg experiment.
Sensors 25 02390 g003
Figure 4. Cognitive workload elicitation program.
Figure 4. Cognitive workload elicitation program.
Sensors 25 02390 g004
Figure 5. The NASA-TLX scores of 15 participants on three tasks with different cognitive workload levels.
Figure 5. The NASA-TLX scores of 15 participants on three tasks with different cognitive workload levels.
Sensors 25 02390 g005
Figure 6. The cognitive workload recognition process based on EEG signal with SGATCNs.
Figure 6. The cognitive workload recognition process based on EEG signal with SGATCNs.
Sensors 25 02390 g006
Figure 7. The structure of the SGATCNs classification model.
Figure 7. The structure of the SGATCNs classification model.
Sensors 25 02390 g007
Figure 8. Effectiveness of task-independent cognitive workload categorization with different sparsities.
Figure 8. Effectiveness of task-independent cognitive workload categorization with different sparsities.
Sensors 25 02390 g008
Figure 9. Classification accuracy of 15 subjects with different classifiers.
Figure 9. Classification accuracy of 15 subjects with different classifiers.
Sensors 25 02390 g009
Figure 10. Classification after shielding different frequency bands.
Figure 10. Classification after shielding different frequency bands.
Sensors 25 02390 g010
Figure 11. Statistical results of small-world properties in each frequency band.
Figure 11. Statistical results of small-world properties in each frequency band.
Sensors 25 02390 g011
Figure 12. Global efficiency statistical results under each frequency band.
Figure 12. Global efficiency statistical results under each frequency band.
Sensors 25 02390 g012
Figure 13. Node clustering coefficients of brain functional networks in theta band.
Figure 13. Node clustering coefficients of brain functional networks in theta band.
Sensors 25 02390 g013
Figure 14. Local efficiency of functional brain networks in theta band.
Figure 14. Local efficiency of functional brain networks in theta band.
Sensors 25 02390 g014
Figure 15. Statistics on the percentage of functional connections under each frequency band.
Figure 15. Statistics on the percentage of functional connections under each frequency band.
Sensors 25 02390 g015
Figure 16. The distribution of the top 5% connections of PLV features under the N-back task.
Figure 16. The distribution of the top 5% connections of PLV features under the N-back task.
Sensors 25 02390 g016
Figure 17. The distribution of the top 5% of connections of PLV features under the mental arithmetic task.
Figure 17. The distribution of the top 5% of connections of PLV features under the mental arithmetic task.
Sensors 25 02390 g017
Figure 18. The distribution of the top 5% of connections of PLV features under the Sternberg task.
Figure 18. The distribution of the top 5% of connections of PLV features under the Sternberg task.
Sensors 25 02390 g018
Table 1. Classifier Parameter Settings.
Table 1. Classifier Parameter Settings.
ClassifierParameter
1SGATCNEpoch = 800, Learning rate: 0.001, batch_size = 30
2GATEpoch = 500, Learning rate: 0.005, batch_size = 50
3GCNEpoch = 500, Learning rate: 0.01, batch_size = 50
4SVMC = 0.5
5RFn_estimators = 20, max_depth = 10
6KNNK = 15
7LRC = 0.5, max_iter = 1000
Table 2. Cognitive Workload Categorization Effects of Sternberg Tasks with Different Sparsity (%).
Table 2. Cognitive Workload Categorization Effects of Sternberg Tasks with Different Sparsity (%).
Sparsity0.10.20.30.40.50.60.70.80.9
PLVN47.5260.2366.1262.3356.6354.9849.2545.1239.21
MA46.5959.3564.8861.2255.6754.4347.5143.1536.05
S46.9257.8664.3560.5453.2152.2148.3544.1237.15
PLIN44.5357.9859.6254.3153.7146.8345.0141.6836.9
MA43.6457.4458.8454.1152.7247.5344.5241.9636.68
S43.3256.8262.1260.1355.7251.4445.0941.8636.77
PCCN44.7157.4263.3460.7256.4651.9846.5543.0637.96
MA44.3256.1862.8659.1855.8751.7646.7742.1537.42
S43.5556.2358.7653.1252.1746.0744.1840.2835.74
MIN43.0849.3956.7953.0149.5242.1842.639.8136.81
MA41.8648.5656.3152.3648.7343.1642.1237.5635.56
S41.1748.155.8351.2248.6643.6241.0837.9135.91
Table 3. Task-Independent Cognitive Workload Recognition Results by Different Classifier (%).
Table 3. Task-Independent Cognitive Workload Recognition Results by Different Classifier (%).
ClassifierAccuracyPrecisionF1 Scores
1SGATCN65.1165.0765.28
2GCN56.4656.3155.36
3GAT57.4456.9456.89
4SVM52.1251.7451.08
5RF48.8549.8247.73
6KNN45.8946.2645.45
7LR47.6146.9246.47
Table 4. Variance Analysis Results of Network Global Parameters (F(p)).
Table 4. Variance Analysis Results of Network Global Parameters (F(p)).
Network Global ParametersTaskDeltaThetaAlphaBeta
Small-world propertiesN12.11 (<0.001)20.727 (<0.001)1.699 (0.182)1.534 (<0.001)
MA6.31 (0.001)9.994 (<0.001)3.277 (0.037)2.355 (0.094)
S4.28 (0.013)8.477 (<0.001)13.29 (<0.001)7.078 (<0.001)
Global efficiencyN11.354 (<0.001)20.216 (<0.001)0.782 (0.481)0.985 (0.373)
MA2.951 (0.06)38.731 (<0.001)3.468 (0.031)6.854 (<0.001)
S7.161 (<0.001)14.596 (<0.001)7.781 (<0.001)8.851 (<0.001)
Table 5. Proportion of Nodes with Significant Differences in Local Parameters Under Each Frequency Band.
Table 5. Proportion of Nodes with Significant Differences in Local Parameters Under Each Frequency Band.
FeatureTaskDeltaThetaAlphaBeta
Node clustering coefficientN45.76%57.63%32.20%38.98%
MA40.68%54.24%18.64%35.59%
S28.81%62.71%40.68%42.31%
local efficiencyN42.37%64.41%27.12%37.29%
MA32.20%42.98%16.95%27.12%
S23.73%57.63%27.12%35.59%
Note: N (N-back), MA (mental arithmetic), S (Sternberg).
Table 6. Comparative Experiments on Public Datasets.
Table 6. Comparative Experiments on Public Datasets.
StudyClassesAccuracy
Zhou [18]Binary0.714
Baldwin [33]Binary0.448
Zhang [34]Binary0.889
Dimitrakopoulos [35]Binary0.870
Ke [36]4-class0.292
Guan [37]3-class0.813
OursBinary0.917
3-class0.865
4-class0.471
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wei, C.; Zhao, X.; Song, Y.; Liu, Y. Task-Independent Cognitive Workload Discrimination Based on EEG with Stacked Graph Attention Convolutional Networks. Sensors 2025, 25, 2390. https://doi.org/10.3390/s25082390

AMA Style

Wei C, Zhao X, Song Y, Liu Y. Task-Independent Cognitive Workload Discrimination Based on EEG with Stacked Graph Attention Convolutional Networks. Sensors. 2025; 25(8):2390. https://doi.org/10.3390/s25082390

Chicago/Turabian Style

Wei, Chenyu, Xuewen Zhao, Yu Song, and Yi Liu. 2025. "Task-Independent Cognitive Workload Discrimination Based on EEG with Stacked Graph Attention Convolutional Networks" Sensors 25, no. 8: 2390. https://doi.org/10.3390/s25082390

APA Style

Wei, C., Zhao, X., Song, Y., & Liu, Y. (2025). Task-Independent Cognitive Workload Discrimination Based on EEG with Stacked Graph Attention Convolutional Networks. Sensors, 25(8), 2390. https://doi.org/10.3390/s25082390

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop