中文
相关论文

相关论文: Transformer-based Streaming ASR with Cumulative At…

200 篇论文

The Transformer self-attention network has recently shown promising performance as an alternative to recurrent neural networks in end-to-end (E2E) automatic speech recognition (ASR) systems. However, Transformer has a drawback in that the…

音频与语音处理 · 电气工程与系统科学 2019-10-29 Emiru Tsunoo , Yosuke Kashiwagi , Toshiyuki Kumakura , Shinji Watanabe

Online Transformer-based automatic speech recognition (ASR) systems have been extensively studied due to the increasing demand for streaming applications. Recently proposed Decoder-end Adaptive Computation Steps (DACS) algorithm for online…

音频与语音处理 · 电气工程与系统科学 2021-04-27 Mohan Li , Catalin Zorila , Rama Doddipatla

In the present paper, an attempt is made to combine Mask-CTC and the triggered attention mechanism to construct a streaming end-to-end automatic speech recognition (ASR) system that provides high performance with low latency. The triggered…

声音 · 计算机科学 2021-10-22 Huaibo Zhao , Yosuke Higuchi , Tetsuji Ogawa , Tetsunori Kobayashi

Recently, there has been increasing progress in end-to-end automatic speech recognition (ASR) architecture, which transcribes speech to text without any pre-trained alignments. One popular end-to-end approach is the hybrid Connectionist…

音频与语音处理 · 电气工程与系统科学 2023-07-06 Haoran Miao , Gaofeng Cheng , Pengyuan Zhang , Yonghong Yan

The Transformer architecture model, based on self-attention and multi-head attention, has achieved remarkable success in offline end-to-end Automatic Speech Recognition (ASR). However, self-attention and multi-head attention cannot be…

计算与语言 · 计算机科学 2022-10-03 Chendong Zhao , Jianzong Wang , Wen qi Wei , Xiaoyang Qu , Haoqian Wang , Jing Xiao

Recently, streaming end-to-end automatic speech recognition (E2E-ASR) has gained more and more attention. Many efforts have been paid to turn the non-streaming attention-based E2E-ASR system into streaming architecture. In this work, we…

声音 · 计算机科学 2020-06-03 Shiliang Zhang , Zhifu Gao , Haoneng Luo , Ming Lei , Jie Gao , Zhijie Yan , Lei Xie

Attention-based end-to-end models such as Listen, Attend and Spell (LAS), simplify the whole pipeline of traditional automatic speech recognition (ASR) systems and become popular in the field of speech recognition. In previous work,…

计算与语言 · 计算机科学 2019-04-26 Ruchao Fan , Pan Zhou , Wei Chen , Jia Jia , Gang Liu

Automatic Speech Recognition (ASR) using multiple microphone arrays has achieved great success in the far-field robustness. Taking advantage of all the information that each array shares and contributes is crucial in this task. Motivated by…

计算与语言 · 计算机科学 2019-02-20 Xiaofei Wang , Ruizhi Li , Sri Harish Mallid , Takaaki Hori , Shinji Watanabe , Hynek Hermansky

In this work, we propose a streaming AV-ASR system based on a hybrid connectionist temporal classification (CTC)/attention neural network architecture. The audio and the visual encoder neural networks are both based on the conformer…

音频与语音处理 · 电气工程与系统科学 2023-07-04 Pingchuan Ma , Niko Moritz , Stavros Petridis , Christian Fuegen , Maja Pantic

We investigate a monotonic multihead attention (MMA) by extending hard monotonic attention to Transformer-based automatic speech recognition (ASR) for online streaming applications. For streaming inference, all monotonic attention (MA)…

音频与语音处理 · 电气工程与系统科学 2020-10-01 Hirofumi Inaguma , Masato Mimura , Tatsuya Kawahara

Encoder-decoder based sequence-to-sequence models have demonstrated state-of-the-art results in end-to-end automatic speech recognition (ASR). Recently, the transformer architecture, which uses self-attention to model temporal context…

声音 · 计算机科学 2020-07-02 Niko Moritz , Takaaki Hori , Jonathan Le Roux

The Transformer self-attention network has shown promising performance as an alternative to recurrent neural networks in end-to-end (E2E) automatic speech recognition (ASR) systems. However, Transformer has a drawback in that the entire…

音频与语音处理 · 电气工程与系统科学 2020-11-19 Emiru Tsunoo , Yosuke Kashiwagi , Shinji Watanabe

Transformer-based end-to-end (E2E) automatic speech recognition (ASR) systems have recently gained wide popularity, and are shown to outperform E2E models based on recurrent structures on a number of ASR tasks. However, like other E2E…

音频与语音处理 · 电气工程与系统科学 2020-11-30 Mohan Li , Catalin Zorila , Rama Doddipatla

In this paper, we present a new on-device automatic speech recognition (ASR) system based on monotonic chunk-wise attention (MoChA) models trained with large (> 10K hours) corpus. We attained around 90% of a word recognition rate for…

音频与语音处理 · 电气工程与系统科学 2020-01-06 Kwangyoun Kim , Kyungmin Lee , Dhananjaya Gowda , Junmo Park , Sungsoo Kim , Sichen Jin , Young-Yoon Lee , Jinsu Yeo , Daehyun Kim , Seokyeong Jung , Jungin Lee , Myoungji Han , Chanwoo Kim

Recent advances have demonstrated the potential of decoderonly large language models (LLMs) for automatic speech recognition (ASR). However, enabling streaming recognition within this framework remains a challenge. In this work, we propose…

音频与语音处理 · 电气工程与系统科学 2026-02-02 Genshun Wan , Wenhui Zhang , Jing-Xuan Zhang , Shifu Xiong , Jianqing Gao , Zhongfu Ye

The attention mechanism of the Listen, Attend and Spell (LAS) model requires the whole input sequence to calculate the attention context and thus is not suitable for online speech recognition. To deal with this problem, we propose…

计算与语言 · 计算机科学 2020-05-04 Baiji Liu , Songjun Cao , Sining Sun , Weibin Zhang , Long Ma

This article describes an efficient training method for online streaming attention-based encoder-decoder (AED) automatic speech recognition (ASR) systems. AED models have achieved competitive performance in offline scenarios by jointly…

音频与语音处理 · 电气工程与系统科学 2021-08-24 Hirofumi Inaguma , Tatsuya Kawahara

Recently, Transformer has gained success in automatic speech recognition (ASR) field. However, it is challenging to deploy a Transformer-based end-to-end (E2E) model for online speech recognition. In this paper, we propose the…

音频与语音处理 · 电气工程与系统科学 2020-02-12 Haoran Miao , Gaofeng Cheng , Changfeng Gao , Pengyuan Zhang , Yonghong Yan

Transformer-based models have demonstrated their effectiveness in automatic speech recognition (ASR) tasks and even shown superior performance over the conventional hybrid framework. The main idea of Transformers is to capture the…

声音 · 计算机科学 2022-07-05 Kun Wei , Pengcheng Guo , Ning Jiang

The transformer is a fundamental building block in deep learning, and the attention mechanism is the transformer's core component. Self-supervised speech representation learning (SSRL) represents a popular use-case for the transformer…

声音 · 计算机科学 2024-03-19 Jianbo Ma , Siqi Pan , Deepak Chandran , Andrea Fanelli , Richard Cartwright
‹ 上一页 1 2 3 10 下一页 ›