Open Access
ARTICLE
DMHG-LEDS: Joint Differentiated Modality-Aware Heterogeneous Graph and Local Emotion Difference Supervision for Multimodal Emotion Recognition in Conversations
1 School of Computer Science and Artificial Intelligence, Hubei University of Technology, Wuhan, China
2 Hubei Provincial Key Laboratory of Green Intelligent Computing Power Network, Hubei University of Technology, Wuhan, China
3 Hubei Provincial Engineering Research Center for Digital & Intelligent Manufacturing Technologies and Applications, Hubei University of Technology, Wuhan, China
* Corresponding Author: Qun Zhang. Email:
Computers, Materials & Continua 2026, 89(2), 42 https://doi.org/10.32604/cmc.2026.087279
Received 15 June 2026; Accepted 24 July 2026; Issue published 15 September 2026
Abstract
Multimodal Emotion Recognition in Conversations (MERC) has garnered substantial research attention recently. Existing MERC methods face several challenges: (1) they apply shared or coarse-grained graph construction rules across modalities, overlooking their distinct dependency patterns; (2) they rely on fixed-activation MLPs for feature transformation, limiting nonlinear representation capacity in complex emotional scenarios; (3) they focus predominantly on contextual modeling while underexploring local emotion discrimination between related utterances. To address these issues, we propose Joint Differentiated Modality-Aware Heterogeneous Graph and Local Emotion Difference Supervision for Multimodal Emotion Recognition in Conversations (DMHG-LEDS), a novel MERC framework. Specifically, modality-aware heterogeneous graphs are constructed by assigning differentiated intra-modal connection strategies to text, visual, and audio modalities, enabling modality-dependent contextual relation modeling. Based on the resulting graph topology, graph convolution aggregates neighborhood information and Chebyshev-KAN subsequently performs adaptive nonlinear transformation within each propagation step. Finally, an Entropy-Gated Local Emotion Difference Supervision module is introduced as an auxiliary task. It constructs ordered utterance pairs within non-overlapping local segments and provides entropy-gated supervision based on emotion-label differences, thereby improving the discriminability of local utterance representations. Experiments on Interactive emotional dyadic motion capture database (IEMOCAP), A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation (MELD), and Multimodal Language Analysis in the Wild: CMU-MOSEI Dataset and Interpretable Dynamic Fusion Graph (CMU-MOSEI) demonstrate the effectiveness of the proposed method, which outperforms all baselines.Keywords
Multimodal Emotion Recognition in Conversation (MERC) aims to accurately identify the emotional state of each utterance by comprehensively utilizing multi-source information such as text, visual, and audio cues from continuous dialogue contexts [1,2]. With the widespread application of intelligent dialogue systems in scenarios such as social interaction, human-computer collaboration, and mental health monitoring [3,4], dialogue systems with robust emotion understanding capabilities have become an important research objective in the field of affective computing. However, in real dialogue scenarios, emotions are often expressed collaboratively through multiple modalities and evolve dynamically with the progression of the conversation, which poses significant challenges [5–8] for the MERC task in terms of structural modeling and emotion dynamics modeling.
In recent years, Graph Neural Networks (GNNs) have been widely introduced into MERC tasks due to their advantages in modeling structural relationships [9,10]. Representative works [11–14] construct dialogue graphs to explicitly model utterances and their cross-speaker and cross-modal relationships, thereby effectively capturing contextual dependencies. Although graph-based methods have achieved significant progress, several key issues remain. First, in multimodal conversational emotion recognition, each modality involves multiple types of dependency relations when conveying emotional information; however, the dominant dependency patterns differ significantly across modalities (as illustrated in Fig. 1b). The text modality expresses emotions primarily through word semantics, contextual coherence, and logical transitions between utterances, so its emotional dependencies typically manifest as local sequential relations. The visual modality reflects emotional states mainly via facial expressions, eye gaze, and postural changes; since similar expression patterns may appear in non-adjacent utterances, its dependencies are better characterized as semantic similarity across time. The audio modality conveys emotions through variations in pitch, energy, speech rate, and prosody, exhibiting stronger local temporal continuity. Many existing graph-based MERC methods employ shared or coarse-grained intra-modal connection rules (as shown in Fig. 1a) [5,15]. Such shared rules may introduce irrelevant neighbors or overlook informative modality-specific relations. In contrast, cross-modal edges encode temporal correspondence across modalities and can retain a unified alignment rule. Second, existing graph neural network methods generally rely on multi-layer perceptrons (MLPs) with fixed activation functions for nonlinear transformation during the node feature update stage [9,16]. However, multimodal conversational emotion involves multiple nonlinear phenomena, including nonlinear combinatorial effects across modalities, nonlinear context-dependent relationships between emotion labels and utterance features, and nonlinear responses of emotion intensity to feature variation. These nonlinear relationships manifest in diverse forms across different nodes and conversational scenarios. Under such circumstances, fixed-activation transformations may be insufficient to adaptively reconstruct heterogeneous contextual representations under different dialogue contexts. Third, existing models often rely heavily on contextual information for prediction, while local emotion-difference relationships between nearby utterances are insufficiently explored. Constructing pairwise samples over broad dialogue ranges may introduce redundant long-range comparisons, while assigning equal importance to all pairs may overlook their different representation uncertainties [17–19]. Therefore, it is necessary to jointly model modality-specific structural dependencies, adaptive nonlinear contextual transformation, and local emotion discrimination in MERC.

Figure 1: Illustrates two distinct multimodal graph construction approaches. (a) presents an existing unified graph construction method. (b) provides a detailed analysis of the unique properties of each modality through their respective feature components. (c) shows our purposefully designed edge construction strategy for the graph.
To address the above challenges, this paper proposes the Joint Differentiated Modality-Aware Heterogeneous Graph and Local Emotion Difference Supervision for Multimodal Emotion Recognition in Conversations (DMHG-LEDS) model. In the graph construction stage, we design differentiated intra-modal connection strategies according to the dominant dependency pattern of each modality, as shown in Fig. 1c: a position-window strategy is used for text to capture local semantic continuity, a similarity-driven strategy is used for vision to discover cross-temporal expression similarity, and a sequential adjacency strategy is adopted for audio to preserve local prosodic continuity. Cross-modal edges retain a uniform window-based alignment rule, since temporal co-occurrence between modalities is a structural alignment relation rather than a mechanism-specific one. In the graph propagation stage, we design a propagation network with alternately stacked graph convolution and Chebyshev Polynomial-Based Kolmogorov-Arnold Networks: An Efficient Architecture for Nonlinear Function Approximation (Chebyshev-KAN) [20] layers, where graph convolution first aggregates heterogeneous contextual information from the selected neighborhood, and Chebyshev Polynomial-Based Kolmogorov-Arnold Networks: An Efficient Architecture for Nonlinear Function Approximation (Chebyshev-KAN) subsequently performs adaptive nonlinear transformation on the aggregated representation. In addition, we introduce an Entropy-Gated Local Emotion Difference Supervision module as an auxiliary task. It constructs ordered utterance pairs within non-overlapping local segments and provides entropy-gated supervision according to whether their emotion labels differ, thereby improving the discriminability of local utterance representations Extensive experiments on Interactive emotional dyadic motion capture database (IEMOCAP), A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation (MELD), and Multimodal Language Analysis in the Wild: CMU-MOSEI Dataset and Interpretable Dynamic Fusion Graph (CMU-MOSEI) demonstrate the effectiveness of the proposed method, with weighted F1 scores of 73.29%, 66.55%, and 46.54%, respectively. Comprehensive ablation studies further verify the contribution of each component. The main contributions of this paper are as follows:
(1) We propose a differentiated modality-aware heterogeneous graph for Multimodal Emotion Recognition in Conversation. Instead of applying a uniform intra-modal connection rule, the proposed graph explicitly models local sequential dependencies for text, similarity-based dependencies for vision, and temporal continuity for audio, thereby providing modality-specific contextual neighborhoods for graph propagation.
(2) We design a Chebyshev Polynomial-Based Kolmogorov-Arnold Networks: An Efficient Architecture for Nonlinear Function Approximation (Chebyshev-KAN) based alternating graph propagation mechanism. Graph convolution first aggregates contextual information according to the differentiated graph topology, and Chebyshev-KAN then adaptively transforms the aggregated heterogeneous representation, enhancing nonlinear contextual modeling within each propagation step.
(3) We introduce an Entropy-Gated Local Emotion Difference Supervision module. By constructing ordered utterance pairs within non-overlapping local segments and adaptively weighting uncertain pairs, the module provides auxiliary supervision to improve the discriminability of local utterance representations for emotion classification.
2.1 Multimodal Affective Computing
Multimodal affective computing includes tasks such as multimodal sentiment analysis and emotion recognition. It integrates textual, visual, and acoustic information to identify an individual’s emotional state or sentiment tendency. Early studies mainly employed feature fusion, attention mechanisms, and cross-modal interaction to integrate information from multiple sources [7,8]. Contextual interaction-based multimodal emotion analysis with enhanced semantic information (CIME) further improves multimodal emotion representation through contextual interaction and semantic enhancement [21]. With the development of this field, researchers have increasingly focused on the differences in contributions among modalities. Modalities are not always consistent in terms of expressive capability, data quality, and affective cues, which may affect fusion performance. To address this issue, uncertainty-aware methods estimate modality reliability and adapt the fusion process accordingly [22]. Under noisy or incomplete input conditions, robust representation learning and feature restoration methods can alleviate the influence of missing information [23]. Prompt learning also provides a new modeling paradigm for sentiment analysis and emotion recognition with missing modalities [24]. In addition, pre-trained models and distributed learning have further expanded the application scope of multimodal affective computing. Few-shot multimodal sentiment analysis for social media via integrated prompt learning and vision-language models (FMSA) combines integrated prompt learning with vision-language models for few-shot multimodal sentiment analysis in social media [25]. Federated multimodal affective computing supports distributed training under privacy constraints [26]. These studies have advanced multimodal affective computing from the perspectives of semantic interaction, fusion reliability, robustness, and learning paradigms. For continuous dialogue scenarios, MERC needs to jointly model inter-utterance context, speaker interaction, and cross-modal information. How to effectively capture these relationships has therefore become a central concern of subsequent MERC studies.
2.2 Graph Neural Networks for ERC
Graph neural networks have been widely applied to conversational emotion recognition tasks due to their ability to model structured relationships. A graph convolutional neural network for emotion recognition in conversation (DialogueGCN) [16] first introduced graph convolutional networks to this task, constructing dialogue graphs based on speaker relationships and utterance positions. Directed acyclic graph network for conversational emotion recognition (DAG-ERC) [27] employed directed acyclic graphs to model the temporal dependencies in conversations. In multimodal scenarios, Multimodal fusion via deep graph convolution network for emotion recognition in conversation (MMGCN) [9] treated utterances from different modalities as graph nodes, achieving cross-modal information interaction through graph convolution. Multimodal dynamic fusion network for emotion recognition in conversations (MM-DFN) [10] introduced a dynamic fusion mechanism to adaptively adjust modality weights. A directed graph based cross-modal feature complementation approach for multimodal conversational emotion recognition (GraphCFC) [11] modeled cross-modal feature complementarity relationships through directed graphs. Multivariate, multi-frequency and multimodal: Rethinking graph neural networks for emotion recognition in conversation (M3Net) [12] designed a multi-frequency signal decomposition module from a frequency domain perspective to process multimodal features. These methods have demonstrated the effectiveness of graph structures for multimodal conversational emotion recognition. However, existing graph-based approaches mainly focus on contextual propagation, dynamic fusion, or cross-modal interaction, while the modality-dependent characteristics of intra-modal relations are not always explicitly encoded in the graph topology: text exhibits sequential dependencies, with adjacent utterances having semantic continuity; visual information reflects semantic similarity more, where similar facial expressions often correspond to similar emotional states; Audio signals exhibit temporal continuity, with prosodic features of adjacent utterances maintaining a sequential relationship. To address this issue, our method explicitly assigns differentiated intra-modal connection rules to text, visual, and audio modalities within a unified heterogeneous graph, thereby providing modality-specific contextual neighborhoods before graph propagation.
2.3 Kolmogorov-Arnold Networks
Kolmogorov-Arnold Networks (KAN) [28] are a novel network architecture based on the Kolmogorov-Arnold representation theorem. Unlike MLPs that apply fixed activation functions at nodes, KAN places learnable univariate functions on network edges, approximating complex multivariate functions through linear combinations of nonlinear functions. The original KAN utilizes B-spline functions and demonstrates superior parameter efficiency, but its complex grid computation leads to high resource overhead. To address this, researchers have proposed various improved variants: Chebyshev Polynomial-Based Kolmogorov-Arnold Networks: An Efficient Architecture for Nonlinear Function Approximation (Chebyshev-KAN) [20] leverages the orthogonal properties of Chebyshev polynomials to significantly reduce computational complexity. Wavelet Kolmogorov-Arnold Networks (Wav-KAN) [29] introduces wavelet functions as basis functions, effectively capturing local time-frequency features in data through the multi-resolution analysis advantage of wavelet transforms. Implicit neural representations with fourier kolmogorov-arnold networks (FourierKAN) [30] employs Fourier series parameterization, efficiently modeling periodic patterns and high-frequency components in data through frequency domain transformation mechanisms. Although KAN has been applied to graph learning, time-series prediction, and image processing, its use in MERC remains limited. Existing graph-based MERC methods commonly adopt fixed-activation MLPs for post-aggregation feature transformation. Different from using KAN as an independent feature enhancement module, our method places Chebyshev-KAN after each graph convolution step, so that the contextual information aggregated from modality-specific and cross-modal neighborhoods can be adaptively reconstructed through learnable polynomial-based nonlinear transformation within the graph propagation process.
2.4 Local Emotion Difference Supervision
Emotional states in conversations evolve dynamically, and modeling local affective differences is beneficial for emotion recognition. Previous studies have introduced emotion- or sentiment-related auxiliary tasks to improve representation learning. Emotion Recognition in Conversations (ERC) with emotion shift detection based on multi-task learning (ERC-ESD) [17] jointly modeled emotion recognition and affective state changes, while A Cross-Modal Fusion Network with Emotion-Shift Awareness for Dialogue Emotion Recognition (CFN-ESA) [31] introduced an affective change awareness mechanism to capture multimodal cues of emotional changes. These studies demonstrate that auxiliary supervision based on affective differences can benefit ERC. However, existing auxiliary objectives may construct utterance pairs over broad dialogue ranges or assign equal importance to all pairwise samples, which can introduce redundant long-range comparisons and overlook the varying uncertainty of local emotion relationships. To address this issue, the proposed Entropy-Gated Local Emotion Difference Supervision (LEDS) module restricts pair construction to non-overlapping local segments and employs entropy-based gating to adaptively adjust the contribution of local utterance pairs.
Given a conversation of

Figure 2: Overall architecture of DMHG-LEDS.
3.2 Utterance-Level Feature Extraction
Text features
where
3.3 Multimodal Heterogeneous Conversational Graph
This section details the multimodal heterogeneous conversational graph construction module. The module comprises two core components: a differentiated modality-aware heterogeneous graph that designs dedicated edge connection rules for each modality (Section 3.3.1), and a Chebyshev-KAN based alternating propagation network that achieves efficient feature aggregation and nonlinear updates (Section 3.3.2).
3.3.1 Differentiated Modality-Aware Heterogeneous Graph
We construct a unified tri-modal heterogeneous dialogue graph
Node Definition: The node set
Edge Set Definition: The edge set
Position-Window Strategy for Text Modality: Text information exhibits strong sequential dependencies, where adjacent utterances often have semantic or emotional connections. We adopt a fixed-window strategy: for any text node
where
Similarity-Driven Strategy for Visual Modality: Unlike text, visual information (e.g., facial expressions) exhibits semantic-level correlations, where similar expressions may correspond to similar emotional states even across non-adjacent utterances. We adopt a dynamic construction method based on feature similarity. Visual features are L2-normalized as
Edges are established only when similarity exceeds threshold
where
Sequential Adjacency Strategy for Audio Modality: Audio signals possess natural temporal continuity, where the prosody of adjacent utterances often exhibits continuation or contrast patterns. We establish connections only between each audio node
This construction restricts direct audio aggregation to adjacent dialogue turns, thereby preserving short-range prosodic continuity during graph propagation.
Cross-Modal Connection Construction: To enable inter-modal information interaction, we apply a unified window-based strategy. For a modality
The complete edge set is thus:
Accordingly, the proposed graph establishes three distinct intra-modal neighborhoods before graph propagation: a local temporal neighborhood for text, a similarity-based non-local neighborhood for vision, and a sequential neighborhood for audio. Cross-modal edges further connect temporally aligned nodes across modalities. In this way, the heterogeneous graph jointly encodes modality-specific contextual relations and inter-modal temporal alignment.
3.3.2 Chebyshev-KAN Based Alternating Graph Propagation
After constructing the heterogeneous dialogue graph
Graph Convolution Neighborhood Aggregation: An adjacency matrix
Since a self-loop is added to every node,
where
Chebyshev-KAN Non-linear Transformation: Following graph convolution, a Chebyshev-KAN layer performs non-linear feature transformation via learnable Chebyshev polynomial basis functions. Input features are first mapped to a bounded interval:
Then Chebyshev polynomial basis functions are computed:
The final transformation integrates a base linear component with the polynomial expansion:
where
Alternating Propagation Architecture: The propagation for each layer proceeds as follows: neighborhood information is first aggregated via graph convolution; the Chebyshev-KAN layer then applies non-linear transformation with Dropout regularization; finally, a residual connection preserves multi-layer features:
where the initial feature matrix
3.4 Entropy-Gated Local Emotion Difference Supervision
To improve the discriminability of utterance-level emotion representations, we introduce an Entropy-Gated Local Emotion Difference Supervision (LEDS) module as an auxiliary task. Specifically, each dialogue is partitioned into non-overlapping local segments, and all ordered utterance pairs are constructed within each segment. An entropy-based gating mechanism then adaptively weights the pairs according to their representation uncertainty, while binary supervision is provided based on whether the two utterances share the same emotion category. This auxiliary task provides additional local supervision for distinguishing utterance pairs with the same and different emotion labels.
3.4.1 Pairwise Emotion-Difference Feature Construction
After
where
To avoid noisy supervision from distant utterance pairs and control the computational cost, we divide each dialogue into consecutive non-overlapping local segments of length
3.4.2 Entropy-Based Gating Mechanism
To softly reweight local utterance pairs according to their representation uncertainty, we introduce an entropy-based gating mechanism. For each utterance, the fused feature
where
where
The weighted features are concatenated and fed into a linear classifier for binary emotion-difference prediction:
where
where
where
After
where
where
where
To validate the effectiveness of the proposed model, we conduct experiments on three benchmark datasets: Interactive emotional dyadic motion capture database (IEMOCAP) [32], A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation (MELD) [33], and Multimodal Language Analysis in the Wild: CMU-MOSEI Dataset and Interpretable Dynamic Fusion Graph (CMU-MOSEI) [34]. The statistical information is presented in Table 1. IEMOCAP [32] is a classic dyadic multimodal emotion dataset, comprising 151 dialogues and 7433 utterances, covering six emotion categories: happy, sad, neutral, angry, excited, and frustrated. Following the commonly used partition scheme [9,13], 120 dialogues are used as the training and validation set, and 31 dialogues as the test set, with 10% randomly sampled from the training data as the validation set. MELD [33] is a multi-party conversational emotion dataset sourced from the TV series Friends, comprising 1433 dialogues and 13,708 utterances, covering seven emotion categories: neutral, surprise, fear, sadness, joy, disgust, and anger. We adopt the predefined partition: 1153 dialogues as the training and validation set, and 280 dialogues as the test set. Furthermore, to comprehensively evaluate the generalisation capability of the model in real-world complex scenarios, we introduce the large-scale dataset CMU-MOSEI [34]. This dataset is collected from YouTube videos, comprising over 1000 speakers and 22,860 utterances. Given that its original labels are multi-label sparse annotations, following mainstream work [13], we employ it for seven-class sentiment analysis (ranging from highly negative to highly positive). The training and validation sets are merged, totalling 2549 dialogues (18,198 utterances), and the test set comprises 646 dialogues (4662 utterances), with 10% randomly sampled from the merged set as the validation set.

Following MMGCN [9] and MM-DFN [10], Accuracy (ACC) and Weighted F1-score (W-F1) are adopted as the primary metrics. Results are reported as mean ± standard deviation over 10 random seeds, and paired

To comprehensively evaluate the effectiveness of DMHG-LEDS, we compare our proposed model against multiple strong baselines. These baselines encompass classical multimodal fusion methods as well as advanced graph models incorporating specific mechanisms, such as reinforcement learning and dual emotion-semantic channels. Specifically, these include: Multimodal fusion via deep graph convolution network for emotion recognition in conversation (MMGCN) [9], Multimodal dynamic fusion network for emotion recognition in conversations (MM-DFN) [10], Dialog and Event Relation-Aware Graph Convolutional Neural Network for Multimodal Dialog Emotion Recognition (DER-GCN) [35], Learning More from Mixed Emotions: A Label Refinement Method for Emotion Recognition in Conversations (EmoLR) [36], Multivariate, multi-frequency and multimodal: Rethinking graph neural networks for emotion recognition in conversation (M3Net) [12], GraphCFC: A directed graph based cross-modal feature complementation approach for multimodal conversational emotion recognition (GraphCFC) [11], Identity and Modality Attributes Driven Multimodal Fusion Networks for Emotion Recognition in Conversations (IMDNet) [37], Semantic and Emotional Dual Channel for Emotion Recognition in Conversation (SEDC) [38], RL-EMO: Reinforcement learning framework for multimodal emotion recognition (RL-EMO) [39], ECERC: Evidence-Cause Attention Network for Multi-Modal Emotion Recognition in Conversation (ECERC) [40], Multi-modal Anchor Gated Transformer with Knowledge Distillation for Emotion Recognition in Conversation (MAGTKD) [41], HiMul-LGG: A hierarchical decision fusion-based local-global graph neural network for multimodal emotion recognition in conversation (HiMul-LGG) [14], Supervised adversarial contrastive learning for emotion recognition in conversations (SACL-LSTM) [42], and DialogueCRN: Contextual reasoning networks for emotion recognition in conversations (DialogueCRN) [43].
4.4 Experimental Results and Analysis
Tables 3–5 report the performance comparison between our proposed model and baseline models on the IEMOCAP, MELD, and CMU-MOSEI datasets. Overall, our model achieves optimal performance on all three datasets. On the IEMOCAP dataset, our model achieves an accuracy of 73.20% and a W-F1 score of 73.29%. The W-F1 score shows improvements of 1.61% and 1.56% over recent state-of-the-art models SEDC and IMDNet, respectively. From the recognition performance across emotion categories, our model performs excellently on four emotion categories: Happy, Neutral, Excited, and Frustrated, with the W-F1 score for the Happy category reaching 61.64%, significantly outperforming the second-best model, HiMul-LGG.



On the MELD dataset, our proposed model achieves an accuracy of 68.12% and a W-F1 score of 66.55%, also superior to all baseline models. Although the improvement margin narrows compared to the IEMOCAP dataset, considering that the MELD dataset originates from dialogue clips from the TV series “Friends”, which contains substantial emotion-irrelevant background noise and more complex and variable dialogue scenarios, this improvement still holds significant practical value. Notably, our model achieves W-F1 scores of 28.87% and 59.58% on the minority emotion categories Fear and Surprise, respectively, significantly outperforming all baseline models. Furthermore, to verify the generalization capability of the model under different data scales and label settings, we conduct seven-class sentiment analysis experiments on CMU-MOSEI, with results shown in Table 5. DMHG-LEDS achieves 47.11% ACC and 46.54% W-F1, improving over MMGCN by 1.44 and 2.43 percentage points, respectively. CMU-MOSEI contains open-network video samples from more diverse sources and employs fine-grained sentiment tendency labels ranging from highly negative to highly positive, posing more challenging recognition conditions. Our method still achieves the best overall performance on this dataset, further validating its applicability and generalization across different multimodal emotion benchmarks. In summary, experimental results on the three datasets demonstrate that the proposed model can effectively model multimodal emotional information and maintain favorable recognition performance across different dialogue scenarios and emotion label settings.
4.5.1 Impact of Component Modules
To validate the effectiveness of each component, we conducted ablation experiments on the IEMOCAP, MELD, and CMU-MOSEI datasets. Detailed results and their visualizations are presented in Table 6. When the differentiated modality-aware graph construction strategy is removed (Group A2), the W-F1 scores decrease by 1.39%, 0.54%, and 1.76% on IEMOCAP, MELD, and CMU-MOSEI, respectively, indicating that constructing differentiated neighborhood relationships for different modalities helps enhance the effectiveness of multimodal emotion representation. After removing the entropy-gated local emotion difference supervision module (Group A3), the W-F1 scores decrease by 1.07%, 0.50%, and 1.20% on the three datasets, demonstrating that local emotion difference supervision can provide effective auxiliary discriminative information for the primary emotion classification task. When Chebyshev-KAN is replaced with a standard MLP with the same hidden dimensions, Tanh activation function, and Dropout settings (Group A4), the W-F1 drops by 0.91%, 0.15%, and 0.68% on IEMOCAP, MELD, and CMU-MOSEI, respectively. Using Transformer-FFN (Group A5) and FourierKAN (Group A6) as alternatives, the model performance surpasses the MLP replacement but still remains below that of the full model. Specifically, Transformer-FFN achieves W-F1 scores that are 0.63%, 0.12%, and 0.46% lower than the full model on the three datasets, while FourierKAN achieves scores that are 0.50%, 0.08%, and 0.35% lower. These results suggest that Chebyshev-KAN can more effectively perform nonlinear feature transformation after graph aggregation in our framework. The full model (Group A1) achieves the best results on all three datasets, indicating that differentiated graph construction, Chebyshev-KAN-based nonlinear transformation, and entropy-gated local emotion difference supervision have complementary effects, jointly improving the model’s performance across different multimodal emotion recognition settings.

4.5.2 Ablation of Modality-Specific Graph Construction
To evaluate the modality-specific graph construction, we replace one intra-modal edge set at a time with fully connected edges, while keeping the remaining intra-modal edge sets, cross-modal edges, propagation architecture, and training settings unchanged. The results are reported in Table 7. Replacing the text position-window graph with fully connected text edges (B2) reduces the W-F1 score by 1.53% on IEMOCAP, 0.69% on MELD, and 1.18% on CMU-MOSEI. This result suggests that unrestricted aggregation over all textual utterances is less effective than preserving local discourse neighborhoods under the current setting. Replacing the visual similarity-driven graph with fully connected visual edges (B3) decreases the W-F1 score by 1.16%, 0.41%, and 1.06%, respectively, indicating that visually related nodes provide more useful contextual evidence than indiscriminate visual aggregation. Replacing the sequential audio graph with fully connected audio edges (B4) decreases the W-F1 score by 0.51%, 0.49%, and 1.11%, respectively, supporting the usefulness of short-range sequential acoustic relations. In addition, removing cross-modal edges (B5) also reduces performance on all three datasets, indicating that modality-specific intra-modal neighborhoods and cross-modal temporal alignment provide complementary contextual information. Overall, the ablation results on all three datasets support the suitability of the proposed text, visual, and audio connection rules for the present MERC setting.

4.5.3 Time and Memory Overhead
Table 8 reports the practical runtime and GPU memory usage of our model and representative baselines on the MERC task. “Time” denotes the total duration of the training and testing stages in each epoch, where the testing stage corresponds to forward inference on the test set, and “Memory” denotes the allocated and reserved GPU memory usage during training. As shown in Table 8, DialogueCRN and MM-DFN exhibit longer running times across multiple datasets. Taking CMU-MOSEI as an example, their running times are 37.96 and 38.97 s, respectively. MMGCN has lower memory overhead on all three datasets, but its recognition performance falls below that of our model. M3Net and SACL-LSTM have relatively high memory consumption on some datasets. For instance, M3Net’s memory usage on IEMOCAP and CMU-MOSEI reaches 12841.27 and 4549.76 MB, respectively. In contrast, DMHG-LEDS maintains relatively stable running overhead across different datasets. On IEMOCAP, our model’s running time is lower than M3Net, and its memory usage is also lower than M3Net. On MELD, our model’s running time is lower than DialogueCRN, MMGCN, MM-DFN, and SACL-LSTM. On CMU-MOSEI, our model’s running time is lower than DialogueCRN, MMGCN, and MM-DFN, and its memory usage is lower than M3Net. Overall, although DMHG-LEDS does not have the lowest time or memory overhead on all datasets, it avoids excessive computational resource consumption while achieving favorable recognition performance, maintaining a good balance between performance and computational cost.

To further qualitatively analyze the category discrimination characteristics of DMHG-LEDS, Fig. 3 presents the row-normalized confusion matrices of the model on IEMOCAP, MELD, and CMU-MOSEI. The diagonal regions reflect the model’s recognition performance for each category, while the off-diagonal regions reveal the main confusion relationships between different emotion categories. On IEMOCAP, the predictions for Sad, Neutral, and Excited are primarily concentrated on their corresponding true categories, indicating that the model can effectively distinguish these emotions with relatively clear expressive characteristics. The main misclassifications occur between Happy and Excited, Angry and Frustrated, as well as Frustrated and Neutral, suggesting that these emotion categories share certain similarities in local semantics, intonation, or expression intensity. On MELD, the prediction distributions for Neutral and Joy are relatively concentrated, while Fear, Sadness, and Disgust are more likely to be predicted as Neutral. This phenomenon indicates that under multi-party dialogue and complex background conditions, emotions with weaker expressions or fewer samples are more easily overshadowed by the neutral state. On CMU-MOSEI, the model’s confusion mainly concentrates between adjacent emotion intensity categories. For instance, some samples of Neutral, P, and HP are predicted as WP, demonstrating that the continuity of fine-grained sentiment tendencies increases the difficulty of discriminating category boundaries. Overall, Fig. 3 intuitively presents the category recognition characteristics and main confusion patterns of DMHG-LEDS under different data settings, providing qualitative explanations for the model’s prediction behavior.

Figure 3: Row-normalized confusion matrices of Joint Differentiated Modality-Aware Heterogeneous Graph and Local Emotion Difference Supervision for Multimodal Emotion Recognition in Conversations (DMHG-LEDS) on Interactive emotional dyadic motion capture database (IEMOCAP), A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation (MELD), and Multimodal Language Analysis in the Wild: CMU-MOSEI Dataset and Interpretable Dynamic Fusion Graph (CMU-MOSEI). (a) IEMOCAP. (b) MELD. (c) CMU-MOSEI. The horizontal axis denotes the predicted labels, and the vertical axis denotes the true labels. The color intensity indicates the normalized prediction proportion.
4.5.5 Visualization of Embedding Representations for Different Ablation Variants
To intuitively demonstrate the utterance-level emotion representations learned by different model variants, we adopt t-SNE to visualize the final fused features on the test sets of IEMOCAP, MELD, and CMU-MOSEI. As shown in Fig. 4, for each dataset, we present the representation distributions under five settings: initial, w/o Differentiated Graph, w/o Chebyshev-KAN, w/o LEDS, and Full Model. On IEMOCAP, the full model can distinguish among emotion categories more clearly, exhibiting more compact intra-class distributions and less inter-class overlap than each ablation variant. A similar phenomenon is observed on MELD: after removing any key component, the distributions of some emotion categories become more entangled, whereas the full model obtains relatively clearer category structures. For CMU-MOSEI, some overlap still exists between adjacent emotion-intensity categories, reflecting the inherent difficulty of fine-grained sentiment orientation recognition; nevertheless, compared with each ablation variant, the full model still shows better category separation. The above visualization results indicate that the full model is capable of learning more discriminative utterance-level multimodal emotion representations.

Figure 4: t-SNE visualization of utterance-level fused representations for different model variants on Interactive emotional dyadic motion capture database (IEMOCAP), A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation (MELD), and Multimodal Language Analysis in the Wild: CMU-MOSEI Dataset and Interpretable Dynamic Fusion Graph (CMU-MOSEI). The first, second, and third rows correspond to IEMOCAP, MELD, and CMU-MOSEI, respectively; from left to right: (a) initial; (b) w/o Differentiated graph; (c) w/o Chebyshev Polynomial-Based Kolmogorov-Arnold Networks: An Efficient Architecture for Nonlinear Function Approximation (Chebyshev-KAN); (d) w/o LEDS; (e) Full model.
This paper proposes DMHG-LEDS for multimodal emotion recognition in conversations. The framework integrates differentiated modality-aware graph construction, Chebyshev-KAN-based graph propagation, and entropy-gated local emotion difference supervision to enhance utterance representation learning. Experiments on IEMOCAP, MELD, and CMU-MOSEI demonstrate the effectiveness of the proposed method.
Although DMHG-LEDS has been validated on standard benchmarks with complete multimodal inputs, extending the framework to more complex application scenarios remains an important direction for future research. Noise in visual or acoustic signals may increase the uncertainty of visual similarity estimation and cross-modal feature aggregation. Under missing-modality conditions, how to maintain stable emotional representations while preserving effective cross-modal interactions also warrants further investigation. Moreover, as conversation length increases, both the graph scale and the number of candidate similarity relations grow accordingly. The current text and cross-modal windows can be further optimized to better model long-range emotional dependencies. Future work will explore reliability-aware relation modeling, robust representation learning for incomplete modalities, and efficient long-range context modeling.
Acknowledgement: Not applicable.
Funding Statement: This work is supported by the National Natural Science Foundation of China under Grants 61602161 and 61772180, Hubei Province Science and Technology Support Project under Grant 2020BAB012, and the Fundamental Research Funds for the Research Fund of Hubei University of Technology under Grants HBUT: 2021046, 21060, and 21066.
Author Contributions: The authors confirm contribution to the paper as follows: study conception and design: Yu Chen, Panpan Chen and Qun Zhang; data collection and experimental implementation: Yu Chen, Jiahui Huang and Xinyi Zhu; analysis and interpretation of results: Yu Chen, Panpan Chen, Jun Wu and Shuai Guo; draft manuscript preparation: Yu Chen; manuscript review and editing: Panpan Chen, Jun Wu, Shuai Guo, Jiahui Huang, Xinyi Zhu and Qun Zhang; supervision: Jun Wu and Qun Zhang. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The datasets used during the current study are available. Additionally, the datasets generated, model settings, and training processes are available from the corresponding author upon reasonable request.
Ethics Approval: The authors state that this research complies with ethical standards. This research does not involve either human participants or animals.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Zhang X, Cui W, Hu B, Li Y. A multi-level alignment and cross-modal unified semantic graph refinement network for conversational emotion recognition. IEEE Trans Affect Comput. 2024;15(3):1553–66. doi:10.1109/TAFFC.2024.3354382. [Google Scholar] [CrossRef]
2. Shou Y, Meng T, Ai W, Zhang F, Yin N, Li K. Adversarial alignment and graph fusion via information bottleneck for multimodal emotion recognition in conversations. Inf Fusion. 2024;112:102590. doi:10.1016/j.inffus.2024.102590. [Google Scholar] [CrossRef]
3. Wang C, Liao M, Huang Z, Wu J, Zong C, Zhang J. BLSP-Emo: towards empathetic large speech-language models. In: Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing; 2024 Nov 12–16; Miami, FL, USA. p. 19186–99. doi:10.18653/v1/2024.emnlp-main.1070. [Google Scholar] [CrossRef]
4. Zou HP, Huang WC, Wu Y, Chen Y, Miao C, Nguyen H, et al. LLM-based human-agent collaboration and interaction systems: a survey. arXiv:2505.00753. 2025. doi:10.48550/arXiv.2505.00753. [Google Scholar] [CrossRef]
5. Meng T, Zhang F, Shou Y, Ai W, Yin N, Li K. Revisiting multimodal emotion recognition in conversation from the perspective of graph spectrum. arXiv:2404.17862. 2024. doi:10.48550/arXiv.2404.17862. [Google Scholar] [CrossRef]
6. Gan C, Zheng J, Zhu Q, Cao Y, Zhu Y. A survey of dialogic emotion analysis: developments, approaches and perspectives. Pattern Recognit. 2024;156(3):110794. doi:10.1016/j.patcog.2024.110794. [Google Scholar] [CrossRef]
7. Jun W, Tianliang Z, Jiahui Z, Tianyi L, Chunzhi W. Hierarchical multiples self-attention mechanism for multi-modal analysis. Multimed Syst. 2023;29(6):3599–608. doi:10.1007/s00530-023-01133-7. [Google Scholar] [CrossRef]
8. Wu J, Wang J, Jing S, Liu J, Zhang T, Han M, et al. Text-dominant strategy for multistage optimized modality fusion in multimodal sentiment analysis. Multimed Syst. 2024;30(6):353. doi:10.1007/s00530-024-01518-2. [Google Scholar] [CrossRef]
9. Hu J, Liu Y, Zhao J, Jin Q. MMGCN: multimodal fusion via deep graph convolution network for emotion recognition in conversation. In: Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing; 2021 Aug 1–6; Virtual. p. 5666–75. doi:10.18653/V1/2021.ACL-LONG.440. [Google Scholar] [CrossRef]
10. Hu D, Hou X, Wei L, Jiang L, Mo Y. MM-DFN: multimodal dynamic fusion network for emotion recognition in conversations. In: Proceedings of the ICASSP 2022—2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP); 2022 May 23–27; Singapore. p. 7037–41. doi:10.1109/ICASSP43922.2022.9747397. [Google Scholar] [CrossRef]
11. Li J, Wang X, Lv G, Zeng Z. GraphCFC: a directed graph based cross-modal feature complementation approach for multimodal conversational emotion recognition. IEEE Trans Multimed. 2024;26:77–89. doi:10.1109/TMM.2023.3260635. [Google Scholar] [CrossRef]
12. Chen F, Shao J, Zhu S, Shen HT. Multivariate, multi-frequency and multimodal: rethinking graph neural networks for emotion recognition in conversation. In: Proceedings of the 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); 2023 Jun 17–24; Vancouver, BC, Canada. p. 10761–70. doi:10.1109/CVPR52729.2023.01036. [Google Scholar] [CrossRef]
13. Li J, Wang X, Zeng Z. Tracing intricate cues in dialogue: joint graph structure and sentiment dynamics for multimodal emotion recognition. IEEE Trans Pattern Anal Mach Intell. 2025;47(10):8786–803. doi:10.1109/TPAMI.2025.3581236. [Google Scholar] [CrossRef]
14. Fu C, Qian F, Su K, Su Y, Wang Z, Shi J, et al. HiMul-LGG: a hierarchical decision fusion-based local-global graph neural network for multimodal emotion recognition in conversation. Neural Netw. 2025;181(4):106764. doi:10.1016/j.neunet.2024.106764. [Google Scholar] [CrossRef]
15. Meng T, Shou Y, Ai W, Du J, Liu H, Li K. A multi-message passing framework based on heterogeneous graphs in conversational emotion recognition. Neurocomputing. 2024;569(1):127109. doi:10.1016/j.neucom.2023.127109. [Google Scholar] [CrossRef]
16. Ghosal D, Majumder N, Poria S, Chhaya N, Gelbukh A. DialogueGCN: a graph convolutional neural network for emotion recognition in conversation. In: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP); 2019 Nov 3–7; Hong Kong, China. p. 154–64. doi:10.18653/V1/D19-1015. [Google Scholar] [CrossRef]
17. Gao Q, Cao B, Guan X, Gu T, Bao X, Wu J, et al. Emotion recognition in conversations with emotion shift detection based on multi-task learning. Knowl Based Syst. 2022;248(8):108861. doi:10.1016/j.knosys.2022.108861. [Google Scholar] [CrossRef]
18. Agarwal H, Bansal K, Joshi A, Modi A. Shapes of emotions: multimodal emotion recognition in conversations via emotion shifts. arXiv:2112.01938. 2022. [Google Scholar]
19. Tu G, Xiong F, Liang B, Xu R. A persona-infused cross-task graph network for multimodal emotion recognition with emotion shift detection in conversations. In: Proceedings of the SIGIR’24: Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval; 2024 Jul 14–18; Washington, DC, USA. p. 2266–70. doi:10.1145/3626772.3657944. [Google Scholar] [CrossRef]
20. Sidharth SS, Keerthana AR, Gokul R, Anas KP. Chebyshev polynomial-based Kolmogorov-Arnold Networks: an efficient architecture for nonlinear function approximation. arXiv:2405.07200. 2024. [Google Scholar]
21. Wang R, Guo C, Shabaz M, Rida I, Cambria E, Zhu X. CIME: contextual interaction-based multimodal emotion analysis with enhanced semantic information. IEEE Trans Comput Soc Syst. 2026;13(3):4001–11. doi:10.1109/TCSS.2025.3572495. [Google Scholar] [CrossRef]
22. Tellamekala MK, Amiriparian S, Schuller BW, André E, Giesbrecht T, Valstar M. COLD fusion: calibrated and ordinal latent distribution fusion for uncertainty-aware multimodal emotion recognition. IEEE Trans Pattern Anal Mach Intell. 2024;46(2):805–22. doi:10.1109/TPAMI.2023.3325770. [Google Scholar] [CrossRef]
23. Sun L, Lian Z, Liu B, Tao J. Efficient multimodal transformer with dual-level feature restoration for robust multimodal sentiment analysis. IEEE Trans Affect Comput. 2024;15(1):309–25. doi:10.1109/TAFFC.2023.3274829. [Google Scholar] [CrossRef]
24. Guo Z, Jin T, Zhao Z. Multimodal prompt learning with missing modalities for sentiment analysis and emotion recognition. In: Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics; 2024 Aug 11–16; Bangkok, Thailand. p. 1726–36. doi:10.18653/v1/2024.acl-long.94. [Google Scholar] [CrossRef]
25. Zhu X, Feng H, Cambria E, Yu X, Santamaria J, Fan X, et al. FMSA: few-shot multimodal sentiment analysis for social media via integrated prompt learning and vision-language models. IEEE Trans Affect Comput. 2026. doi:10.1109/TAFFC.2026.3681216. [Google Scholar] [CrossRef]
26. Simić N, Suzić S, Milošević N, Stanojev V, Nosek T, Popović B, et al. Enhancing emotion recognition through federated learning: a multimodal approach with Convolutional Neural Networks. Appl Sci. 2024;14(4):1325. doi:10.3390/app14041325. [Google Scholar] [CrossRef]
27. Shen W, Wu S, Yang Y, Quan X. Directed acyclic graph network for conversational emotion recognition. In: Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing; 2021 Aug 1–6; Bangkok, Thailand. p. 1551–60. doi:10.18653/v1/2021.acl-long.123. [Google Scholar] [CrossRef]
28. Liu Z, Wang Y, Vaidya S, Ruehle F, Halverson J, Soljačić M, et al. KAN: Kolmogorov-Arnold Networks. arXiv:2404.19756. 2024. doi: 10.48550/arxiv.2404.19756. [Google Scholar] [CrossRef]
29. Bozorgasl Z, Chen H. Wav-KAN: Wavelet Kolmogorov-Arnold Networks. arXiv:2405.12832. 2024. doi:10.48550/arXiv.2405.12832. [Google Scholar] [CrossRef]
30. Mehrabian A, Adi PM, Heidari M, Hacihaliloglu I. Implicit neural representations with fourier kolmogorov-arnold networks. arXiv:2409.09323. 2024. doi: 10.48550/arxiv.2409.09323. [Google Scholar] [CrossRef]
31. Li J, Wang X, Liu Y, Zeng Z. CFN-ESA: a cross-modal fusion network with emotion-shift awareness for dialogue emotion recognition. IEEE Trans Affect Comput. 2024;15(4):1919–33. doi:10.1109/TAFFC.2024.3389453. [Google Scholar] [CrossRef]
32. Busso C, Bulut M, Lee CC, Kazemzadeh A, Mower E, Kim S, et al. IEMOCAP: interactive emotional dyadic motion capture database. Lang Resour Eval. 2008;42(4):335–59. doi:10.1007/S10579-008-9076-6. [Google Scholar] [CrossRef]
33. Poria S, Hazarika D, Majumder N, et al. MELD: a multimodal multi-party dataset for emotion recognition in conversations. In: Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics; 2019 Jul 28–Aug 2; Florence, Italiy. p. 527–36. doi:10.18653/V1/P19-1050. [Google Scholar] [CrossRef]
34. Bagher Zadeh A, Liang PP, Poria S, Cambria E, Morency LP. Multimodal language analysis in the wild: CMU-MOSEI dataset and interpretable dynamic fusion graph. In: Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics; 2018 Jul 15–20; Melbourne, Australia. p. 2236–46. doi:10.18653/v1/P18-1208. [Google Scholar] [CrossRef]
35. Ai W, Shou Y, Meng T, Li K. DER-GCN: dialog and event relation-aware graph convolutional neural network for multimodal dialog emotion recognition. IEEE Trans Neural Netw Learn Syst. 2025;36(3):4908–21. doi:10.1109/TNNLS.2024.3367940. [Google Scholar] [CrossRef]
36. Wen J, Tu G, Li R, Jiang D, Zhu W. Learning more from mixed emotions: a label refinement method for emotion recognition in conversations. TACL. 2023;11(4):1485–99. doi:10.1162/tacl_a_00614. [Google Scholar] [CrossRef]
37. Shi W, Chen X, Yao B, Wen Y, Sheng B. Identity and modality attributes driven multimodal fusion networks for emotion recognition in conversations. IEEE Trans Multimed. 2025;27:4361–71. doi:10.1109/TMM.2025.3535347. [Google Scholar] [CrossRef]
38. Yang Z, Zhang Z, Cheng Y, Wang X. Semantic and emotional dual channel for emotion recognition in conversation. IEEE Trans Affect Comput. 2025;16(3):1885–902. doi:10.1109/TAFFC.2025.3544608. [Google Scholar] [CrossRef]
39. Zhang C, Zhang Y, Cheng B. RL-EMO: reinforcement learning framework for multimodal emotion recognition. In: Proceedings of the ICASSP 2024—2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP); 2024 Apr 14–19; Seoul, Republic of Korea. p. 10246–50. doi:10.1109/ICASSP48485.2024.10446459. [Google Scholar] [CrossRef]
40. Zhang T, Tan Z. ECERC: evidence-cause attention network for multi-modal emotion recognition in conversation. In: Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics; 2025 Jul 27; Vienna, Austria. p. 2064–77. doi:10.18653/v1/2025.acl-long.102. [Google Scholar] [CrossRef]
41. Li J, Ding S, Guo L, Li X. Multi-modal anchor gated transformer with knowledge distillation for emotion recognition in conversation. In: Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence; 2025 Aug 16–22; Montreal, Canada. p. 8141–9. doi:10.24963/ijcai.2025/905. [Google Scholar] [CrossRef]
42. Hu D, Bao Y, Wei L, Zhou W, Hu S. Supervised adversarial contrastive learning for emotion recognition in conversations. In: Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics; 2023 Jul 9–14; Toronto, Canada. p. 10835–52. doi:10.18653/v1/2023.acl-long.606. [Google Scholar] [CrossRef]
43. Hu D, Wei L, Huai X. DialogueCRN: contextual reasoning networks for emotion recognition in conversations. In: Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing; 2021 Aug 1–6; Virtual. p. 7042–52. doi:10.18653/v1/2021.acl-long.547. [Google Scholar] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools