Graph-Regularized Deep Learning for EEG-Based Emotion Recognition with Psychologically-Grounded Label Structure

arXiv cs.LG Papers

Summary

The paper introduces a graph-regularized deep learning framework for EEG-based emotion recognition that incorporates psychologically-grounded emotion topology into the training objective, achieving up to +5.42% accuracy and 39% reduction in psychologically implausible misclassifications on SEED datasets.

arXiv:2607.07773v1 Announce Type: new Abstract: EEG-based emotion recognition is critical for mental health monitoring and affective brain-computer interfaces, yet existing deep learning approaches often treat emotion classes as isolated labels, ignoring their psychological interdependencies. We propose a graph-regularized learning framework that conceptualizes emotions as nodes in a graph where edges encode proximity based on dimensional emotion theories. We adapt three complementary regularization strategies--Graph Label Smoothing (intuitive soft labeling), Commuting distance on graph via Graph Laplacian (spectral graph theory), and Sliced Wasserstein Distance (optimal transport on graph)--ordered by increasing computational complexity. These strategies penalize model predictions that deviate from the established emotion topology. Our framework is evaluated across three representative backbone architectures: AudioTransformer (pure transformer), Conformer (CNN-transformer hybrid), and DCGNN (causal graph neural network), demonstrating architecture-agnostic benefits. Experiments on SEED-IV (4 classes) and SEED-V (5 classes) datasets show consistent improvements: best case up to +5.42% accuracy and 39% reduction in psychologically implausible misclassifications. Ultimately, our framework help raise the upper bound of performance achievable with standard approaches. Code will be released.
Original Article
View Cached Full Text

Cached at: 07/10/26, 06:15 AM

# Graph-Regularized Deep Learning for EEG-Based Emotion Recognition with Psychologically-Grounded Label Structure
Source: [https://arxiv.org/html/2607.07773](https://arxiv.org/html/2607.07773)
11institutetext:School of Mathematics \(Zhuhai\), Sun Yat\-sen University, Guangzhou, China###### Abstract

EEG\-based emotion recognition is critical for mental health monitoring and affective brain\-computer interfaces, yet existing deep learning approaches often treat emotion classes as isolated labels, ignoring their psychological interdependencies\. We propose a graph\-regularized learning framework that conceptualizes emotions as nodes in a graph where edges encode proximity based on dimensional emotion theories\. We adapt three complementary regularization strategies—Graph Label Smoothing \(intuitive soft labeling\), Commuting distance on graph via Graph Laplacian \(spectral graph theory\), and Sliced Wasserstein Distance \(optimal transport on graph\)—ordered by increasing computational complexity\. These strategies penalize model predictions that deviate from the established emotion topology\. Our framework is evaluated across three representative backbone architectures: AudioTransformer \(pure transformer\), Conformer \(CNN\-transformer hybrid\), and DCGNN \(causal graph neural network\), demonstrating architecture\-agnostic benefits\. Experiments on SEED\-IV \(4 classes\) and SEED\-V \(5 classes\) datasets show consistent improvements: best case up to \+5\.42% accuracy and 39% reduction in psychologically implausible misclassifications\. Ultimately, our framework help raise the upper bound of performance achievable with standard approaches\. Code will be released\.

## 1Introduction

Automated emotion recognition from electroencephalography \(EEG\) signals has substantial clinical applications\[[15](https://arxiv.org/html/2607.07773#bib.bib1)\]\. In psychiatric care, tracking emotional trajectories over time can inform treatment decisions and detect early signs of relapse\. Beyond clinical settings, the proliferation of consumer\-grade portable EEG devices \(e\.g\., Muse, Emotiv, NeuroSky\) has opened opportunities for everyday affective computing applications\. While deep learning has advanced EEG classification accuracy, standard cross\-entropy training treats emotion categories as mutually exclusive and equidistant\[[3](https://arxiv.org/html/2607.07773#bib.bib15)\]—a formulation that contradicts established psychological theory and limits both clinical and consumer applications\.

Recent deep learning architectures for EEG emotion recognition, including CNNs\[[15](https://arxiv.org/html/2607.07773#bib.bib1)\], GNNs\[[17](https://arxiv.org/html/2607.07773#bib.bib4)\], and transformers\[[5](https://arxiv.org/html/2607.07773#bib.bib13),[8](https://arxiv.org/html/2607.07773#bib.bib14)\], focus primarily on feature extraction\. They typically employ cross\-entropy loss, which treats all misclassifications equally and ignores the psychological structure of emotions\. While label smoothing\[[18](https://arxiv.org/html/2607.07773#bib.bib17),[14](https://arxiv.org/html/2607.07773#bib.bib20),[12](https://arxiv.org/html/2607.07773#bib.bib18)\]and hierarchical classification\[[16](https://arxiv.org/html/2607.07773#bib.bib21),[10](https://arxiv.org/html/2607.07773#bib.bib16),[1](https://arxiv.org/html/2607.07773#bib.bib19)\]have been explored, systematically integrating emotion topology into training objectives remains largely unaddressed\. This gap is clinically significant: dimensional models\[[13](https://arxiv.org/html/2607.07773#bib.bib2)\]show emotions occupy a structured space where some states are inherently more similar\. For instance, confusing Fear with Sadness \(both negative valence\) is psychologically more plausible than confusing Fear with Happy\. Yet, standard losses penalize both errors equally\.

To address this, we propose anemotion graphmodeling the discrete emotion space, where edges encode psychological proximity\. This structure definesemotion transition difficulty—the cost of misclassifying emotions—using three principled distance metrics: \(1\)adjacency\-based proximityvia Graph Label Smoothing for local relationships; \(2\)commuting distancesvia the Graph Laplacian pseudo\-inverse for global connectivity; and \(3\)optimal transport distancesvia Sliced Wasserstein to measure distributional transformation effort\. These metrics quantify prediction error distances, teaching the model that confusing adjacent emotions is more acceptable than distant ones\. We also use uncertainty\-based adaptive weighting\[[9](https://arxiv.org/html/2607.07773#bib.bib3)\]to balance classification and regularization\.

Our contributions are: 1\.Novel graph\-based regularizationfor EEG emotion recognition that incorporates psychological proximity into training, helping raise the upper bound of performance achievable with standard approaches and enhance clinical relevance\. 2\.Architecture\-agnostic validationacross three representative backbone families:transformer \(AudioTransformer\), CNN\-transformer hybrid\(Conformer\), and GNN \(DCGNN\) backbones on two benchmarks, showing improved best accuracy achievable and better feature representation space\. 3\.Proximity violation metricto measure meaningful errors that respect psychological proximity\.

## 2Method

### 2\.1Emotion Graph Construction

We construct emotion graphs based on Russell’s circumplex model\[[13](https://arxiv.org/html/2607.07773#bib.bib2)\], as illustrated in Fig\.[1](https://arxiv.org/html/2607.07773#S2.F1),positioning each emotion in the two\-dimensional valence–arousal space and connecting pairs whose coordinates are proximal\. Edges therefore encode*psychological proximity*: emotions that are nearby in affective space are adjacent in the graph, so the model is penalized less for confusing them than for confusing affectively distant states\.

SEED\-IV\[[21](https://arxiv.org/html/2607.07773#bib.bib5)\]is a widely\-used EEG benchmark recorded from 15 subjects across 3 sessions, each containing 72 film\-clip trials eliciting 4 emotions:Neutral,Sad,Fear, andHappy\. Signals are captured via 62\-channel EEG at 1000 Hz\. The graph topology shown in[1](https://arxiv.org/html/2607.07773#S2.F1)is justified by valence\-arousal coordinates:Happyis the*sole positive\-valence*emotion in this label set; it shares no direct psychological proximity with the negative\-valence states and therefore connects only toNeutral, which occupies the valence origin\.SadandFearare both negative\-valence with partially overlapping arousal levels \(low\-to\-moderate and moderate\-to\-high, respectively\), justifying a direct edge\.Neutralacts as a topological hub adjacent to all nodes, reflecting its central position in the circumplex\.

SEED\-V\[[11](https://arxiv.org/html/2607.07773#bib.bib6)\]extends the paradigm to 5 emotions \(Disgust,Fear,Sad,Neutral,Happy\) with 16 subjects and 3 sessions of 15 trials per emotion \(75 trials per session\), also recorded at 62 channels\. The richer label set amplifies the importance of emotion topology: the three negative emotions \(Disgust, Fear, Sad\) form an interconnected cluster reflecting shared negative valence and high arousal overlap; Neutral connects to all nodes as an affective origin;Happyagain remains the*sole positive\-valence*emotion, and its exclusive connection toNeutralreflects the psychologically motivated absence of any direct path to the negative\-valence cluster\.

![Refer to caption](https://arxiv.org/html/2607.07773v1/Fig_1.png)Figure 1:Emotion graphs for SEED\-V \(5 emotions\) and SEED\-IV \(4 emotions\) and an example of decreasing more problematic misclassifications after our graph\-based regularization, for exmaple, Happy\-\>Sad cases\.
### 2\.2Graph\-Based Regularization

Given adjacency matrixAA, we compute the graph LaplacianL=D−AL=D\-A\(whereDDis the degree pmatrix\) and graph distance matrixCCvia shortest paths\. We adapt three complementary regularization strategies from different mathematical traditions, presented in order of increasing computational complexity:

Graph Label Smoothing \(Soft Labeling\)\.We extend standard label smoothing by distributing probability mass according to graph adjacency rather than uniformly:

yis​m​o​o​t​h=\(1−α\)⋅yi\+α⋅A~​\[yi\]y\_\{i\}^\{smooth\}=\(1\-\\alpha\)\\cdot y\_\{i\}\+\\alpha\\cdot\\tilde\{A\}\[y\_\{i\}\]\(1\)whereA~\\tilde\{A\}is the normalized adjacency matrix andyiy\_\{i\}is the true class\. This intuitive approach softens labels toward psychologically adjacent emotions with minimal computational overhead\.

Graph Laplacian Loss with Commuting Distance \(Spectral Graph Theory\)\.Using the pseudo\-inverseH=L\+H=L^\{\+\}, which encodes commuting distances between nodes\[[4](https://arxiv.org/html/2607.07773#bib.bib7)\]:

ℒG​L=1B​∑i=1B\(y^i−yi\)T​H​\(y^i−yi\)\\mathcal\{L\}\_\{GL\}=\\frac\{1\}\{B\}\\sum\_\{i=1\}^\{B\}\(\\hat\{y\}\_\{i\}\-y\_\{i\}\)^\{T\}H\(\\hat\{y\}\_\{i\}\-y\_\{i\}\)\(2\)wherey^i\\hat\{y\}\_\{i\}is the predicted distribution andyiy\_\{i\}is the one\-hot ground truth\. The commuting distance measures the expected number of steps for a random walk to travel between two nodes and return, capturing global graph connectivity\.

Sliced Wasserstein Loss \(Optimal Transport\)\.We compute the Sliced Wasserstein Distance between distributions\[[2](https://arxiv.org/html/2607.07773#bib.bib8)\]\[[19](https://arxiv.org/html/2607.07773#bib.bib9)\]:

ℒS​W=1L​∑l=1LW1​\(θl♯​y^,θl♯​y\)\\mathcal\{L\}\_\{SW\}=\\frac\{1\}\{L\}\\sum\_\{l=1\}^\{L\}W\_\{1\}\(\\theta\_\{l\}^\{\\sharp\}\\hat\{y\},\\theta\_\{l\}^\{\\sharp\}y\)\(3\)whereLLis the number of random projections,θl\\theta\_\{l\}is a random unit direction sampled uniformly on the unit sphere,θl♯​y^\\theta\_\{l\}^\{\\sharp\}\\hat\{y\}andθl♯​y\\theta\_\{l\}^\{\\sharp\}ydenote the one\-dimensional pushforward \(projection\) of the predicted distributiony^\\hat\{y\}and ground\-truth distributionyyontoθl\\theta\_\{l\}, andW1W\_\{1\}is the one\-dimensional Wasserstein\-1 distance\. The graph shortest\-path distance serves as the ground metric, so that projections respect the emotion topology\. Random slicing reduces the computational cost of full optimal transport while preserving sensitivity to the underlying graph structure\.

Computational Complexity\.LetKKdenote the number of emotion classes andBBthe batch size\. GLS requiresO​\(K\)O\(K\)per sample for adjacency lookup, yieldingO​\(B​K\)O\(BK\)total\. GL involves matrix–vector multiplication with theK×KK\\times Kpseudo\-inverse, costingO​\(B​K2\)O\(BK^\{2\}\)\. SW requiresLLrandom projections and 1D sorting, givingO​\(B​L​K​log⁡K\)O\(BLK\\log K\)whereLLis typically 50–100\. For smallKK\(4–5 classes here\), all three methods are computationally efficient, but GLS scales best for larger emotion taxonomies\.

Through developed from different perspectives, All the above three configurations repect the emotion dynamics and topology, penalizing more heavily for psychologically implausible confusions \(e\.g\. transition as Happy→\\rightarrowSad is more difficult than Happy→\\rightarrowNeural\)\. To combine the classification and regularization objectives, we consider two weighting strategies\. Withfixed weighting, the regularization strength is controlled by a scalarλ\\lambda:

ℒ=ℒC​E\+λ⋅ℒr​e​g,ℒr​e​g∈\{ℒG​L,ℒS​W,ℒG​L​S\}\\mathcal\{L\}=\\mathcal\{L\}\_\{CE\}\+\\lambda\\cdot\\mathcal\{L\}\_\{reg\},\\quad\\mathcal\{L\}\_\{reg\}\\in\\\{\\mathcal\{L\}\_\{GL\},\\mathcal\{L\}\_\{SW\},\\mathcal\{L\}\_\{GLS\}\\\}\(4\)whereλ∈\{0\.05,0\.1,0\.2\}\\lambda\\in\\\{0\.05,0\.1,0\.2\\\}is selected by cross\-validation\. Alternatively,adaptive weighting\[[9](https://arxiv.org/html/2607.07773#bib.bib3)\]learns the balance automatically via log\-variance parameterss=log⁡σ2s=\\log\\sigma^\{2\}, yielding the homoscedastic uncertainty objective:

ℒ=e−sC​E​ℒC​E\+e−sr​e​g​ℒr​e​g\+sC​E\+sr​e​g\\mathcal\{L\}=e^\{\-s\_\{CE\}\}\\mathcal\{L\}\_\{CE\}\+e^\{\-s\_\{reg\}\}\\mathcal\{L\}\_\{reg\}\+s\_\{CE\}\+s\_\{reg\}\(5\)This removes the need for manualλ\\lambdaselection while providing a principled probabilistic interpretation: the model down\-weights tasks it is more uncertain about during training\.

Proximity Violation MetricWe define the Proximity Violation ratio:

P​V=\# \{misclassifications to non\-adjacent classes\}\# \{total misclassifications\}×100%PV=\\frac\{\\text\{\\\# \\\{misclassifications to non\-adjacent classes\\\} \}\}\{\\text\{\\\# \\\{total misclassifications\\\} \}\}\\times 100\\%\(6\)
Lower PV indicates predictions that, even when wrong, remain within psychologically plausible emotion neighborhoods—a clinically meaningful property\. For example, Happy→\\rightarrowNeutral is not a violation \(adjacent\), whereas Happy→\\rightarrowSad is \(non\-adjacent, crossing the valence boundary\)\.

## 3Experiments

### 3\.1Setup

We evaluate our framework on SEED\-IV\[[21](https://arxiv.org/html/2607.07773#bib.bib5)\]and SEED\-V\[[11](https://arxiv.org/html/2607.07773#bib.bib6)\]\. The pre\-processed differential entropy features across 5 frequency bands are adopted as input features\. To demonstrate that our approach is architecture\-agnostic, we test it on three backbone models spanning distinct deep learning paradigms: AudioTransformer\[[6](https://arxiv.org/html/2607.07773#bib.bib11)\], a pure transformer that captures long\-range temporal dependencies; Conformer\[[7](https://arxiv.org/html/2607.07773#bib.bib10)\], a CNN\-transformer hybrid that combines local feature extraction with global attention; and DCGNN\[[20](https://arxiv.org/html/2607.07773#bib.bib12)\], a graph neural network that explicitly models spatial relationships between EEG channels\. Rather than competing with existing methods on leaderboard accuracy, this study is specifically designed to evaluate whether graph\-based regularization yields consistent, architecture\-agnostic improvements\.

For each backbone, we compare a cross\-entropy baseline \(λ=0\\lambda\{=\}0\) against three regularization variants—Graph Laplacian \(GL\), Sliced Wasserstein \(SW\), and Graph Label Smoothing \(GLS\)—with fixed weightsλ∈\{0\.05,0\.1,0\.2\}\\lambda\\in\\\{0\.05,0\.1,0\.2\\\}and an adaptive weighting scheme \(auto\) as introduced in\[[9](https://arxiv.org/html/2607.07773#bib.bib3)\]\. All experiments follow a 10\-fold subject\-dependent cross\-trial protocol \(non\-overlapping trials per fold\), with Accuracy, Macro F1, and PV averaged over all folds and subjects\. We report the best\-epoch performance over 200 training epochs per fold, applied uniformly to both the baseline and all regularization variants\. Bold denotes the best regularization variant per model–dataset pair\.

### 3\.2Results

Table 1:Test Performance on SEED\-IV \(4\-class\) and SEED\-V \(5\-class\) datasets\. For each backbone and regularization method, we swept the regularization strength over auto, 0\.05, 0\.1, 0\.2 and report only the best\-performing setting in terms of Macro F1 representing the upper bound of achievable performance\. Bold denotes the best regularization variant per model–dataset pair\.ModelReg\.SEED\-IV \(4\-class\)SEED\-V \(5\-class\)λ\\lambdaAcc \(%\)↑\\uparrowF1 \(%\)↑\\uparrowPV \(%\)↓\\downarrowλ\\lambdaAcc \(%\)↑\\uparrowF1 \(%\)↑\\uparrowPV \(%\)↓\\downarrowAudio\-TransformerNone\-83\.12±\\pm7\.2781\.21±\\pm8\.0021\.8±\\pm12\.1–83\.06±\\pm6\.9874\.69±\\pm10\.6422\.4±\\pm14\.2GLauto84\.01±\\pm6\.8382\.31±\\pm7\.3820\.6±\\pm10\.7auto83\.93±\\pm7\.3076\.36±\\pm9\.9421\.5±\\pm15\.8SWauto84\.56±\\pm6\.6982\.94±\\pm7\.0321\.5±\\pm13\.8auto84\.24±\\pm7\.5176\.22±\\pm11\.1022\.0±\\pm16\.6GLSauto83\.94±\\pm6\.8282\.05±\\pm7\.3423\.0±\\pm13\.8auto83\.26±\\pm7\.2675\.17±\\pm10\.4120\.0±\\pm16\.1ConformerNone\-83\.86±\\pm6\.4981\.73±\\pm7\.2624\.0±\\pm9\.6–84\.31±\\pm8\.8377\.06±\\pm11\.6019\.6±\\pm16\.6GLauto84\.34±\\pm7\.1882\.26±\\pm8\.1125\.6±\\pm11\.20\.189\.09±\\pm7\.4482\.82±\\pm10\.9916\.1±\\pm14\.7SW0\.184\.22±\\pm6\.6282\.28±\\pm7\.6227\.8±\\pm16\.20\.189\.73±\\pm7\.0982\.96±\\pm10\.7511\.9±\\pm12\.3GLS0\.183\.73±\\pm6\.8182\.00±\\pm7\.4926\.7±\\pm10\.10\.0584\.92±\\pm7\.8978\.04±\\pm10\.9221\.6±\\pm16\.8DCGNNNone\-72\.59±\\pm8\.4669\.83±\\pm9\.0526\.3±\\pm12\.1–74\.15±\\pm14\.9666\.73±\\pm17\.0516\.9±\\pm14\.8GLauto73\.48±\\pm8\.0670\.67±\\pm8\.9027\.1±\\pm11\.2auto75\.14±\\pm14\.4467\.38±\\pm16\.3918\.1±\\pm15\.0SW0\.272\.84±\\pm8\.3070\.01±\\pm8\.8026\.4±\\pm11\.7auto75\.44±\\pm14\.5867\.85±\\pm16\.7117\.8±\\pm13\.9GLS0\.0573\.07±\\pm7\.8570\.19±\\pm8\.6924\.2±\\pm11\.30\.0574\.91±\\pm14\.3366\.97±\\pm16\.6716\.6±\\pm14\.0

As shown in Tables[1](https://arxiv.org/html/2607.07773#S3.T1), incorporating graph\-based regularization consistently enhances classification performance across all three backbone architectures\. Notably, on SEED\-V, Conformer with Sliced Wasserstein \(SW\) regularization achieves up to a\+5\.42%increase in accuracy and a39%reduction in Proximity Violations \(PV\)\. On SEED\-IV, the graph\-based DCGNN architecture benefits most dramatically, with accuracy improvements reaching \+5%\. Furthermore, the adaptive weighting mechanism \(auto\) performs competitively without requiring manual hyperparameter tuning, proving particularly effective for graph\-based models\. Crucially, the general reduction in PV indicates that the models learn to make psychologically plausible predictions, avoiding severe misclassifications across distant emotion nodes\.

![Refer to caption](https://arxiv.org/html/2607.07773v1/umap_seediv.png)\(a\)AudioTransformer on SEED\-IV
![Refer to caption](https://arxiv.org/html/2607.07773v1/umap_seedv.png)\(b\)Conformer on SEED\-V

Figure 2:UMAP visualization of learned representationsFor better interpretability of the impact of graph\-based regularization, we use UMAP to visualize the learned representations as shown in Fig\.[2](https://arxiv.org/html/2607.07773#S3.F2)\. With SW regularization, the clusters corresponding to different emotion classes become more distinct and well\-separated, while cases without regularization show more scattered and overlapping clusters\. This indicates that the model learns a more structured representation space that respects the psychological proximity of emotions, leading to fewer implausible misclassifications\. This visualization supports our quantitative findings, demonstrating that graph\-based regularization helps the model learn representations that align better with the underlying psychological structure of emotions\.

Table 2:Subject\-Level F1 Improvement Rate \(% Subj↑\\uparrow\)\.Boldvalues are aggregated across differentλ\\lambdavalues,methods and models\. We test them under one\-sided Wilcoxon rank\-sum test on the hypotheis that whether or not \>50% subjects will show improvements with regularizations without specifying actualλ\\lambdavalue\. \(\*\*\*\) denotesp<0\.01p<0\.01, which confirm that the improvement brought by proposed graph\-based regularization is statistically significant\.DatasetMethodAudioTransformerConformerDCGNNAvg\(Method\)SEED\-IVGL73\.3356\.6755\.0061\.67±8\.2861\.67\\pm 8\.28SW76\.6755\.0051\.6761\.11±11\.0861\.11\\pm 11\.08GLS58\.3358\.3346\.6754\.44±5\.5054\.44\\pm 5\.50Avg\(Model\)69\.44±7\.9769\.44\\pm 7\.9756\.67±1\.3656\.67\\pm 1\.3651\.11±3\.4251\.11\\pm 3\.4259\.07±\\pm9\.20\(\*\*\*\)SEED\-VGL57\.8167\.1948\.4457\.81±7\.6557\.81\\pm 7\.65SW62\.5073\.4457\.8164\.58±6\.5564\.58\\pm 6\.55GLS53\.1254\.6956\.2554\.69±1\.2854\.69\\pm 1\.28Avg\(Model\)57\.81±3\.8357\.81\\pm 3\.8365\.10±7\.8065\.10\\pm 7\.8054\.17±4\.1054\.17\\pm 4\.1059\.03±\\pm7\.17\(\*\*\*\)

Table[2](https://arxiv.org/html/2607.07773#S3.T2)reports the percentage of subjects whose individual F1 score improves under regularization \(% Subj↑\\uparrow\) across all method–backbone combinations\. For example, a value of 50 indicates that 50% of subjects experienced an improvement in F1 score compared to the baseline when a specific regularization method was applied\. For the entry corresponding to each backbone model and regularization method, the value is already averaged across all tested regularization strengths \(λ\\lambdavalues\) for that method, so it reflects the overall likelihood of improvement regardless of the specific regularization strength\. This reveals that the benefit of encoding emotion topology is both*quantitatively consistent*—improvements appear across the majority of individual subjects—and*qualitatively architecture\-agnostic*—the pattern holds regardless of whether the backbone is a pure transformer, a CNN–transformer hybrid, or a graph neural network\.

### 3\.3Generalization Analysis

On SEED\-IV, all three regularization methods improve over baseline: on average across backbones, GL benefits 61\.67%, SW 61\.11%, and GLS 54\.44% of subjects \(overall average 59\.07%, Table[2](https://arxiv.org/html/2607.07773#S3.T2)\)\. AudioTransformer shows the largest individual gains, with SW improving 76\.67% of subjects\. On SEED\-V, improvements are even more pronounced: the overall subject\-level F1 improvement rate reaches 59\.03%, with Conformer peaking at 65\.10% and SW reaching 73\.44% of subjects for the Conformer backbone\. This cross\-dataset, cross\-architecture consistency—three distinct regularization strategies, three distinct backbone families, two datasets—confirms that respecting the psychological structure of emotion space is a general principle rather than an architecture\- or method\-specific artefact\.

Moreover, subject\-level analysis reveals widespread and consistent benefits across different individuals\. As detailed in Table[2](https://arxiv.org/html/2607.07773#S3.T2), our proposed regularization methods improve the F1 score for a majority of subjects\. On the SEED\-IV dataset, the SW method enhances performance for up to 76\.67% of subjects when applied to the AudioTransformer backbone\. The improvements are even more pronounced on the challenging SEED\-V dataset, where SW improves the F1 score for an average of 64\.58% of subjects across all three diverse backbones, peaking at 73\.44% for the Conformer model\. These comprehensive results demonstrate that our framework not only boosts overall accuracy but also yields more robust, subject\-generalized emotion representations that are less susceptible to individual differences in EEG signals\.

The asymmetry in PV improvements between datasets is attributable to differences in graph topology\. SEED\-IV’s graph is relatively dense for its size, limiting the number of misclassifications that qualify as non\-adjacent violations\. This compresses the dynamic range of PV\. In contrast, SEED\-V’s 5\-class graph isolates Happy from the negative emotion cluster, connecting it only through Neutral, which creates more long\-distance violation opportunities and makes PV a more sensitive quality indicator\. Interpretability gains from graph regularization are therefore most salient when the emotion graph exhibits clear topological separation between clusters\.

A complementary factor is annotation granularity\. In both datasets, subjects provide a single emotion label for an entire trial \(video clip\), yet the model trains on short segments of a few seconds each, so segment\-level targets inherit noise from trial\-level aggregation\. When labels imperfectly reflect the local emotion topology, the graph regularization signal is correspondingly weakened\. SEED\-V partially mitigates this through trial\-level confidence scores, and the stronger improvements we observe on SEED\-V may partly reflect this more reliable annotation protocol\.

## 4Discussion and Conclusion

We presented a graph\-regularized framework for EEG emotion recognition that incorporates psychological emotion structure into the learning objective, penalizing cross\-cluster confusions more heavily and constraining the hypothesis space to psychologically valid solutions that respects the intrinsci structure of emotion space\. Three graph\-based regularization strategies from different viewpoints via Graph Label Smoothing, Graph Laplacian with commuting distance, and Sliced Wasserstein distance were adapted and validated across three backbone architectures \(Transformer, CNN\-Transformer hybrid, GNN\) on two benchmarks, our approach achieves up to\+5\.42%\+5\.42\\%accuracy and39%39\\%reduction in clinically implausible errors, with consistent subject\-level benefits in terms of upper bound of prediction capability\. These results confirm that respecting emotion topology is an architecture\-agnostic principle yielding predictions that are both more accurate and more interpretable\. For practitioners, SW with adaptive weighting is recommended as the default: it achieved the best results on 4 of 6 model–dataset pairs and eliminates manualλ\\lambdatuning; GLS is preferred when compute is constrained\. Limitations on the stopping criterion and the choice ofλ\\lambdaare acknowledged, and should be part of future work\.

## References

- \[1\]L\. Bertinetto, R\. Mueller, K\. Tertikas, S\. Samangooei, and N\. A\. Lord\(2020\)Making better mistakes: leveraging class hierarchies with deep networks\.In2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 12503–12512\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p2.1)\.
- \[2\]N\. Bonneel, J\. Rabin, G\. Peyré, and H\. Pfister\(2015\)Sliced and radon wasserstein barycenters of measures\.Journal of Mathematical Imaging and Vision51\(1\),pp\. 22–45\.Cited by:[§2\.2](https://arxiv.org/html/2607.07773#S2.SS2.p4.9)\.
- \[3\]T\. M\. L\. Flower, S\. C\. E\. Singh, T\. Jaya, and G\. G\. Devadhas\(2026\)EEG\-based emotion recognition: a systematic review of traditional and deep learning methods\.Premier Journal of Science\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p1.1)\.
- \[4\]F\. Fouss, A\. Pirotte, J\. Renders, and M\. Saerens\(2007\)Random\-walk computation of similarities between nodes of a graph with application to collaborative recommendation\.IEEE Transactions on knowledge and data engineering19\(3\),pp\. 355–369\.Cited by:[§2\.2](https://arxiv.org/html/2607.07773#S2.SS2.p3.1)\.
- \[5\]L\. Gong, M\. Li, T\. Zhang, and W\. Chen\(2023\)EEG emotion recognition using attention\-based convolutional transformer neural network\.Biomedical Signal Processing and Control84,pp\. 104835\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p2.1)\.
- \[6\]Y\. Gong, Y\. Chung, and J\. Glass\(2021\)AST: Audio Spectrogram Transformer\.InProc\. Interspeech 2021,pp\. 571–575\.Cited by:[§3\.1](https://arxiv.org/html/2607.07773#S3.SS1.p1.1)\.
- \[7\]A\. Gulati, J\. Qin, C\. Chiu, N\. Parmar, Y\. Zhang, J\. Yu, W\. Han, S\. Wang, Z\. Zhang, Y\. Wu, and R\. Pang\(2020\)Conformer: convolution\-augmented transformer for speech recognition\.ArXivabs/2005\.08100\.Cited by:[§3\.1](https://arxiv.org/html/2607.07773#S3.SS1.p1.1)\.
- \[8\]J\. Guo, Q\. Cai, J\. An, P\. Chen, C\. Ma, J\. Wan, and Z\. Gao\(2022\)A transformer based neural network for emotion recognition and visualizations of crucial eeg channels\.Physica A: Statistical Mechanics and its Applications603,pp\. 127700\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p2.1)\.
- \[9\]A\. Kendall, Y\. Gal, and R\. Cipolla\(2018\)Multi\-task learning using uncertainty to weigh losses for scene geometry and semantics\.InProceedings of the IEEE conference on computer vision and pattern recognition,pp\. 7482–7491\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p3.1),[§2\.2](https://arxiv.org/html/2607.07773#S2.SS2.p6.5),[§3\.1](https://arxiv.org/html/2607.07773#S3.SS1.p2.2)\.
- \[10\]Q\. Liu, H\. Peng, X\. Huang, Z\. Hao, Q\. Sun, Z\. Yu, and P\. S\. Yu\(2025\)Hierarchical text classification optimization via structural entropy and singular smoothing\.IEEE Transactions on Knowledge and Data Engineering37\(9\),pp\. 5283–5297\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p2.1)\.
- \[11\]W\. Liu, W\. Zheng, and B\. Lu\(2016\)Emotion recognition using multimodal deep learning\.InInternational conference on neural information processing,pp\. 521–529\.Cited by:[§2\.1](https://arxiv.org/html/2607.07773#S2.SS1.p3.1),[§3\.1](https://arxiv.org/html/2607.07773#S3.SS1.p1.1)\.
- \[12\]G\. Maratos, T\. Sosea, and C\. Caragea\(2023\)Label smoothing for emotion detection \(student abstract\)\.InAAAI Conference on Artificial Intelligence,Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p2.1)\.
- \[13\]J\. A\. Russell\(1980\)A circumplex model of affect\.\.Journal of personality and social psychology39\(6\),pp\. 1161\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p2.1),[§2\.1](https://arxiv.org/html/2607.07773#S2.SS1.p1.1)\.
- \[14\]E\. Ryumina, A\. Axyonov, T\. Abdulkadirov, D\. Koryakovskaya, and D\. Ryumin\(2025\)Cross\-lingual bimodal emotion recognition with llm\-based label smoothing\.Big Data and Cognitive Computing9\(11\)\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p2.1)\.
- \[15\]R\. T\. Schirrmeister, J\. T\. Springenberg, L\. D\. J\. Fiederer, M\. Glasstetter, K\. Eggensperger, M\. Tangermann, F\. Hutter, W\. Burgard, and T\. Ball\(2017\)Deep learning with convolutional neural networks for EEG decoding and visualization\.Human brain mapping38\(11\),pp\. 5391–5420\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p1.1),[§1](https://arxiv.org/html/2607.07773#S1.p2.1)\.
- \[16\]C\. Silla and A\. Freitas\(2011\)A survey of hierarchical classification across different application domains\.Data Mining and Knowledge Discovery22,pp\. 31–72\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p2.1)\.
- \[17\]T\. Song, W\. Zheng, P\. Song, and Z\. Cui\(2018\)EEG emotion recognition using dynamical graph convolutional neural networks\.IEEE Transactions on Affective Computing11\(3\),pp\. 532–541\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p2.1)\.
- \[18\]C\. Szegedy, V\. Vanhoucke, S\. Ioffe, J\. Shlens, and Z\. Wojna\(2016\)Rethinking the inception architecture for computer vision\.In2016 IEEE Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 2818–2826\.Cited by:[§1](https://arxiv.org/html/2607.07773#S1.p2.1)\.
- \[19\]V\. Titouan, N\. Courty, R\. Tavenard, and R\. Flamary\(2019\)Optimal transport for structured data with application on graphs\.InInternational Conference on Machine Learning,pp\. 6275–6284\.Cited by:[§2\.2](https://arxiv.org/html/2607.07773#S2.SS2.p4.9)\.
- \[20\]Y\. Xiao, W\. Zheng, and G\. Zhao\(2025\)Dynamical causal graph neural network for eeg emotion recognition\.IEEE Transactions on Affective Computing16\(4\),pp\. 2803–2815\.Cited by:[§3\.1](https://arxiv.org/html/2607.07773#S3.SS1.p1.1)\.
- \[21\]W\. Zheng, W\. Liu, Y\. Lu, B\. Lu, and A\. Cichocki\(2018\)Emotionmeter: A multimodal framework for recognizing human emotions\.IEEE transactions on cybernetics49\(3\),pp\. 1110–1122\.Cited by:[§2\.1](https://arxiv.org/html/2607.07773#S2.SS1.p2.1),[§3\.1](https://arxiv.org/html/2607.07773#S3.SS1.p1.1)\.

Similar Articles

A Shared Valence Axis Across Modern LLMs and Human EEG: The Saturation Regularity

arXiv cs.LG

This paper discovers a shared valence axis (V-axis) across modern LLMs and human EEG signals, showing that a single direction from LLM internal representations aligns with neural responses to emotional stimuli. It also identifies the saturation regularity, explaining why LLM-derived supervision fails to improve EEG decoding and how leveraging residual diversity boosts performance.

Brain-CLIPLM: Decoding Compressed Semantic Representations in EEG for Language Reconstruction

arXiv cs.CL

Researchers propose Brain-CLIPLM, a two-stage EEG-to-text decoding framework using contrastive learning for semantic anchor extraction and a retrieval-grounded LLM with Chain-of-Thought reasoning, achieving 67.55% top-5 sentence retrieval accuracy and suggesting EEG-to-text decoding should focus on recovering compressed semantic content rather than full sentence reconstruction.