← Search

W Ronny Huang

13 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

A Comparison of Semi-Supervised Learning Techniques for Streaming ASR at Scale

ICASSP 2023accepted

Unpaired text and audio injection have emerged as dominant methods for improving ASR performance in the absence of a large labeled corpus. However, little guidance exists on deploying these methods to improve production ASR systems that are trained on very large supervised corpora and with realistic…

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

Large-Scale Language Model Rescoring on Long-Form Data

ICASSP 2023accepted

In this work, we study the impact of Large-scale Language Models (LLM) on Automated Speech Recognition (ASR) of YouTube videos, which we use as a source for long-form ASR. We demonstrate up to 8% relative reduction in Word Error Eate (WER) on US English (en-us) and code-switched Indian English (en-i…

Cited by 27SourceScholar
2022

Capitalization Normalization for Language Modeling with an Accurate and Efficient Hierarchical RNN Model

ICASSP 2022accepted

Capitalization normalization (truecasing) is the task of restoring the correct case (uppercase or lowercase) of noisy text. We propose a fast, accurate and compact two-level hierarchical word-and-character-based recurrent neural network model. We use the truecaser to normalize user-generated text in…

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
2021

GradInit: Learning to Initialize Neural Networks for Stable and Efficient Training

NeurIPS 2021poster

Innovations in neural architectures have fostered significant breakthroughs in language modeling and computer vision. Unfortunately, novel architectures often result in challenging hyper-parameter choices and training instability if the network parameters are not properly initialized. A number of ar…

2021

Witches' Brew: Industrial Scale Data Poisoning via Gradient Matching

ICLR 2021poster

Data Poisoning attacks modify training data to maliciously control a model trained on such data. In this work, we focus on targeted poisoning attacks which cause a reclassification of an unmodified test image and as such breach model integrity. We consider a particularly malicious poisoning attack t…

2020

MetaPoison: Practical General-purpose Clean-label Data Poisoning

NeurIPS 2020poster

Data poisoning---the process by which an attacker takes control of a model by making imperceptible changes to a subset of the training data---is an emerging threat in the context of neural networks. Existing attacks for data poisoning neural networks have relied on hand-crafted heuristics, because s…

2020

The Impact of Neural Network Overparameterization on Gradient Confusion and Stochastic Gradient Descent

ICML 2020poster

This paper studies how neural network architecture affects the speed of training. We introduce a simple concept called gradient confusion to help formally analyze this. When gradient confusion is high, stochastic gradients produced by different data samples may be negatively correlated, slowing down…

Cited by 121SourcePDFScholar
2019

Transferable Clean-Label Poisoning Attacks on Deep Neural Nets

ICML 2019oral

In this paper, we explore clean-label poisoning attacks on deep convolutional networks with access to neither the network’s output nor its architecture or parameters. Our goal is to ensure that after injecting the poisons into the training data, a model with unknown architecture and parameters train…

2018

Poison Frogs! Targeted Clean-Label Poisoning Attacks on Neural Networks

NeurIPS 2018poster

Data poisoning is an attack on machine learning models wherein the attacker adds examples to the training set to manipulate the behavior of the model at test time. This paper explores poisoning attacks on neural nets. The proposed attacks use ``clean-labels''; they don't require the attacker to have…