← Search

Shuo-Yiin Chang

15 accepted papers

2024

Multilingual and Fully Non-Autoregressive ASR with Large Language Model Fusion: A Comprehensive Study

ICASSP 2024accepted

In the era of large models, the autoregressive nature of decoding often results in latency serving as a significant bottleneck. We propose a non-autoregressive LM-fused ASR system that effectively leverages the parallelization capabilities of accelerator hardware. Our approach combines the Universal…

Cited by 19SourceScholar
2023

Context-Aware end-to-end ASR Using Self-Attentive Embedding and Tensor Fusion

ICASSP 2023accepted

Typical automatic speech recognition (ASR) systems are built to recognize independent utterances without using the cross-utterance context. However, the context over multiple utterances often provides useful information for the ASR task. In this work, we propose a context-aware end-to-end ASR model…

Cited by 0SourceScholar
2023

E2E Segmentation in a Two-Pass Cascaded Encoder ASR Model

ICASSP 2023accepted

We explore unifying a neural segmenter with two-pass cascaded encoder ASR into a single model. A key challenge is allowing the segmenter (which runs in real-time, synchronously with the decoder) to finalize the non-causal 2nd pass (which runs 900 ms behind real-time) without introducing user-perceiv…

Cited by 0SourceScholar
2023

Multi-Output RNN-T Joint Networks for Multi-Task Learning of ASR and Auxiliary Tasks

ICASSP 2023accepted

We propose a multi-output joint network architecture for RNN-T transducer, for multi-task modeling of ASR and auxiliary tasks that rely on ASR outputs. Each output of the joint network predicts tar-get labels with disjoint vocabularies for each task, while sharing the same audio features by the enco…

Cited by 0SourceScholar
2023

UML: A Universal Monolingual Output Layer For Multilingual Asr

ICASSP 2023accepted

Word-piece models (WPMs) are commonly used subword units in state-of-the-art end-to-end automatic speech recognition (ASR) systems. For multilingual ASR, due to the differences in written scripts across languages, multilingual WPMs bring the challenges of having overly large output layers and scalin…

Cited by 0SourceScholar
2022

Improving The Latency And Quality Of Cascaded Encoders

ICASSP 2022accepted

In this paper, we explore reducing computational latency of the 2-pass cascaded encoder model [1]. Specifically, we experiment with reducing the size of the causal 1st-pass and adding capacity to the non-causal 2nd-pass, such that the overall latency can be reduced without loss of quality. In additi…

Cited by 0SourceScholar
2022

Improving the Fusion of Acoustic and Text Representations in RNN-T

ICASSP 2022accepted

The recurrent neural network transducer (RNN-T) has recently become the mainstream end-to-end approach for streaming automatic speech recognition (ASR). To estimate the output distributions over subword units, RNN-T uses a fully connected layer as the joint network to fuse the acoustic representatio…

Cited by 0SourceScholar
2021

A Better and Faster end-to-end Model for Streaming ASR

ICASSP 2021accepted

End-to-end (E2E) models have shown to outperform state-of-the-art conventional models for streaming speech recognition [1] across many dimensions, including quality (as measured by word error rate (WER)) and endpointer latency [2]. However, the model still tends to delay the predictions towards the…

Cited by 0SourceScholar
2021

FastEmit: Low-Latency Streaming ASR with Sequence-Level Emission Regularization

ICASSP 2021accepted

Streaming automatic speech recognition (ASR) aims to emit each hypothesized word as quickly and accurately as possible. However, emitting fast without degrading quality, as measured by word error rate (WER), is highly challenging. Existing approaches including Early and Late Penalties [1] and Constr…

Cited by 0SourceScholar
2020

A Streaming On-Device End-To-End Model Surpassing Server-Side Conventional Model Quality and Latency

ICASSP 2020accepted

Thus far, end-to-end (E2E) models have not been shown to outperform state-of-the-art conventional models with respect to both quality, i.e., word error rate (WER), and latency, i.e., the time the hypothesis is finalized after the user stops speaking. In this paper, we develop a first-pass Recurrent…

Cited by 0SourceScholar
2020

Towards Fast and Accurate Streaming End-To-End ASR

ICASSP 2020accepted

End-to-end (E2E) models fold the acoustic, pronunciation and language models of a conventional speech recognition model into one neural network with a much smaller number of parameters than a conventional ASR system, thus making it suitable for on-device applications. For example, recurrent neural n…

Cited by 0SourceScholar
2019

Joint Endpointing and Decoding with End-to-end Models

ICASSP 2019accepted

The tradeoff between word error rate (WER) and latency is very important for streaming automatic speech recognition (ASR) applications. We want the system to endpoint and close the microphone as quickly as possible, without degrading WER. Conventional ASR systems rely on a separately trained endpoin…

Cited by 0SourceScholar
2019

Streaming End-to-end Speech Recognition for Mobile Devices

ICASSP 2019accepted

End-to-end (E2E) models, which directly predict output character sequences given input speech, are good candidates for on-device speech recognition. E2E models, however, present numerous challenges: In order to be truly useful, such models must decode speech utterances in a streaming fashion, in rea…

Cited by 677SourceScholar
2018

Temporal Modeling Using Dilated Convolution and Gating for Voice-Activity-Detection

ICASSP 2018accepted

Voice activity detection (VAD) is the task of predicting which parts of an utterance contains speech versus background noise. It is an important first step to determine which samples to send to the decoder and when to close the microphone. The long short-term memory neural network (LSTM) is a popula…

Cited by 0SourceScholar