用大模型实现超强音视频语音识别,仅微调少量参数就达顶尖水平。
Large Language Models are Strong Audio-Visual Speech Recognition Learners
- 用预训练音视频编码器生成特征,融合文本大模型进行端到端识别。
- 在LRS3数据集上音视频识别错误率低至0.77%,创当前最佳纪录。
- 只需微调投影层和LoRA模块,适合资源有限的团队快速部署。
多模态大语言模型(MLLM)因其强大的跨模态理解能力成为研究热点。例如,在语音领域,仅通过拼接音频编码器生成的音频令牌与文本令牌,即可使大语言模型具备(自动)语音识别(ASR)能力并达到顶尖性能。然而,利用噪声鲁棒的唇动信息的视觉语音识别(VSR)和音视频语音识别(AVSR)任务却鲜受关注。为此,本文提出Llama-AVSR,一种具备强音视频语音识别能力的新式MLLM。它采用预训练的音视频编码器生成模态专属令牌,与文本令牌一同输入预训练大语言模型(如Llama3.1-8B),以自回归方式生成输出。该方法仅需微调少量参数——即模态专用投影器和LoRA模块,而音视频编码器与大语言模型均保持冻结。我们在最大公开音视频语音识别基准LRS3上评估该方法,实现了新的最先进成果:在ASR任务上字错误率(WER)为0.79%,在AVSR任务上为0.77%。为进一步验证效果,我们分析了关键因素:预训练编码器与大语言模型的选择、LoRA模块的高效集成,以及通过模态感知压缩率实现的性能-效率最优平衡。
原文摘要 · Abstract (English)
Multimodal large language models (MLLMs) have recently become a focal point of research due to their formidable multimodal understanding capabilities. For example, in the audio and speech domains, an LLM can be equipped with (automatic) speech recognition (ASR) abilities by just concatenating the audio tokens, computed with an audio encoder, and the text tokens to achieve state-of-the-art results. On the contrary, tasks like visual and audio-visual speech recognition (VSR/AVSR), which also exploit noise-invariant lip movement information, have received little or no attention. To bridge this gap, we propose Llama-AVSR, a new MLLM with strong audio-visual speech recognition capabilities. It leverages pre-trained audio and video encoders to produce modality-specific tokens which, together with the text tokens, are processed by a pre-trained LLM (e.g., Llama3.1-8B) to yield the resulting response in an auto-regressive fashion. Llama-AVSR requires a small number of trainable parameters as only modality-specific projectors and LoRA modules are trained whereas the multi-modal encoders and LLM are kept frozen. We evaluate our proposed approach on LRS3, the largest public AVSR benchmark, and we achieve new state-of-the-art results for the tasks of ASR and AVSR with a WER of 0.79% and 0.77%, respectively. To bolster our results, we investigate the key factors that underpin the effectiveness of Llama-AVSR: the choice of the pre-trained encoders and LLM, the efficient integration of LoRA modules, and the optimal performance-efficiency trade-off obtained via modality-aware compression rates.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。