Research Project
LAMR: Layer Roles Matter
Mitigating Modality Imbalance in Multimodal Emotion Reasoning via Adaptive Layer Profiling
University of Science and Technology of China · Hefei University of Technology
* Corresponding authors
Overview
TL;DR: We identify two complementary modality-imbalance failures in multimodal emotion reasoning, profile the functional roles of Transformer layers, and apply role-conditioned attention rebalancing at inference time—without additional training.
Multimodal emotion reasoning requires models to combine linguistic, acoustic, and visual evidence. Existing multimodal large language models often over-rely on a dominant modality while under-utilizing interactions across modalities, producing incomplete or misleading emotional interpretations.
We introduce Layer-Aware Modality Rebalancing (LAMR). Modality Entropy and Cross-modal Intensity adaptively partition the model into stabilization and integration layers. LAMR then balances modality participation in stabilization layers and promotes relevant cross-modal propagation in integration layers. Experiments on MER-UniBench and MME-Emotion show consistent gains across PandaGPT, Emotion-LLaMA, and AffectGPT, with only 3.5% inference overhead.
1 · Motivation — A Two-Sided Attention Dilemma
Before designing a fix, we look inside three popular MER models and find that the failure is structural, not accidental. Models collapse onto a single dominant modality and, simultaneously, leave most cross-modal interactions under-attended. The two failures co-exist at every layer and are anti-correlated across depth—layers with small modality gaps tend to show weak cross-modal attention, and vice versa.
2 · Method — Layer-Aware Modality Rebalancing
Inspired by the layer-wise heterogeneity above, we split the model into two functional groups: stabilization layers that clean up single-modality features, and integration layers that fuse cross-modal semantics. We profile each layer with two metrics, Modality Entropy (ME) and Cross-modal Intensity (CMI), then apply a different intervention to each group: Modality Anchoring Equilibrium on stabilization layers, and Intermodal Diffusive Propagation on integration layers. No retraining, no extra parameters.
3 · Qualitative Results
Does the rebalance actually change the output? On two representative scenes, AffectGPT reads the speaker's tone as enthusiastic endorsement or casual teasing, while AffectGPT + LAMR grounds the same scenes in cross-modal evidence and recovers the intended dissatisfaction / bitterness.
4 · Cross-Backbone Results
LAMR is backbone-agnostic. The same recipe applied to AffectGPT, PandaGPT, and EmotionLLaMA consistently enlarges under-used cross-modal axes (top row, 9 pairwise attention types) and pulls the modality triangle (bottom row, Text / Audio / Video balance) toward a more balanced shape—with only 3.5% inference overhead.
BibTeX
@inproceedings{huang2026lamr,
title = {Layer Roles Matter: Mitigating Modality Imbalance in
Multimodal Emotion Reasoning via Adaptive Layer Profiling},
author = {Huang, Pengyu and Song, Peipei and Zhu, Beier and
Han, Zhiyuan and Hu, Jinpeng and Yang, Xun},
booktitle = {Proceedings of the ACM Multimedia Conference},
year = {2026},
publisher = {ACM}
}