English

Active Learning of Non-semantic Speech Tasks with Pretrained Models

Sound 2024-02-19 v4 Audio and Speech Processing

Abstract

Pretraining neural networks with massive unlabeled datasets has become popular as it equips the deep models with a better prior to solve downstream tasks. However, this approach generally assumes that the downstream tasks have access to annotated data of sufficient size. In this work, we propose ALOE, a novel system for improving the data- and label-efficiency of non-semantic speech tasks with active learning. ALOE uses pretrained models in conjunction with active learning to label data incrementally and learn classifiers for downstream tasks, thereby mitigating the need to acquire labeled data beforehand. We demonstrate the effectiveness of ALOE on a wide range of tasks, uncertainty-based acquisition functions, and model architectures. Training a linear classifier on top of a frozen encoder with ALOE is shown to achieve performance similar to several baselines that utilize the entire labeled data.

Keywords

Cite

@article{arxiv.2211.00119,
  title  = {Active Learning of Non-semantic Speech Tasks with Pretrained Models},
  author = {Harlin Lee and Aaqib Saeed and Andrea L. Bertozzi},
  journal= {arXiv preprint arXiv:2211.00119},
  year   = {2024}
}

Comments

Accepted at: ICASSP'23, Code: https://github.com/HarlinLee/ALOE

R2 v1 2026-06-28T04:53:22.663Z