4.2. Implementation Details
We follow the established protocol of prior works [
10,
15]: each video is uniformly sampled into 16 frames, and a 2-clip averaging strategy is adopted during inference. The model is trained using AdamW with a base learning rate of
, an effective batch size of 16, and a weight decay of
. The learning rate follows a cosine decay schedule with 5 warmup epochs, decreasing to a minimum of
. A shared FFA module and an MFAdapter are inserted after each paired layer of the video and audio encoders. Specifically, FFA reorganizes audio tokens to match the video frame rate and aligns them with per-frame visual features; MFAdapter then concatenates the aligned audio prefix with video tokens and performs a causal Mamba scan for audio-conditioned cross-modal fusion. The complete hyperparameter configuration is summarized in
Table 1. As detailed in
Table 2, each MFAdapter adopts a bottleneck dimension of 64, projecting from the 768-d backbone hidden state, a Mamba state dimension of 16, a convolution kernel of 4, and an expand factor of 2, yielding approximately 197.8 K trainable parameters per layer. One MFAdapter is inserted after every Transformer block of both the MAE-Face and AudioMAE encoders (12 layers each), resulting in a total of 12 MFAdapters across the dual-encoder architecture. The parameters of the two frozen unimodal backbones (MAE-Face for video and AudioMAE for audio) remain untouched; only the FFA, MFAdapter, temporal network, and classification head are trainable. As a result, the full model comprises 175.6 M parameters in total, of which only 4.7 M, approximately 2.7%, are updated during training. This PEFT strategy substantially reduces the optimization cost; however, inference still requires loading the two frozen encoders alongside the lightweight fusion modules.
Evaluation is performed using five-fold cross-validation. For each fold, the model is trained on the training split and evaluated on the test split, with the checkpoint achieving the highest weighted average recall (WAR) on the validation set retained for final testing. All experiments are conducted on a single NVIDIA A100 GPU (Nvidia, Santa Clara, CA, USA); each training run completes in approximately 4 h at an input resolution of
. During inference, two clips are uniformly sampled from each video, and their predictions are averaged. Following standard practice in the literature, we report both unweighted average recall (UAR) and weighted average recall (WAR) as evaluation metrics, which are formally defined as follows:
Here,
and
represent the number of true positives and false negatives in class
i, respectively, while
represents the sample weight associated with class
i.
Parameter efficiency vs. computational efficiency. It is important to emphasize that PEFT reduces the optimization cost—in particular, the gradient buffers and AdamW optimizer-state memory associated with the frozen ViT-Base encoders—but it does not eliminate the forward-pass computation through those encoders. The two frozen unimodal backbones still account for the large majority of forward FLOPs and inference latency, because FFA, MFAdapter, and the temporal classifier only add a small fraction of activations on top of the backbone forward pass. As a result, although total and trainable parameters differ by roughly two orders of magnitude in our framework ( M vs. M), the gap in forward FLOPs and inference latency is much smaller than the parameter gap; parameter efficiency is therefore not equivalent to computational efficiency.
4.3. Comparison with State-of-the-Art Methods
We compare our proposed method with existing audio-visual DFER methods on the DFEW [
7] and MAFW [
8] datasets. We explicitly acknowledge that MMA-DFER achieves higher absolute WAR/UAR (77.51%/67.01%) on DFEW than our method (76.62%/65.25%). On MAFW, our method attains the best WAR (58.70%) and the second-best UAR (43.66%) among the compared methods; the WAR margin over MMA-DFER (58.52%) is only 0.18 pp, while our UAR (43.66%) trails MMA-DFER’s UAR (44.11%) by 0.45 pp. As detailed in
Table 3, this 0.18 pp WAR margin is comparable to the cross-fold standard deviation on MAFW, so we do not claim statistically significant superiority over MMA-DFER on MAFW. We therefore position our method as a competitive PEFT-based audio-visual DFER approach that achieves better performance than the full fine-tuning baselines (HiCMAE: 75.01%/63.76% on DFEW; 56.17% WAR on MAFW), while using only 4.7 M trainable parameters (2.7% of total).
DFEW. Table 4 compares the proposed method with state-of-the-art (SOTA) methods on the DFEW dataset. Following the standard protocol of previous work, we adopt the official five-fold cross-validation scheme and repeat each fold with three independent random seeds, yielding a total of 15 runs (
). Throughout this paper, the primary reported performance is the cross-fold mean computed over the five official test folds (DFEW: 76.62% WAR/65.25% UAR; MAFW: 58.70% WAR/43.66% UAR). To provide uncertainty estimates, we additionally run each fold with three random seeds and report the overall mean ± standard deviation over all
runs in
Table 3. The two sets of values are consistent: the cross-fold mean matches the overall 15-run mean to within 0.29 pp for all four metrics, confirming experimental stability. To avoid ambiguity between model capacity and optimization cost, we separately report the total parameters and the trainable parameters: our method loads 175.6 M parameters at inference but updates only 4.7 M during training. Across the 15 runs, our method attains a WAR of
, a UAR of
, and a weighted F1 of
(mean ± std,
); the 95% CIs of the mean are
for WAR and
for UAR. As shown in
Table 3, folds 1–5 are individually stable (per-fold std ≤ 0.81 pp). We explicitly acknowledge that MMA-DFER achieves 77.51%/67.01% (WAR/UAR), exceeding our method by 0.96 pp in WAR and 1.76 pp in UAR. Nonetheless, our method updates only 4.7 M trainable parameters, 37% fewer than MMA-DFER’s 7.5 M, while achieving better WAR than full fine-tuning baselines (HiCMAE: 75.01%/63.76%).
MAFW. As detailed in
Section 4.1, MAFW provides 11 emotion categories.
Table 4 reports results under the official 11-class single-expression setting with five-fold cross-validation. The clips exhibit rich variations in lighting, posture, and occlusion, reflecting practical in-the-wild challenges.
To match the variability analysis provided for DFEW and to address the reviewer’s request for uncertainty estimates on MAFW, we report per-fold WAR/UAR/WF1, together with the cross-fold mean, standard deviation, and 95% confidence interval of the mean over the five official MAFW folds, in
Table 3 (bottom rows), using the same 5-fold × 3-seeds protocol as that used for DFEW (
in total). Across the 15 runs, our method attains a WAR of
and a UAR of
(mean ± std,
); the 95% CI of the mean is
for WAR and
for UAR. Per-fold std on MAFW ranges from
to
pp, and the WAR advantage over MMA-DFER (
pp) is well below the cross-fold standard deviation (
pp); we therefore do not claim statistically significant superiority over MMA-DFER on MAFW WAR. Our method achieves the highest WAR (
) and the second-highest UAR (
) among all compared methods in
Table 4 (per-fold statistics and 95% CIs are reported in
Table 3). In particular, given that the WAR advantage over MMA-DFER is comparable to the typical cross-fold variation, we refrain from claiming statistically significant superiority on MAFW WAR; instead, we position our method as competitive among PEFT-based audio-visual DFER methods under the official five-fold cross-validation protocol.
Each MAFW fold is run with the same 5-fold × 3-seeds protocol as DFEW (
in total), reusing the available seeds and reporting the cross-fold mean ± std together with the 95% CI of the mean in
Table 3; the 95% CI of the mean is wider for MAFW than for DFEW,
pp vs.
pp for WAR, because MAFW exhibits greater fold-level variability under the official five-fold protocol.
As shown in
Table 5, the model without oversampling achieves a clear improvement in UAR by 1.84%, while the WAR increases only slightly by 0.64%. This discrepancy mainly arises from the uneven performance of the model across different emotion categories. UAR, which averages recall across all classes, is more sensitive to minority emotions, such as fear and disgust, whereas WAR is dominated by majority categories with larger sample sizes, such as neutral and happy.
On the DFEW dataset, the proposed MFAdapter and FFA effectively enhance the model’s representational capacity and discriminative ability, particularly improving recognition performance for underrepresented emotion categories. This leads to a more balanced recall distribution across classes and a clear rise in UAR. However, since majority categories already exhibit strong recognition accuracy, their large sample weights contribute less to the overall WAR improvement. These results indicate that the proposed method achieves more balanced emotion recognition on the DFEW dataset under the official seven-class protocol, rather than merely improving overall accuracy, yielding a more even recall distribution across the official category set.
To provide a finer-grained view of class-wise behavior on DFEW, we further report per-class results in
Table 5, complementing the aggregate UAR/WAR comparison in
Table 4.
4.4. Ablation Studies
To thoroughly validate the effectiveness of the proposed method, we conducted a comprehensive set of ablation studies on the DFEW dataset. Starting from an MAE-Face [
46] and AudioMAE [
45] baseline, we systematically evaluated different MFAdapter configurations and compared various multimodal fusion strategies. The following experiments analyze the contribution of each component in detail.
Adapter effectiveness across modalities. To evaluate the effectiveness of unimodal (video-only and audio-only) versus multimodal (audio-visual) inputs, we conducted experiments under two training configurations: (1) freezing the backbone network parameters and updating only the classifier, and (2) freezing the backbone parameters while updating both the adapter and the classifier. As shown in
Table 6, the video modality consistently outperformed the audio modality across all experiments, indicating that visual cues provide stronger discriminative power for DFER than audio cues. Furthermore, multimodal input surpassed unimodal input in performance, confirming the complementary nature of visual and auditory information in capturing fine-grained emotional representations. Notably, MFAdapter achieved clear performance improvements in both unimodal and multimodal settings, validating its effectiveness.
Audio robustness under controlled interventions. To isolate the contribution of the audio stream, we ran controlled ablations on DFEW that kept video frames, labels, model capacity, optimizer, and training schedule unchanged:
muted replaces each aligned waveform with silence before fbank extraction, while
permuted randomly shuffles four contiguous segments using a sample-wise reproducible key. We additionally introduce a
capacity_control condition, in which MFAdapter is replaced by a constant-token branch that has the same trainable parameter count,
train_muted in which audio is replaced by silence only during training, and
test_time_mute in which a normal-audio checkpoint is evaluated with silence substituted for audio at inference time only. As shown in
Table 7, three observations follow.
(i) Capacity-matched control. The capacity_control branch, a constant-token adapter with M trainable parameters, yields / UAR/WAR, only / pp above the video-only adapter baseline (/). The full muted condition, evaluated under the same parameter budget, reaches /. The / pp additional gain over capacity_control therefore cannot be attributed to additional trainable parameters, constant features acting as learned biases, or to the architectural asymmetry between the video-only and audio-visual branches: the only difference between capacity_control and muted is the content of the audio tokens. We describe the muted-audio result as evidence that the frozen AudioMAE encoder, after per-channel normalization, produces a non-trivial representation on silent input that is distinguishable from a constant-token control and that interacts differently with the trained fusion architecture. We do not, however, interpret this as direct evidence that the silent input itself carries usable acoustic or class-specific information: the experiment isolates the role of the audio-token content, but does not by itself characterize what (if any) class-related structure the silent encoding contains.
(ii) Training-time vs. test-time muting. train_muted ( UAR) almost matches the video-only adapter baseline ( UAR), suggesting that a model that has never been exposed to audio cannot learn to rely on audio features and effectively collapses to a video-only classifier. By contrast, test_time_mute ( UAR) is only pp below the full model ( UAR), and still pp above the capacity_control branch. These two experiments answer different questions and should not be conflated: train_muted tests whether the audio stream is necessary during learning, while test_time_mute tests whether a fully trained audio-visual model retains usable audio-conditioned features once the acoustic content is removed at inference.
(iii) Temporal ordering. The difference between permuted and muted is only pp UAR, while the difference between the full model and permuted is pp UAR. We describe this result cautiously: temporal ordering of audio features is a secondary contributor on top of the audio stream, and frame-level alignment is therefore a refinement rather than a primary driver of the audio-visual gain.
MFAdapter versus separate adapters. To validate the design advantages of MFAdapter, we implement a separate-adapter baseline within the same pretrained backbone framework. Unlike the unified MFAdapter, which fuses multimodal features at an intermediate stage, this baseline deploys two separate modality-specific adapters (one for video, one for audio), as depicted in
Figure 3. Consistent with previous experiments, the backbone parameters remain frozen, and only the adapter modules and the classification head are updated. As shown in the quantitative comparison presented in
Table 8, MFAdapter demonstrates clear superiority over this independent-adapter approach on key metrics (e.g., +5.57% UAR, +3.40% WAR). These results indicate that joint causal fusion over the concatenated audio-visual sequence is more effective than updating two modality-specific adapters independently and deferring interaction to a later stage.
Effect of Adapter Number and Position. To identify efficient MFAdapter configurations, we systematically evaluate variants inserted after different subsets of encoder layers within the backbone. The experimental results in
Table 9 show consistent performance gains across all placements, confirming the architectural robustness of our design. Notably, placing adapters after every encoder layer yields the best classification performance, which we attribute to deeper multilevel feature integration across Transformer stages. This suggests that progressive audio-conditioned adaptation across all encoding depths most effectively enhances task-relevant visual representations.
Effect of Frame-level Feature Arrangement. We systematically evaluate feature fusion strategies within the main framework to identify an efficient scheme for feature reorganization. As shown in
Table 10, our method outperforms simple concatenation; the FFA grouping strategy provides a frame-indexed token-grouping prior that the subsequent MFAdapter scan can consume directly, rather than claiming strictly verified audio–visual alignment. This design enables feature interaction in a temporally structured space instead of through unstructured concatenation, leading to stronger task-relevant representations across adapter layers.
Effect of Adapter Variants on Performance. The MFAdapter is the sole learnable bridge between the frozen audio and visual encoders, making its fusion operator the most critical inductive-bias choice. We therefore replace its Mamba selective scan with three learnable alternatives plus an Identity baseline—an MLP bottleneck, a cross-attention encoder, a LoRA-style low-rank adapter, and an Identity mapping (no fusion)—under a matched PEFT budget of 4.2–4.7 M trainable adapter parameters (frozen backbone fixed at 175.6 M). Two observations follow from
Table 11. Cross-modal interaction is necessary: the Identity mapping (UAR
, WAR
) trails the best MFAdapter (UAR
, WAR
) by
/
percentage points, while all learnable operators remain above Identity. Among learnable operators, the causal Mamba scan performs best, exceeding the MLP bottleneck by
/
percentage points, the cross-attention encoder by
/
percentage points, and the LoRA adapter by
/
percentage points. The MLP and LoRA variants cluster tightly (UAR
vs.
, WAR
vs.
): both apply token-wise channel mixing without sequence modeling, and the small gap reflects operator structure rather than trainable budget (MLP
M, LoRA
M). On the FFA-aligned token sequence, bidirectional cross-attention is the weakest learnable operator (UAR
, WAR
), underperforming the parallel MLP by
/
percentage points despite carrying the largest adapter budget (
M). This indicates that content-dependent, causally ordered state transitions along the FFA scan direction—exactly what the Mamba selective scan provides—match the FFA-imposed temporal structure better than bidirectional query–key mixing. Taken together, a causally ordered, content-adaptive state-space scan is the most appropriate fusion operator for our FFA-aligned framework.
Effect of Down-sampling Dimensions . We investigate the impact of the down-sample dimension on model performance. This parameter determines the feature dimensionality before and after the MFAdapter fusion, thereby directly influencing both representational capacity and computational cost. To analyze the role of
in classification performance, we conducted comparative experiments under identical training settings, as summarized in
Table 12.
The results show that increasing from 32 to 64 leads to a notable improvement in accuracy, indicating that overly small feature spaces cause information loss and insufficient representation. However, as the dimension continues to increase, the number of trainable parameters increases approximately linearly with the adapter width (and more steeply for wider bottlenecks due to the projection matrices), while accuracy gains become marginal, suggesting that the model’s representational capacity has reached saturation. Moreover, larger dimensions incur higher computational costs, and a moderate dimension (around ) achieves the best trade-off between performance and efficiency, preserving sufficient multimodal information while maintaining lightweight computation.
Efficiency Gains Beyond Parameter Count. Crucially, the Mamba-based linear complexity of MFAdapter is a property of the adapter-level fusion pathway, not of the overall architecture: the frozen MAE-Face and AudioMAE backbones remain ViT-Base Transformers whose quadratic self-attention still dominates the end-to-end forward cost. Besides the 97.3% reduction in trainable parameters, the PEFT paradigm also yields substantial GPU memory savings. As shown in
Table 13, the peak training memory under the same batch size of 8 drops from 22.1 GB (full fine-tuning) to 14.1 GB (MFAdapter), a 36.2% reduction. The saving originates from the absence of gradients and AdamW optimizer states for the 171.0 M frozen backbone parameters, as well as the reduced activation memory for the frozen encoder blocks. Inference latency (55.24 vs. 55.28 ms per sample) is unchanged, because all 175.6 M parameters must still be loaded and computed at test time regardless of which subset was updated during training. Inference peak memory drops from 2.42 GB (full fine-tuning) to 1.76 GB (MFAdapter), a 27% reduction; the saving is
not due to loading a smaller subset of weights (the same 175.6 M parameters are loaded in both configurations). Because inference runs under
model.eval() with
torch.no_grad(), the autograd graph is not constructed at all, so (i) the
param.requires_grad flag does not influence activation caching, and (ii) gradient checkpointing—a training-time technique that recomputes activations during the backward pass—is not applicable during inference. The remaining 0.66 GB gap should therefore be interpreted as a residual allocator-level difference attributable to allocator state, cuDNN/attention workspace variance, and minor run-to-run numerical differences under matched architecture, precision and inference mode, rather than as evidence of a specific PEFT-related inference-time memory-saving mechanism. In practice, the inference footprints of PEFT and full fine-tuning are comparable. Both runs use FP32 precision and identical forward architectures (see the caption of
Table 13 for the full measurement protocol). These results confirm that the PEFT advantage is primarily a training-time efficiency benefit: at batch size 8, the 14.1 GB MFAdapter footprint leaves a much larger headroom on the A100 for higher batch sizes or longer clips than the 22.1 GB full fine-tuning counterpart.
Effect of Full Fine-Tuning Under Matched Training Settings. To isolate the contribution of the interaction modules from the effect of backbone adaptation, we further compared our PEFT strategy with a full fine-tuning scheme that keeps every other training configuration identical (optimizer, schedule, batch size, and number of epochs), in which both the multimodal backbones and the adapter modules are updated simultaneously. Importantly, the peak learning rate is re-tuned within each paradigm to its empirical optimum, because PEFT updates only auxiliary modules whereas full fine-tuning modifies the entire backbone and would otherwise suffer from catastrophic forgetting at aggressive rates. As reported in
Table 14, the two configurations share the same total capacity at inference (175.6 M), yet only 4.7 M parameters are trainable in our PEFT setting, a reduction of approximately 97.3% in the trainable-parameter budget. Under this drastically reduced trainable budget, our PEFT setting still achieves a higher UAR (
65.25 vs. 63.39,
) at the cost of a slightly lower WAR (76.62 vs.
77.53,
).
The opposite trends on UAR and WAR are precisely the diagnostic signal we expect from a parameter-efficient design: WAR, dominated by majority classes such as Happy and Neutral, marginally favors full fine-tuning, which retains sufficient capacity to over-fit the most frequent categories on a small annotated set such as DFEW; UAR, which weights every class equally, instead rewards the balanced recall produced by our frozen-backbone design. Because the learning rate was independently re-tuned to its empirical optimum within each paradigm, the residual gaps of ΔUAR and ΔWAR in
Table 14 can be attributed to the parameter-count gap itself rather than to any training-intensity mismatch. Three factors account for this behavior.
Preservation of pretrained representations. Freezing the MAE-Face and AudioMAE encoders keeps the large-scale self-supervised knowledge intact and prevents the backbone from drifting toward dataset-specific shortcuts, which is particularly harmful for minority emotions.
Concentration of optimization on the fusion path. With only the FFA, MFAdapter, and temporal network trainable, gradients are forced to flow exclusively through the cross-modal interaction pathway, so the learning capacity is invested where the task actually demands it rather than being diluted across 175.6 M parameters.
(Implicit regularization by low parameter count.) The 4.7 M trainable budget acts as a strong inductive bias that discourages majority-class dominance in the decision boundary, thereby improving recall on rare categories such as Disgust and Fear. Consequently, the WAR gap of
is a small and acceptable trade-off given the 37-fold reduction in trainable parameters and the much larger
UAR improvement, which directly translates into more equitable recognition across all emotion categories—as also reflected in the t-SNE and confusion-matrix analyses. These findings reinforce that, for in-the-wild DFER, performance gains are driven primarily by effective cross-modal interaction modeling rather than by exhaustively updating the unimodal backbones, and that parameter-efficient tuning is not merely a computational convenience but a principled strategy for balanced multimodal recognition.
4.5. Visualization Analysis
Attention Visualization. To further validate the effectiveness of the proposed method, we visualize the attention distributions of the final Transformer module, as shown in
Figure 4. The figure comprises two components: Grad-CAM heatmaps for the visual modality and attention maps over the log-Mel spectrogram for the audio modality. The log-Mel representation applies logarithmic compression to Mel-scaled energy, producing smoother amplitude variations that align with the nonlinear loudness perception of the human auditory system. This facilitates the observation of rhythmic changes, pitch contours, and energy patterns, making it suitable for capturing fine-grained acoustic cues in emotion recognition. Based on this representation, three representative emotion categories are selected to compare the attention distributions across audio and visual modalities and to reveal the model’s cross-modal feature extraction behavior.
The visualizations reveal clear differences in attention patterns and cross-modal responses across the Sad, Neutral, and Happy samples. For the Sad sample, visual attention concentrates around the eyes and glabellar region, indicating that the model effectively captures muscle activations associated with sadness. The audio attention in the low-frequency regions is consistent with the typical spectral characteristics of sad speech. In the Neutral sample, visual attention becomes more compact around the eyelids and eyebrows, with stronger activation during eye closure, reflecting the model’s sensitivity to subtle facial variations. The audio modality exhibits stable low-frequency responses, while slight mid-frequency activations occur synchronously with minor facial movements, demonstrating cross-modal consistency during weak expression transitions. For the Happy sample, visual attention prominently covers the mouth corners, cheeks, and periocular regions, expanding temporally as the smile intensifies. Meanwhile, the audio attention in the mid- and high-frequency regions is consistent with the typical spectral characteristics of positive speech. Furthermore, as the smile recedes and facial movements change, the audio attention patterns on the spectrogram exhibit corresponding temporal variations, highlighting strong dynamic consistency between the visual and audio modalities.
Overall, the multimodal visualization results demonstrate that the model reliably identifies emotion-related regions in both modalities and maintains coherent temporal correspondence across them. This confirms the effectiveness of the proposed framework in cross-modal dynamic modeling and emotional semantic fusion.
Visualization of Feature Distribution. As shown in
Figure 5, we progressively incorporate our proposed components into the baseline model and visualize the high-level features on the DFEW test set using t-SNE. From (a) to (c), the per-class clusters become visually more compact, and the overlap between adjacent emotions (e.g., Neutral vs. Sad) gradually decreases, which is consistent with the quantitative trends reported in
Table 6 and
Table 10. We caution that any geometric reading of the 2-D embedding should be regarded as an illustrative trend, not as a rigorous separation metric, because t-SNE does not preserve global distances. Notably, the Happy class exhibits clear boundaries, highlighting the ability of our components to learn discriminative features. Although overlaps remain for minority classes (e.g., Disgust) due to data imbalance, the results further emphasize the robustness of our approach in capturing fine-grained emotional representations through multimodal fusion.
Visualization of Confusion Matrix. As illustrated in
Figure 6, the proposed method demonstrates stable and consistent performance on the DFEW dataset. The averaged confusion matrix in (a) shows that the model performs strongly on high-intensity emotion categories such as happy, angry, and sad, all achieving recognition rates above 75%. In particular, the happiness category reaches about 94%, indicating the model’s strong capability in capturing salient emotional patterns. Meanwhile, for semantically similar or fine-grained emotions such as neutral and disgust, which are inherently harder to distinguish due to subtle feature differences and data imbalance, the model still learns meaningful discriminative representations, reflecting its robustness in handling complex emotional nuances. Further examination of the five-fold cross-validation results in (b)–(f) reveals that the remaining six emotion categories are stable across folds, demonstrating that the model’s generalization behavior is consistent for the majority of the label set. For the Disgust category, however, the fold-level recognition is markedly less stable: Fold 1 yields approximately
, while Folds 2 and 4 reach approximately
. This large cross-fold variation is consistent with Disgust being the rarest class in DFEW and therefore the most susceptible to fold-level sampling; it does not contradict, but rather instantiates, the class-imbalance limitation stated below, and we therefore restrict our cross-fold stability claims to the six non-minority emotions. Overall, the proposed approach effectively distinguishes prominent emotions while also showing promising results for subtle emotional categories, underscoring its robustness and adaptability. These findings suggest that further extending this framework, such as by incorporating additional modalities or exploring hierarchical emotion structures, could enhance its applicability in more complex affective computing scenarios.
For completeness, we further analyze the per-fold and averaged confusion matrices on the MAFW dataset (
Figure 7), which has an 11-class taxonomy with a substantially longer tail than DFEW. The aggregated matrix in (a) and the five-fold breakdown in (b)–(f) reveal three characteristic patterns.
First, salient and high-intensity emotions remain reliably recognized across all folds: Happy achieves
–
(mean
) and Sad rises monotonically from
in Fold 1 to
in Fold 5 (mean
), confirming that the audio–visual cues learned on pretrained models transfer cleanly to MAFW.
Second, medium-frequency emotions show a consistent cross-fold improvement: Surprise climbs from
(Fold 1) to
(Fold 3) and stabilizes at 63–
in Folds 3–5, indicating that the framework progressively disambiguates Surprise from visually similar Neutral and Happy expressions; Fear likewise improves from
(Fold 1) to
(Fold 3) and stays above
afterwards.
Third, the long-tail emotions remain hard—Contempt, Helpless and Disgust each have per-fold recall below
—which is consistent with their severely under-represented sample counts (typically fewer than 50 clips per fold) and their strong visual and acoustic overlap with Neutral, rather than with the proposed method. Notably, Angry also fluctuates across folds (
–
), reflecting its well-known confusion with Sad in the wild. Overall, the MAFW matrices show that the discriminative behavior is stable across folds for major emotions and improves monotonically for medium-frequency ones, while residual errors concentrate on the expected long-tail classes—the same balanced-recall pattern observed on DFEW, but more pronounced due to MAFW’s finer label set.