multimodal machine learning

Do We Really Need Multimodal Emotion Language Models Larger Than 1B Parameters?

arXiv:2607.12787

summary

The paper introduces Light-MER, a sub‑billion‑parameter multimodal emotion recognition model that uses knowledge distillation, an optimal transport loss, and a multi‑reward optimization strategy to achieve state‑of‑the‑art performance with much lower computational cost.

Abstract

Recent advances in multimodal large language models (MLLMs) have significantly improved the performance of multimodal emotion recognition (MER) and enabled interpretable description generation by jointly modeling video, audio, and language, etc. However, these performance improvements are often accompanied by an increase in model parameter size (e.g, at least 7B), which simultaneously incurs high computational costs and reduces inference efficiency, thereby hindering real-time deployment on resource-constrained platforms such as robots and mobile devices. This raises a fundamental question: do we really need the multimodal MER model larger than 1B parameters for high-quality MER? In this paper, we challenge the assumption that larger models are inherently necessary and proposes a lightweight MER framework (called Light-MER), which achieves better and faster multimodal sentiment understanding and recognition through knowledge distillation. It can transfer knowledge from a strong, large-scale teacher model to a lightweight sub-billion-parameter student model, aiming to preserve rich multimodal emotion reasoning and recognition while substantially improving deployment efficiency. Specifically, we introduce two new optimization strategies to enhance knowledge transfer: (1) a new optimal transport loss that combines Sliced Wasserstein Distance with hidden-state alignment, and (2) a new multi-reward optimization strategy based on GRPO that balances MER performance and efficiency, aimed at further enhancing the learning capabilities of student models. Extensive experiments on nine benchmark datasets demonstrate that Light-MER achieves state-of-the-art performance while significantly improving inference efficiency. This highlights the strong potential of small multimodal emotion language models for future research. Code is available at https://github.com/GAIR-Lab/Light-MER.

Accepted by ACM MM2026

Topics & keywords

#multimodal emotion recognition#knowledge distillation#lightweight models#optimal transport loss#multimodal large language modelsknowledge distillationsliced Wasserstein distanceoptimal transport lossGRPOsub‑billion parametersmultimodal sentiment analysis