← Search

Yanzhang He

21 accepted papers

2024

Extreme Encoder Output Frame Rate Reduction: Improving Computational Latencies of Large End-to-End Models

ICASSP 2024accepted

The accuracy of end-to-end (E2E) automatic speech recognition (ASR) models continues to improve as they are scaled to larger sizes, with some now reaching billions of parameters. Widespread deployment and adoption of these models, however, requires computationally efficient strategies for decoding.…

Cited by 0SourceScholar
2024

Massive End-to-end Speech Recognition Models with Time Reduction

NAACL 2024long

We investigate massive end-to-end automatic speech recognition (ASR) models with efficiency improvements achieved by time reduction. The encoders of our models use the neural architecture of Google’s universal speech model (USM), with additional funnel pooling layers to significantly reduce the fram…

Cited by 2SourcePDFScholar
2024

USM-Lite: Quantization and Sparsity Aware Fine-Tuning for Speech Recognition with Universal Speech Models

ICASSP 2024accepted

End-to-end automatic speech recognition (ASR) models have seen revolutionary quality gains with the recent development of large-scale universal speech models (USM). However, deploying these massive USMs is extremely expensive due to the enormous memory usage and computational cost. Therefore, model…

Cited by 0SourceScholar
2023

Conditional Conformer: Improving Speaker Modulation For Single And Multi-User Speech Enhancement

ICASSP 2023accepted

Recently, Feature-wise Linear Modulation (FiLM) has been shown to outperform other approaches to incorporate speaker embedding into speech separation and VoiceFilter models. We propose an improved method of incorporating such embeddings into a Voice- Filter frontend for automatic speech recognition…

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

Sharing Low Rank Conformer Weights for Tiny Always-On Ambient Speech Recognition Models

ICASSP 2023accepted

Continued improvements in machine learning techniques offer exciting new opportunities through the use of larger models and larger training datasets. However, there is a growing need to offer these new capabilities on-board low-powered devices such as smart-phones, wearables and other embedded envir…

Cited by 0SourceScholar
2022

Improving Confidence Estimation on Out-of-Domain Data for End-to-End Speech Recognition

ICASSP 2022accepted

As end-to-end automatic speech recognition (ASR) models reach promising performance, various downstream tasks rely on good confidence estimators for these systems. Recent research has shown that model-based confidence estimators have a significant advantage over using the output softmax probabilitie…

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

Large-Scale ASR Domain Adaptation Using Self- and Semi-Supervised Learning

ICASSP 2022accepted

Self- and semi-supervised learning methods have been actively investigated to reduce labeled training data or enhance model performance. However, these approaches mostly focus on in-domain performance for public datasets. In this study, we utilize the combination of self- and semi-supervised learnin…

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

Confidence Estimation for Attention-Based Sequence-to-Sequence Models for Speech Recognition

ICASSP 2021accepted

For various speech-related tasks, confidence scores from a speech recogniser are a useful measure to assess the quality of transcriptions. In traditional hidden Markov model-based automatic speech recognition (ASR) systems, confidence scores can be reliably obtained from word posteriors in decoding…

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
2021

Learning Word-Level Confidence for Subword End-To-End ASR

ICASSP 2021accepted

We study the problem of word-level confidence estimation in subword-based end-to-end (E2E) models for automatic speech recognition (ASR). Although prior works have proposed training auxiliary confidence models for ASR systems, they do not extend naturally to systems that operate on word-pieces (WP)…

Cited by 0SourceScholar
2021

Less is More: Improved RNN-T Decoding Using Limited Label Context and Path Merging

ICASSP 2021accepted

End-to-end models that condition the output sequence on all previously predicted labels have emerged as popular alternatives to conventional systems for automatic speech recognition (ASR). Since distinct label histories correspond to distinct models states, such models are decoded using an approxima…

Cited by 37SourceScholar
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

An Attention-Based Joint Acoustic and Text on-Device End-To-End Model

ICASSP 2020accepted

Recently, we introduced a two-pass on-device end-to-end (E2E) speech recognition model, which runs RNN-T in the first-pass and then rescores/redecodes the result using a noncausal Listen, Attend and Spell (LAS) decoder. This on-device model obtained similar performance to a state-of-the-art conventi…

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
2015

Improvements on transducing syllable lattice to word lattice for keyword search

ICASSP 2015accepted

This paper investigates a weighted finite state transducer (WFST) based syllable decoding and transduction method for keyword search (KWS), and compares it with sub-word search and phone confusion methods in detail. Acoustic context dependent phone models are trained from word forced alignments and…

Cited by 0SourceScholar