← Search

Felix Wu

17 accepted papers

2024

Improving ASR Contextual Biasing with Guided Attention

ICASSP 2024accepted

In this paper, we propose a Guided Attention (GA) auxiliary training loss, which improves the effectiveness and robustness of automatic speech recognition (ASR) contextual biasing without introducing additional parameters. A common challenge in previous literature is that the word error rate (WER) r…

Cited by 0SourceScholar
2023

Context-Aware Fine-Tuning of Self-Supervised Speech Models

ICASSP 2023accepted

Self-supervised pre-trained transformers have improved the state of the art on a variety of speech tasks. Due to the quadratic time and space complexity of self-attention, they usually operate at the level of relatively short (e.g., utterance) segments. In this paper, we study the use of context, i.…

Cited by 0SourceScholar
2023

On the Effectiveness of Offline RL for Dialogue Response Generation

ICML 2023poster

A common training technique for language models is teacher forcing (TF). TF attempts to match human language exactly, even though identical meanings can be expressed in different ways. This motivates use of sequence-level objectives for dialogue response generation. In this paper, we study the effic…

2023

SLUE Phase-2: A Benchmark Suite of Diverse Spoken Language Understanding Tasks

ACL 2023long

Spoken language understanding (SLU) tasks have been studied for many decades in the speech research community, but have not received as much attention as lower-level tasks like speech and speaker recognition. In this work, we introduce several new annotated SLU benchmark tasks based on freely availa…

2023

Structured Pruning of Self-Supervised Pre-Trained Models for Speech Recognition and Understanding

ICASSP 2023accepted

Self-supervised speech representation learning (SSL) has shown to be effective in various downstream tasks, but SSL models are usually large and slow. Model compression techniques such as pruning aim to reduce the model size and computation without degradation in accuracy. Prior studies focus on the…

Cited by 0SourceScholar
2023

Wav2Seq: Pre-Training Speech-to-Text Encoder-Decoder Models Using Pseudo Languages

ICASSP 2023accepted

We introduce Wav2Seq, the first self-supervised approach to pre-train both parts of encoder-decoder models for speech data. We induce a pseudo language as a compact discrete representation, and formulate a self-supervised pseudo speech recognition task — transcribing audio inputs into pseudo subword…

Cited by 0SourceScholar
2022

On the Use of External Data for Spoken Named Entity Recognition

NAACL 2022long

Spoken language understanding (SLU) tasks involve mapping from speech signals to semantic labels. Given the complexity of such tasks, good performance is expected to require large labeled datasets, which are difficult to collect for each new task and domain. However, recent advances in self-supervis…

2022

Performance-Efficiency Trade-Offs in Unsupervised Pre-Training for Speech Recognition

ICASSP 2022accepted

This paper is a study of performance-efficiency trade-offs in pre-trained models for automatic speech recognition (ASR). We focus on wav2vec 2.0, and formalize several architecture designs that influence both the model performance and its efficiency. Putting together all our observations, we introdu…

Cited by 0SourceScholar
2022

SLUE: New Benchmark Tasks For Spoken Language Understanding Evaluation on Natural Speech

ICASSP 2022accepted

Progress in speech processing has been facilitated by shared datasets and benchmarks. Historically these have focused on automatic speech recognition (ASR), speaker identification, or other lower-level tasks. Interest has been growing in higher-level spoken language understanding tasks, including us…

Cited by 0SourceScholar
2021

Making Paper Reviewing Robust to Bid Manipulation Attacks

ICML 2021spotlight

Most computer science conferences rely on paper bidding to assign reviewers to papers. Although paper bidding enables high-quality assignments in days of unprecedented submission numbers, it also opens the door for dishonest reviewers to adversarially influence paper reviewing assignments. Anecdotal…

2021

On Feature Normalization and Data Augmentation

CVPR 2021poster

The moments (a.k.a., mean and standard deviation) of latent features are often removed as noise when training image recognition models, to increase stability and reduce training time. However, in the field of image generation, the moments play a much more central role. Studies have shown that the mo…

Cited by 201PDFcodeScholar
2021

Revisiting Few-sample BERT Fine-tuning

ICLR 2021poster

This paper is a study of fine-tuning of BERT contextual representations, with focus on commonly observed instabilities in few-sample scenarios. We identify several factors that cause this instability: the common use of a non-standard optimization method with biased gradient estimation; the limited a…

2019

Pay Less Attention with Lightweight and Dynamic Convolutions

ICLR 2019oral

Self-attention is a useful mechanism to build generative models for language and images. It determines the importance of context elements by comparing each element to the current time step. In this paper, we show that a very lightweight convolution can perform competitively to the best reported self…

2019

Simplifying Graph Convolutional Networks

ICML 2019oral

Graph Convolutional Networks (GCNs) and their variants have experienced significant attention and have become the de facto methods for learning graph representations. GCNs derive inspiration primarily from recent deep learning approaches, and as a result, may inherit unnecessary complexity and redun…

2018

Multi-Scale Dense Networks for Resource Efficient Image Classification

ICLR 2018oral

In this paper we investigate image classification with computational resource limits at test time. Two such settings are: 1. anytime classification, where the network’s prediction for a test example is progressively updated, facilitating the output of a prediction at any time; and 2. budgeted batch…

Cited by 941SourcePDFScholar
2017

On Fairness and Calibration

NeurIPS 2017poster

The machine learning community has become increasingly concerned with the potential for bias and discrimination in predictive models. This has motivated a growing line of work on what it means for a classification procedure to be "fair." In this paper, we investigate the tension between minimizing e…