paper-with-me

홈 › Papers

Enhancing Speech Recognition Decoding via Layer Aggregation

2022-03-21 · Tomer Wullach, Shlomo E. Chazan

Recently proposed speech recognition systems are designed to predict using representations generated by their top layers, employing greedy decoding which isolates each timestep from the rest of the sequence. Aiming for improved performance, a beam search algorithm is frequently utilized and a language model is incorporated to assist with ranking the top candidates. In this work, we experiment with several speech recognition models and find that logits predicted using the top layers may hamper beam search from achieving optimal results. Specifically, we show that fined-tuned Wav2Vec 2.0 and HuBERT yield highly confident predictions, and hypothesize that the predictions are based on local information and may not take full advantage of the information encoded in intermediate layers. To this end, we perform a layer analysis to reveal and visualize how predictions evolve throughout the inference flow. We then propose a prediction method that aggregates the top M layers, potentially leveraging useful information encoded in intermediate layers and relaxing model confidence. We showcase the effectiveness of our approach via beam search decoding, conducting our experiments on Librispeech test and dev sets and achieving WER, and CER reduction of up to 10% and 22%, respectively.

📄 PDF Abstract BibTeX arXiv:2203.11325

Code (0)

등록된 구현이 없습니다.

Tasks

Language Modellingspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Keep Decoding Parallel with Effective Knowledge Distillation from Language Models to End-to-end Speech Recognisers

2024-01-22 · Michael Hentschel, Yuta Nishikawa, Tatsuya Komatsu, Yusuke Fujita

This study presents a novel approach for knowledge distillation (KD) from a BERT teacher model to an automatic speech recognition (ASR) model using intermediate layers. To distil the teacher's knowledge, we use an attent…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderKnowledge Distillation+4

Transformer Transducer: One Model Unifying Streaming and Non-streaming Speech Recognition

2020-10-07 · Anshuman Tripathi, Jaeyoung Kim, Qian Zhang, Han Lu 외

In this paper we present a Transformer-Transducer model architecture and a training technique to unify streaming and non-streaming speech recognition models into one model. The model is composed of a stack of transformer…

speech-recognitionSpeech Recognition

Mitigating Hallucinations via Inter-Layer Consistency Aggregation in Large Vision-Language Models

2025-05-18 · Kai Tang, Jinhao You, Xiuqi Ge, Hanze Li 외

Despite the impressive capabilities of Large Vision-Language Models (LVLMs), they remain susceptible to hallucinations-generating content that is inconsistent with the input image. Existing training-free hallucination mi…

HallucinationMME

VARAN: Variational Inference for Self-Supervised Speech Models Fine-Tuning on Downstream Tasks

2025-08-16 · Daria Diatlova, Nikita Balagansky, Alexander Varlamov, Egor Spirin arxiv

Conventional methods for aggregating layers in fine-tuned self-supervised speech models, such as using the final layer or weighted sum, suffer from information bottlenecks and static feature weighting for all dataset exa…

Speech Emotion RecognitionSpeech Recognition

Qifusion-Net: Layer-adapted Stream/Non-stream Model for End-to-End Multi-Accent Speech Recognition

2024-07-03 · Jinming Chen, Jingyi Fang, Yuanzhong Zheng, Yaoxuan Wang 외

Currently, end-to-end (E2E) speech recognition methods have achieved promising performance. However, auto speech recognition (ASR) models still face challenges in recognizing multi-accent speech accurately. We propose a …

speech-recognitionSpeech Recognition