CLAIMMSDASFeb 13, 2024

An Embarrassingly Simple Approach for LLM with Strong ASR Capacity

arXiv:2402.08846v1129 citationsh-index: 28
Originality Incremental advance
AI Analysis

This work addresses ASR for speech processing researchers by showing that complex designs are unnecessary, offering an incremental but efficient approach.

The paper tackles automatic speech recognition (ASR) by proposing a simple method using off-the-shelf speech encoders and large language models (LLMs) with only a trainable linear projector, achieving state-of-the-art performance on the Librispeech benchmark among LLM-based ASR models.

In this paper, we focus on solving one of the most important tasks in the field of speech processing, i.e., automatic speech recognition (ASR), with speech foundation encoders and large language models (LLM). Recent works have complex designs such as compressing the output temporally for the speech encoder, tackling modal alignment for the projector, and utilizing parameter-efficient fine-tuning for the LLM. We found that delicate designs are not necessary, while an embarrassingly simple composition of off-the-shelf speech encoder, LLM, and the only trainable linear projector is competent for the ASR task. To be more specific, we benchmark and explore various combinations of LLMs and speech encoders, leading to the optimal LLM-based ASR system, which we call SLAM-ASR. The proposed SLAM-ASR provides a clean setup and little task-specific design, where only the linear projector is trained. To the best of our knowledge, SLAM-ASR achieves the best performance on the Librispeech benchmark among LLM-based ASR models and even outperforms the latest LLM-based audio-universal model trained on massive pair data. Finally, we explore the capability emergence of LLM-based ASR in the process of modal alignment. We hope that our study can facilitate the research on extending LLM with cross-modality capacity and shed light on the LLM-based ASR community.

Code Implementations3 repos
Foundations

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

Your Notes