English

OSUM: Advancing Open Speech Understanding Models with Limited Resources in Academia

Sound 2025-02-18 v2 Computation and Language Audio and Speech Processing

Abstract

Large Language Models (LLMs) have made significant progress in various downstream tasks, inspiring the development of Speech Understanding Language Models (SULMs) to enable comprehensive speech-based interactions. However, most advanced SULMs are developed by the industry, leveraging large-scale datasets and computational resources that are not readily available to the academic community. Moreover, the lack of transparency in training details creates additional barriers to further innovation. In this study, we present OSUM, an Open Speech Understanding Model designed to explore the potential of training SLUMs under constrained academic resources. The OSUM model combines a Whisper encoder with a Qwen2 LLM and supports a wide range of speech tasks, including speech recognition (ASR), speech recognition with timestamps (SRWT), vocal event detection (VED), speech emotion recognition (SER), speaking style recognition (SSR), speaker gender classification (SGC), speaker age prediction (SAP), and speech-to-text chat (STTC). By employing an ASR+X training strategy, OSUM achieves efficient and stable multi-task training by simultaneously optimizing ASR alongside target tasks. Beyond delivering strong performance, OSUM emphasizes transparency by providing openly available data preparation and training methodologies, offering valuable insights and practical guidance for the academic community. By doing so, we aim to accelerate research and innovation in advanced SULM technologies.

Keywords

Cite

@article{arxiv.2501.13306,
  title  = {OSUM: Advancing Open Speech Understanding Models with Limited Resources in Academia},
  author = {Xuelong Geng and Kun Wei and Qijie Shao and Shuiyun Liu and Zhennan Lin and Zhixian Zhao and Guojian Li and Wenjie Tian and Peikun Chen and Yangze Li and Pengcheng Guo and Mingchen Shao and Shuiyuan Wang and Yuang Cao and Chengyou Wang and Tianyi Xu and Yuhang Dai and Xinfa Zhu and Yue Li and Li Zhang and Lei Xie},
  journal= {arXiv preprint arXiv:2501.13306},
  year   = {2025}
}

Comments

OSUM Technical Report v2. The experimental results reported herein differ from those in v1 because of adding new data and training in more steps