Papers › emotion2vec: Self-Supervised Pre-Training for Speech Emotion Representation

emotion2vec: Self-Supervised Pre-Training for Speech Emotion Representation

23 Dec 2023arXiv:2312.15185archive 2025-07-28

Ziyang Ma, Zhisheng Zheng, Jiaxin Ye, Jinchao Li, Zhifu Gao, Shiliang Zhang, Xie Chen

We propose emotion2vec, a universal speech emotion representation model. emotion2vec is pre-trained on open-source unlabeled emotion data through self-supervised online distillation, combining utterance-level loss and frame-level loss during pre-training. emotion2vec outperforms state-of-the-art pre-trained universal models and emotion specialist models by only training linear layers for the speech emotion recognition task on the mainstream IEMOCAP dataset. In addition, emotion2vec shows consistent improvements among 10 different languages of speech emotion recognition datasets. emotion2vec also shows excellent results on other emotion tasks, such as song emotion recognition, emotion prediction in conversation, and sentiment analysis. Comparison experiments, ablation experiments, and visualization comprehensively demonstrate the universal capability of the proposed emotion2vec. To the best of our knowledge, emotion2vec is the first universal representation model in various emotion-related tasks, filling a gap in the field.

PaperPDFCodeCode 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="2312.15185")

Code

Syntology Ran 8 of 20 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 8 ran; community (archive-listed): 11 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ddlBoJack/emotion2vec officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

20 samples harvested; 8 ran; 0 honoured the contract we drafted; 12 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.

8ran
12unverified

Licence: 9 of the 20 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

compute_unweighted_accuracy ddlBoJack/emotion2vec/iemocap_downstream/utils.py official repository ran fingerprinted no licence file found · pointer only · e2766c2b91f8621c · report
get_annealed_rate ddlBoJack/emotion2vec/upstream/models/base.py official repository ran no licence file found · pointer only · 5d5be3c7916a67cb · report
load_dataset ddlBoJack/emotion2vec/iemocap_downstream/data.py official repository ran no licence file found · pointer only · c032cac6cdbab804 · report
load_ssl_features ddlBoJack/emotion2vec/iemocap_downstream/data.py official repository ran no licence file found · pointer only · 54b7c05f4b14a478 · report
random_masking ddlBoJack/emotion2vec/upstream/models/base.py official repository ran no licence file found · pointer only · ee9ac852b4eb7975 · report
train_one_epoch ddlBoJack/emotion2vec/iemocap_downstream/utils.py official repository ran no licence file found · pointer only · 3f0a8af8defa1699 · report
train_valid_test_iemocap_dataloader ddlBoJack/emotion2vec/iemocap_downstream/data.py official repository ran no licence file found · pointer only · 7707e62c49681b18 · report
validate_and_test ddlBoJack/emotion2vec/iemocap_downstream/utils.py official repository ran no licence file found · pointer only · 9d77c0bc89a728ef · report
gather_unmasked ddlBoJack/emotion2vec/upstream/models/base.py official repository unverified no licence file found · pointer only · 3a95f65cb24c84e6 · report
add_file_root_path alibaba-damo-academy/FunASR/funasr/download/download_model_from_hub.py community (archive-listed) unverified MIT (permissive) · e736efd2088f5330 · report
check_vllm_applicable alibaba-damo-academy/FunASR/funasr/auto/auto_model_vllm.py community (archive-listed) unverified MIT (permissive) · d94882bbd36f686d · report
cr_ctc_loss alibaba-damo-academy/FunASR/funasr/losses/cr_ctc.py community (archive-listed) unverified MIT (permissive) · 6c9da623e97fa4fe · report
get_human_readable_count alibaba-damo-academy/FunASR/funasr/train_utils/model_summary.py community (archive-listed) unverified MIT (permissive) · e40f7b6dc5c3977a · report
get_or_download_model_dir alibaba-damo-academy/FunASR/funasr/download/download_model_from_hub.py community (archive-listed) unverified MIT (permissive) · 5288c864dbd0538d · report
get_or_download_model_dir_hf alibaba-damo-academy/FunASR/funasr/download/download_model_from_hub.py community (archive-listed) unverified MIT (permissive) · 1c80497412c69732 · report
install_requirements alibaba-damo-academy/FunASR/funasr/utils/install_model_requirements.py community (archive-listed) unverified MIT (permissive) · d6d4ea8b2806c520 · report
model_summary alibaba-damo-academy/FunASR/funasr/train_utils/model_summary.py community (archive-listed) unverified MIT (permissive) · 26200c7d0299db96 · report
pip_install_r alibaba-damo-academy/FunASR/funasr/utils/install_model_requirements.py community (archive-listed) unverified MIT (permissive) · 229df00957f1445e · report
prepare_vllm_weights alibaba-damo-academy/FunASR/funasr/auto/auto_model_vllm.py community (archive-listed) unverified MIT (permissive) · fc2c2ae72cabe336 · report
to_bytes alibaba-damo-academy/FunASR/funasr/train_utils/model_summary.py community (archive-listed) unverified MIT (permissive) · 54138299a3e55e00 · report

Tasks

Emotion RecognitionSelf-Supervised LearningSentiment AnalysisSpeech Emotion Recognition

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Speech Emotion Recognition RESD emotion2vec+base Unweighted Accuracy (UA) 79.8 #1 of 3 Archive leaderboard report
Speech Emotion Recognition RESD emotion2vec+base Weighted Accuracy (WA) 79.4 #1 of 3 Archive leaderboard report
Speech Emotion Recognition RESD emotion2vec+base Weighted F1 79.4 #1 of 3 Archive leaderboard report
Speech Emotion Recognition RESD emotion2vec+large Unweighted Accuracy (UA) 69.1 #2 of 3 Archive leaderboard report
Speech Emotion Recognition RESD emotion2vec+large Weighted Accuracy (WA) 69.5 #2 of 3 Archive leaderboard report
Speech Emotion Recognition RESD emotion2vec+large Weighted F1 68.8 #2 of 3 Archive leaderboard report
Speech Emotion Recognition RESD emotion2vec Unweighted Accuracy (UA) 65.04 #3 of 3 Archive leaderboard report
Speech Emotion Recognition RESD emotion2vec Weighted Accuracy (WA) 64.75 #3 of 3 Archive leaderboard report
Speech Emotion Recognition RESD emotion2vec Weighted F1 64.53 #3 of 3 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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