paper-with-me

홈 › Papers

End-to-end contextual asr based on posterior distribution adaptation for hybrid ctc/attention system

2022-02-18 · Zhengyi Zhang, Pan Zhou

End-to-end (E2E) speech recognition architectures assemble all components of traditional speech recognition system into a single model. Although it simplifies ASR system, it introduces contextual ASR drawback: the E2E model has worse performance on utterances containing infrequent proper nouns. In this work, we propose to add a contextual bias attention (CBA) module to attention based encoder decoder (AED) model to improve its ability of recognizing the contextual phrases. Specifically, CBA utilizes the context vector of source attention in decoder to attend to a specific bias embedding. Jointly learned with the basic AED parameters, CBA can tell the model when and where to bias its output probability distribution. At inference stage, a list of bias phrases is preloaded and we adapt the posterior distributions of both CTC and attention decoder according to the attended bias phrase of CBA. We evaluate the proposed method on GigaSpeech and achieve a consistent relative improvement on recall rate of bias phrases ranging from 15% to 28% compared to the baseline model. Meanwhile, our method shows a strong anti-bias ability as the performance on general tests only degrades 1.7% even 2,000 bias phrases are present.

📄 PDF Abstract BibTeX arXiv:2202.09003

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Langevin Monte Carlo for Contextual Bandits

2022-06-22 · Pan Xu, Hongkai Zheng, Eric Mazumdar, Kamyar Azizzadenesheli 외

We study the efficiency of Thompson sampling for contextual bandits. Existing Thompson sampling-based algorithms need to construct a Laplace approximation (i.e., a Gaussian distribution) of the posterior distribution, wh…

Multi-Armed BanditsThompson Sampling

Contextual Attention Modulation: Towards Efficient Multi-Task Adaptation in Large Language Models

2025-10-20 · Dayan Pan, Zhaoyang Fu, Jingyuan Wang, Xiao Han 외 arxiv

Large Language Models (LLMs) possess remarkable generalization capabilities but struggle with multi-task adaptation, particularly in balancing knowledge retention with task-specific specialization. Conventional fine-tuni…

Question AnsweringGeneral KnowledgeLogical ReasoningCode Generation

Meta Learning as Bayes Risk Minimization

2020-06-02 · Shin-ichi Maeda, Toshiki Nakanishi, Masanori Koyama

Meta-Learning is a family of methods that use a set of interrelated tasks to learn a model that can quickly learn a new query task from a possibly small contextual dataset. In this study, we use a probabilistic framework…

Meta-LearningPhilosophy

Domain Adaptation via Teacher-Student Learning for End-to-End Speech Recognition

2020-01-06 · Zhong Meng, Jinyu Li, Yashesh Gaur, Yifan Gong

Teacher-student (T/S) has shown to be effective for domain adaptation of deep neural network acoustic models in hybrid speech recognition systems. In this work, we extend the T/S learning to large-scale unsupervised doma…

DecoderDomain Adaptationspeech-recognitionSpeech Recognition+2

Non-Linear Pairwise Language Mappings for Low-Resource Multilingual Acoustic Model Fusion

2022-07-07 · Muhammad Umar Farooq, Darshan Adiga Haniya Narayana, Thomas Hain

Multilingual speech recognition has drawn significant attention as an effective way to compensate data scarcity for low-resource languages. End-to-end (e2e) modelling is preferred over conventional hybrid systems, mainly…

speech-recognitionSpeech RecognitionTransliteration