{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/sztu-cmu-at-mer2024-improving-emotion-llama","title":"SZTU-CMU at MER2024: Improving Emotion-LLaMA with Conv-Attention for Multimodal Emotion Recognition","arxiv_id":"2408.10500","date":"2024-08-20","proceeding":null,"authors":["Zebang Cheng","Shuyuan Tu","Dawei Huang","Minghan Li","Xiaojiang Peng","Zhi-Qi Cheng","Alexander G. Hauptmann"],"abstract":"This paper presents our winning approach for the MER-NOISE and MER-OV tracks of the MER2024 Challenge on multimodal emotion recognition. Our system leverages the advanced emotional understanding capabilities of Emotion-LLaMA to generate high-quality annotations for unlabeled samples, addressing the challenge of limited labeled data. To enhance multimodal fusion while mitigating modality-specific noise, we introduce Conv-Attention, a lightweight and efficient hybrid framework. Extensive experimentation vali-dates the effectiveness of our approach. In the MER-NOISE track, our system achieves a state-of-the-art weighted average F-score of 85.30%, surpassing the second and third-place teams by 1.47% and 1.65%, respectively. For the MER-OV track, our utilization of Emotion-LLaMA for open-vocabulary annotation yields an 8.52% improvement in average accuracy and recall compared to GPT-4V, securing the highest score among all participating large multimodal models. The code and model for Emotion-LLaMA are available at https://github.com/ZebangCheng/Emotion-LLaMA.","url_abs":"https://arxiv.org/abs/2408.10500v2","url_pdf":"https://arxiv.org/pdf/2408.10500v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"sztu-cmu-at-mer2024-improving-emotion-llama","repo_url":"https://github.com/zebangcheng/emotion-llama","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"tasks":[{"task_slug":"emotion-recognition","task_name":"Emotion Recognition"},{"task_slug":"multimodal-emotion-recognition","task_name":"Multimodal Emotion Recognition"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2408.10500","atlas_url":"https://app.syntology.ai/?focus=2408.10500","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2408.10500"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zebangcheng/emotion-llama","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"ran_violates":1,"ran_draft_wrong":2,"ran":2,"unverified":3},"by_repo_kind":{"official":{"samples":8,"ran":5,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"4cb732f513d69dfd","entry":"disabled_train","repo":"zebangcheng/emotion-llama","repo_kind":"official","path":"minigpt4/models/base_model.py","file_url":"https://github.com/zebangcheng/emotion-llama/blob/HEAD/minigpt4/models/base_model.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"4cb732f513d69dfd"}},{"code_sha256_prefix":"98589643273920ba","entry":"main_process","repo":"zebangcheng/emotion-llama","repo_kind":"official","path":"minigpt4/common/dist_utils.py","file_url":"https://github.com/zebangcheng/emotion-llama/blob/HEAD/minigpt4/common/dist_utils.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"98589643273920ba"}},{"code_sha256_prefix":"791c72070c0b1cfb","entry":"node_to_dict","repo":"zebangcheng/emotion-llama","repo_kind":"official","path":"minigpt4/common/config.py","file_url":"https://github.com/zebangcheng/emotion-llama/blob/HEAD/minigpt4/common/config.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"791c72070c0b1cfb"}},{"code_sha256_prefix":"d425fcd82d5ba55c","entry":"parse_args","repo":"zebangcheng/emotion-llama","repo_kind":"official","path":"app_EmotionLlamaClient.py","file_url":"https://github.com/zebangcheng/emotion-llama/blob/HEAD/app_EmotionLlamaClient.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"d425fcd82d5ba55c"}},{"code_sha256_prefix":"76a3d246fee3c6be","entry":"read_existing_output","repo":"zebangcheng/emotion-llama","repo_kind":"official","path":"batch_infer.py","file_url":"https://github.com/zebangcheng/emotion-llama/blob/HEAD/batch_infer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"76a3d246fee3c6be"}},{"code_sha256_prefix":"643539116e049080","entry":"download_cached_file","repo":"zebangcheng/emotion-llama","repo_kind":"official","path":"minigpt4/common/dist_utils.py","file_url":"https://github.com/zebangcheng/emotion-llama/blob/HEAD/minigpt4/common/dist_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"643539116e049080"}},{"code_sha256_prefix":"2f0c6446071c3dd6","entry":"load_items","repo":"zebangcheng/emotion-llama","repo_kind":"official","path":"batch_infer.py","file_url":"https://github.com/zebangcheng/emotion-llama/blob/HEAD/batch_infer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"2f0c6446071c3dd6"}},{"code_sha256_prefix":"6a8bc5ad35fdb601","entry":"run","repo":"zebangcheng/emotion-llama","repo_kind":"official","path":"batch_infer.py","file_url":"https://github.com/zebangcheng/emotion-llama/blob/HEAD/batch_infer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"6a8bc5ad35fdb601"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}