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

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

14 Jul 2026arXiv:2607.12787added by Syntology

Kaiwen Zheng, Junchen Fu, Wenhao Deng, Hu Han, Joemon M. Jose, Xuri Ge

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.12787")

Code

Syntology Ran 14 of 17 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · violated contract; 13 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

GAIR-Lab/Light-MER found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 14 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
13ran
3unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from GAIR-Lab/Light-MER. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_prompt GAIR-Lab/Light-MER/train_stage2_mgrpo.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 09028445218f8ba8 · report
calculate_discrete_zeroshot GAIR-Lab/Light-MER/eval_student_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 40cbaacfc5edcf01 · report
disabled_train GAIR-Lab/Light-MER/my_affectgpt/models/blip2.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 4cb732f513d69dfd · report
extract_gt_emotions GAIR-Lab/Light-MER/mgrpo_reward.py found in paper text by Syntology ran Apache-2.0 (permissive) · ae379e48873f27ab · report
extract_pred_emotions GAIR-Lab/Light-MER/mgrpo_reward.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3e8266319bc924b8 · report
func_VideoReader_to_Image GAIR-Lab/Light-MER/my_affectgpt/models/encoder.py found in paper text by Syntology ran Apache-2.0 (permissive) · b86ee5ea961f668c · report
get_ckpt3_candidates GAIR-Lab/Light-MER/inference_hybird.py found in paper text by Syntology ran Apache-2.0 (permissive) · 08e8d2e3c432540d · report
get_face_or_frame GAIR-Lab/Light-MER/inference_hybird.py found in paper text by Syntology ran Apache-2.0 (permissive) · fbbd1d0f4f360856 · report
get_face_or_frame GAIR-Lab/Light-MER/inference_stage2_mgrpo.py found in paper text by Syntology ran Apache-2.0 (permissive) · e6c46c278111fd8f · report
get_user_message GAIR-Lab/Light-MER/inference_stage2_mgrpo.py found in paper text by Syntology ran Apache-2.0 (permissive) · c20c6bb09a7bcadd · report
parse_emotion_labels GAIR-Lab/Light-MER/train_stage2_mgrpo.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 547b549b1c2911dd · report
reward_format GAIR-Lab/Light-MER/mgrpo_reward.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 7f44239d7990d5e9 · report
search_for_ckpt_root GAIR-Lab/Light-MER/inference_hybird.py found in paper text by Syntology ran Apache-2.0 (permissive) · b68a567dca89aa26 · report
tile GAIR-Lab/Light-MER/my_affectgpt/models/base_model.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · cb33571427334815 · report
all_gather_with_grad GAIR-Lab/Light-MER/my_affectgpt/models/base_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0ec9fc2025c16f65 · report
calculate_dimension_zeroshot GAIR-Lab/Light-MER/eval_student_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 45220db4e3e3a91d · report
get_name2cls GAIR-Lab/Light-MER/inference_stage2_mgrpo.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5c30d92956df8a6e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.12787, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 1 leaderboard for this paper and did not place the paper on it: 1 rejected by the independent check. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections