SDLGASSep 19, 2023

Test-Time Training for Speech

arXiv:2309.10930v24 citationsh-index: 11
Originality Synthesis-oriented
AI Analysis

This addresses robustness issues in speech AI for real-world deployment, but is incremental as it adapts existing methods to a new domain.

The paper tackles distribution shifts in speech applications by applying Test-Time Training (TTT) to tasks like speaker identification and emotion detection, and proposes using BitFit for parameter-efficient fine-tuning to improve stability over full model fine-tuning.

In this paper, we study the application of Test-Time Training (TTT) as a solution to handling distribution shifts in speech applications. In particular, we introduce distribution-shifts to the test datasets of standard speech-classification tasks -- for example, speaker-identification and emotion-detection -- and explore how Test-Time Training (TTT) can help adjust to the distribution-shift. In our experiments that include distribution shifts due to background noise and natural variations in speech such as gender and age, we identify some key-challenges with TTT including sensitivity to optimization hyperparameters (e.g., number of optimization steps and subset of parameters chosen for TTT) and scalability (e.g., as each example gets its own set of parameters, TTT is not scalable). Finally, we propose using BitFit -- a parameter-efficient fine-tuning algorithm proposed for text applications that only considers the bias parameters for fine-tuning -- as a solution to the aforementioned challenges and demonstrate that it is consistently more stable than fine-tuning all the parameters of the model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes