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

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

Light-MER is a novel lightweight framework for multimodal emotion recognition (MER) that challenges the necessity of large language models exceeding 1B parameters. While current multimodal large language models (MLLMs) for MER often exceed 7B parameters, leading to high computational costs and inefficient inference on resource-constrained devices like robots and mobile phones, Light-MER proposes a sub-billion-parameter student model. It achieves better and faster multimodal sentiment understanding through knowledge distillation, transferring knowledge from a large teacher model. The framework incorporates two key optimization strategies: an optimal transport loss combining Sliced Wasserstein Distance with hidden-state alignment, and a multi-reward optimization strategy based on GRPO to balance performance and efficiency. Experiments across nine benchmark datasets demonstrate Light-MER's state-of-the-art performance and significantly improved inference efficiency.

Key takeaway

For Machine Learning Engineers deploying multimodal emotion recognition (MER) models on resource-constrained platforms, you should reconsider the assumption that larger models are always superior. Light-MER demonstrates that sub-billion-parameter models, enhanced by knowledge distillation and specific optimization strategies, can achieve state-of-the-art performance with significantly improved inference efficiency. Prioritize exploring lightweight architectures and distillation techniques to enable real-time MER on devices like robots and mobile phones.

Key insights

Knowledge distillation enables sub-billion-parameter models to achieve state-of-the-art multimodal emotion recognition with high efficiency.

Principles

Method

Light-MER distills knowledge from a large teacher to a sub-billion-parameter student. It uses optimal transport loss (Sliced Wasserstein Distance + hidden-state alignment) and GRPO-based multi-reward optimization for enhanced learning.

In practice

Topics

Code references

Best for: Research Scientist, AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.