Papers › Test-Time Adaptation for Speech Emotion Recognition

Test-Time Adaptation for Speech Emotion Recognition

21 Jan 2026arXiv:2601.16240added by Syntology

Jiaheng Dong, Hong Jia, Ting Dang

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

The practical utility of Speech Emotion Recognition (SER) systems is undermined by their fragility to domain shifts, such as speaker variability, the distinction between acted and naturalistic emotions, and cross-corpus variations. While domain adaptation and fine-tuning are widely studied, they require either source data or labelled target data, which are often unavailable or raise privacy concerns in SER. Test-time adaptation (TTA) bridges this gap by adapting models at inference using only unlabeled target data. Yet, having been predominantly designed for image classification and speech recognition, the efficacy of TTA for mitigating the unique domain shifts in SER has not been investigated. In this paper, we present the first systematic evaluation and comparison covering 11 TTA methods across three representative SER tasks. The results indicate that backpropagation-free TTA methods are the most promising. Conversely, entropy minimization and pseudo-labeling generally fail, as their core assumption of a single, confident ground-truth label is incompatible with the inherent ambiguity of emotional expression. Further, no single method universally excels, and its effectiveness is highly dependent on the distributional shifts and tasks.

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="2601.16240")

Code

Syntology Ran 3 of 29 code samples harvested from 1 repository linked to this paper; 26 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

JiahengDong/SETTA 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

29 samples harvested; 3 ran; 0 honoured the contract we drafted; 26 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.

2ran · our draft was wrong
1ran · fixture could not drive it
26unverified

Licence: 0 of the 29 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 JiahengDong/SETTA. “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.

softmax_entropy JiahengDong/SETTA/TTAs/sar.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 3078648c75e3e1e3 · report
softmax_entropy JiahengDong/SETTA/TTAs/foa.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · c549267af6d34f9a · report
update_ema_variables JiahengDong/SETTA/TTAs/cotta.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · a77d556c0aea19c1 · report
collect_params JiahengDong/SETTA/TTAs/awmc.py found in paper text by Syntology unverified MIT (permissive) · e4502c5930e7208d · report
collect_params JiahengDong/SETTA/TTAs/dsuta.py found in paper text by Syntology unverified MIT (permissive) · 911be0c0e787cf87 · report
collect_params JiahengDong/SETTA/TTAs/t3a.py found in paper text by Syntology unverified MIT (permissive) · a03907c2668d4dad · report
collect_params JiahengDong/SETTA/TTAs/tent.py found in paper text by Syntology unverified MIT (permissive) · 46ee4be817c11821 · report
configure_model JiahengDong/SETTA/TTAs/awmc.py found in paper text by Syntology unverified MIT (permissive) · cba1227868760f74 · report
configure_model JiahengDong/SETTA/TTAs/foa.py found in paper text by Syntology unverified MIT (permissive) · 9a2691d3cbcb8ac5 · report
configure_model JiahengDong/SETTA/TTAs/lame.py found in paper text by Syntology unverified MIT (permissive) · 1e2bf759e443d20d · report
configure_model JiahengDong/SETTA/TTAs/t3a.py found in paper text by Syntology unverified MIT (permissive) · 909ab68fbaa4f281 · report
copy_model_and_optimizer JiahengDong/SETTA/TTAs/cea.py found in paper text by Syntology unverified MIT (permissive) · aa08b2e342dc684c · report
entropy_energy JiahengDong/SETTA/TTAs/lame.py found in paper text by Syntology unverified MIT (permissive) · 31b2a0c1feea7b94 · report
forward_and_adapt JiahengDong/SETTA/TTAs/tent.py found in paper text by Syntology unverified MIT (permissive) · 96b3ed6720ba528c · report
forward_and_adapt_eata JiahengDong/SETTA/TTAs/eata.py found in paper text by Syntology unverified MIT (permissive) · a937e659c4d110b0 · report
forward_and_adapt_sar JiahengDong/SETTA/TTAs/sar.py found in paper text by Syntology unverified MIT (permissive) · 7373144ec7c45ca0 · report
forward_and_get_loss JiahengDong/SETTA/TTAs/foa.py found in paper text by Syntology unverified MIT (permissive) · 92bd8d4f58584c42 · report
get_audio_featurizer JiahengDong/SETTA/TTAs/t3a.py found in paper text by Syntology unverified MIT (permissive) · b11eeb100761ba13 · report
get_tta_transforms JiahengDong/SETTA/TTAs/cotta.py found in paper text by Syntology unverified MIT (permissive) · 0dd73a10b6cdfba4 · report
laplacian_optimization JiahengDong/SETTA/TTAs/lame.py found in paper text by Syntology unverified MIT (permissive) · 59ff9911ac7957d5 · report
load_model_and_optimizer JiahengDong/SETTA/TTAs/cea.py found in paper text by Syntology unverified MIT (permissive) · cead882920870dcb · report
mcc_loss JiahengDong/SETTA/TTAs/suta.py found in paper text by Syntology unverified MIT (permissive) · 76f069754bb918ab · report
setup_optimizer JiahengDong/SETTA/TTAs/cea.py found in paper text by Syntology unverified MIT (permissive) · 0026cf99d3f77ea0 · report
setup_optimizer JiahengDong/SETTA/TTAs/suta.py found in paper text by Syntology unverified MIT (permissive) · 268ac794d7a49485 · report
softmax_entropy JiahengDong/SETTA/TTAs/cotta.py found in paper text by Syntology unverified MIT (permissive) · e589e47d748af885 · report
softmax_entropy JiahengDong/SETTA/TTAs/eata.py found in paper text by Syntology unverified MIT (permissive) · 7b9d88d29b50aca6 · report
softmax_entropy JiahengDong/SETTA/TTAs/suta.py found in paper text by Syntology unverified MIT (permissive) · b6d31fd70bcd9c4b · report
update_ema JiahengDong/SETTA/TTAs/sar.py found in paper text by Syntology unverified MIT (permissive) · 17259eab7993e1c7 · report
update_model_probs JiahengDong/SETTA/TTAs/eata.py found in paper text by Syntology unverified MIT (permissive) · 182d3657a9eebb0d · report

Results from the paper

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

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