paper-with-me

홈 › Papers

Hierarchical Transformer-based Large-Context End-to-end ASR with Large-Context Knowledge Distillation

2021-02-16 · Ryo Masumura, Naoki Makishima, Mana Ihori, Akihiko Takashima, Tomohiro Tanaka, Shota Orihashi

We present a novel large-context end-to-end automatic speech recognition (E2E-ASR) model and its effective training method based on knowledge distillation. Common E2E-ASR models have mainly focused on utterance-level processing in which each utterance is independently transcribed. On the other hand, large-context E2E-ASR models, which take into account long-range sequential contexts beyond utterance boundaries, well handle a sequence of utterances such as discourses and conversations. However, the transformer architecture, which has recently achieved state-of-the-art ASR performance among utterance-level ASR systems, has not yet been introduced into the large-context ASR systems. We can expect that the transformer architecture can be leveraged for effectively capturing not only input speech contexts but also long-range sequential contexts beyond utterance boundaries. Therefore, this paper proposes a hierarchical transformer-based large-context E2E-ASR model that combines the transformer architecture with hierarchical encoder-decoder based large-context modeling. In addition, in order to enable the proposed model to use long-range sequential contexts, we also propose a large-context knowledge distillation that distills the knowledge from a pre-trained large-context language model in the training phase. We evaluate the effectiveness of the proposed model and proposed training method on Japanese discourse ASR tasks.

📄 PDF Abstract BibTeX arXiv:2102.07935

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderKnowledge DistillationLanguage Modellingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

MHITNet: a minimize network with a hierarchical context-attentional filter for segmenting medical ct images

2022-11-01 · Hongyang He, Feng Ziliang, Yuanhang Zheng, Shudong Huang 외

In the field of medical CT image processing, convolutional neural networks (CNNs) have been the dominant technique.Encoder-decoder CNNs utilise locality for efficiency, but they cannot simulate distant pixel interactions…

Decoder

Transformers perform adaptive partial pooling

2026-02-03 · Vsevolod Kapatsinski arxiv

Any language model must decide what to say in novel contexts based on information from similar contexts. But what about contexts that are not novel but merely infrequent? In hierarchical regression, the model's predictio…

HMT: Hierarchical Memory Transformer for Long Context Language Processing

2024-05-09 · Zifan He, Zongyue Qin, Neha Prakriya, Yizhou Sun 외

Transformer-based large language models (LLM) have been widely used in language processing applications. However, most of them restrict the context window that permits the model to attend to every token in the inputs. Pr…

Language ModelingLanguage ModellingMemorizationQuestion Answering

CATrans: Context and Affinity Transformer for Few-Shot Segmentation

2022-04-27 · Shan Zhang, Tianyi Wu, Sitong Wu, Guodong Guo

Few-shot segmentation (FSS) aims to segment novel categories given scarce annotated support images. The crux of FSS is how to aggregate dense correlations between support and query images for query segmentation while bei…

RelationTransfer Learning

Adaptive inference and function vectors in deep transformers

2026-06-15 · Ravin Raj, Gautam Reddy arxiv

Transformers are widely used as a general-purpose substrate for learning complex correlations between a large collection of coupled variables, but their internal mechanisms have remained mysterious. We introduce a theory…