← Search

Daniel Povey

28 accepted papers

2026

Flow2GAN: Hybrid Flow Matching and GAN with Multi-Resolution Network for One-/Two-step High-Fidelity Audio Generation

ICLR 2026poster

Existing dominant methods for audio generation include Generative Adversarial Networks (GANs) and diffusion-based methods like Flow Matching. GANs suffer from slow convergence and potential mode collapse during training, while diffusion methods require multi-step inference that introduces considerab…

Cited by 0SourcecodeScholar
2025

CR-CTC: Consistency regularization on CTC for improved speech recognition

ICLR 2025poster

Connectionist Temporal Classification (CTC) is a widely used method for automatic speech recognition (ASR), renowned for its simplicity and computational efficiency. However, it often falls short in recognition performance. In this work, we propose the Consistency-Regularized CTC (CR-CTC), which en…

2024

Less Peaky and More Accurate CTC Forced Alignment by Label Priors

ICASSP 2024accepted

Connectionist temporal classification (CTC) models are known to have peaky output distributions. Such behavior is not a problem for automatic speech recognition (ASR), but it can cause inaccurate forced alignments (FA), especially at finer granularity, e.g., phoneme level. This paper aims at allevia…

Cited by 0SourceScholar
2024

Libriheavy: A 50, 000 Hours ASR Corpus with Punctuation Casing and Context

ICASSP 2024accepted

In this paper, we introduce Libriheavy, a large-scale ASR corpus consisting of 50,000 hours of read English speech derived from LibriVox. To the best of our knowledge, Libriheavy is the largest freely-available corpus of speech with supervisions. Different from other open-sourced datasets that only…

Cited by 0SourceScholar
2024

PromptASR for Contextualized ASR with Controllable Style

ICASSP 2024accepted

Prompts are crucial to large language models as they provide context information such as topic or logical relationships. Inspired by this, we propose PromptASR, a framework that integrates prompts in end-to-end automatic speech recognition (E2E ASR) systems to achieve contextualized ASR with control…

Cited by 0SourceScholar
2024

Towards Universal Speech Discrete Tokens: A Case Study for ASR and TTS

ICASSP 2024accepted

Self-supervised learning (SSL) proficiency in speech-related tasks has driven research into utilizing discrete tokens for speech tasks like recognition and translation, which offer lower storage requirements and great potential to employ natural language processing techniques. However, these studies…

Cited by 0SourceScholar
2024

Zipformer: A faster and better encoder for automatic speech recognition

ICLR 2024oral

The Conformer has become the most popular encoder model for automatic speech recognition (ASR). It adds convolution modules to a transformer to learn both local and global dependencies. In this work we describe a faster, more memory-efficient, and better-performing transformer, called Zipformer. M…

2023

Building Keyword Search System from End-To-End Asr Systems

ICASSP 2023accepted

Keyword search (KWS) systems are commonly built on top of existing automatic speech recognition (ASR) systems. However, end-to-end (E2E) ASR models are not naturally equipped with word-level timing information or confidence. Existing methods for re-purposing E2E ASR systems for KWS are largely heuri…

Cited by 0SourceScholar
2023

Delay-Penalized Transducer for Low-Latency Streaming ASR

ICASSP 2023accepted

In streaming automatic speech recognition (ASR), it is desirable to reduce latency as much as possible while having minimum impact on recognition accuracy. Although a few existing methods are able to achieve this goal, they are difficult to implement due to their dependency on external alignments. I…

Cited by 0SourceScholar
2023

Fast and Parallel Decoding for Transducer

ICASSP 2023accepted

The transducer architecture is becoming increasingly popular in the field of speech recognition, because it is naturally streaming as well as high in accuracy. One of the drawbacks of transducer is that it is difficult to decode in a fast and parallel way due to an unconstrained number of symbols th…

Cited by 0SourceScholar
2023

Predicting Multi-Codebook Vector Quantization Indexes for Knowledge Distillation

ICASSP 2023accepted

Knowledge distillation (KD) is a common approach to improve model performance in automatic speech recognition (ASR), where a student model is trained to imitate the output behaviour of a teacher model. However, traditional KD methods suffer from teacher label storage issue, especially when the train…

Cited by 0SourceScholar
2021

An Asynchronous WFST-Based Decoder for Automatic Speech Recognition

ICASSP 2021accepted

We introduce asynchronous dynamic decoder, which adopts an efficient A* algorithm to incorporate big language models in the one-pass decoding for large vocabulary continuous speech recognition. Unlike standard one-pass decoding with on-the-fly composition decoder which might induce a significant com…

Cited by 0SourceScholar
2020

An Empirical Study of Transformer-Based Neural Language Model Adaptation

ICASSP 2020accepted

We explore two adaptation approaches of deep Transformer based neural language models (LMs) for automatic speech recognition. The first approach is a pretrain-finetune framework, where we first pretrain a Transformer LM on a large-scale text corpus from scratch and then adapt it to relatively small…

Cited by 32SourceScholar
2020

Gpu-Accelerated Viterbi Exact Lattice Decoder for Batched Online and Offline Speech Recognition

ICASSP 2020accepted

We present an optimized weighted finite-state transducer (WFST) decoder capable of online streaming and offline batch processing of audio using Graphics Processing Units (GPUs). The decoder is efficient in memory utilization, input/output (I/O) bandwidth, and uses a novel Viterbi implementation desi…

Cited by 0SourceScholar
2020

OOV Recovery with Efficient 2nd Pass Decoding and Open-vocabulary Word-level RNNLM Rescoring for Hybrid ASR

ICASSP 2020accepted

In this paper, we investigate out-of-vocabulary (OOV) word recovery in hybrid automatic speech recognition (ASR) systems, with emphasis on dynamic vocabulary expansion for both Weight Finite State Transducer (WFST)-based decoding and word-level RNNLM rescoring. We first describe our OOV candidate ge…

Cited by 0SourceScholar
2020

Speaker Diarization with Region Proposal Network

ICASSP 2020accepted

Speaker diarization is an important pre-processing step for many speech applications, and it aims to solve the "who spoke when" problem. Although the standard diarization systems can achieve satisfactory results in various scenarios, they are composed of several independently-optimized modules and c…

Cited by 62SourceScholar
2019

Speaker Recognition for Multi-speaker Conversations Using X-vectors

ICASSP 2019accepted

Recently, deep neural networks that map utterances to fixed-dimensional embeddings have emerged as the state-of-the-art in speaker recognition. Our prior work introduced x-vectors, an embedding that is very effective for both speaker recognition and diarization. This paper combines our previous work…

Cited by 0SourceScholar
2018

A Pruned Rnnlm Lattice-Rescoring Algorithm for Automatic Speech Recognition

ICASSP 2018accepted

Lattice-rescoring is a common approach to take advantage of recurrent neural language models in ASR, where a word-lattice is generated from 1st-pass decoding and the lattice is then rescored with a neural model, and an <i xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/…

Cited by 0SourceScholar
2018

A Time-Restricted Self-Attention Layer for ASR

ICASSP 2018accepted

Self-attention - an attention mechanism where the input and output sequence lengths are the same - has recently been successfully applied to machine translation, caption generation, and phoneme recognition. In this paper we apply a restricted self-attention mechanism (with multiple heads) to speech…

Cited by 0SourceScholar
2018

Neural Network Language Modeling with Letter-Based Features and Importance Sampling

ICASSP 2018accepted

In this paper we describe an extension of the Kaldi software toolkit to support neural-based language modeling, intended for use in automatic speech recognition (ASR) and related tasks. We combine the use of subword features (letter n-grams) and one-hot encoding of frequent words so that the models…

Cited by 0SourceScholar
2018

Semi-Supervised Training of Acoustic Models Using Lattice-Free MMI

ICASSP 2018accepted

The lattice-free MMI objective (LF-MMI) has been used in supervised training of state-of-the-art neural network acoustic models for automatic speech recognition (ASR). With large amounts of unsupervised data available, extending this approach to the semi-supervised scenario is of significance. Finit…

Cited by 0SourceScholar
2018

X-Vectors: Robust DNN Embeddings for Speaker Recognition

ICASSP 2018accepted

In this paper, we use data augmentation to improve performance of deep neural network (DNN) embeddings for speaker recognition. The DNN, which is trained to discriminate between speakers, maps variable-length utterances to fixed-dimensional embeddings that we call x-vectors. Prior studies have found…

Cited by 0SourceScholar
2017

A study on data augmentation of reverberant speech for robust speech recognition

ICASSP 2017accepted

The environmental robustness of DNN-based acoustic models can be significantly improved by using multi-condition training data. However, as data collection is a costly proposition, simulation of the desired conditions is a frequently adopted strategy. In this paper we detail a data augmentation appr…

Cited by 0SourceScholar
2017

Speaker diarization using deep neural network embeddings

ICASSP 2017accepted

Speaker diarization is an important front-end for many speech technologies in the presence of multiple speakers, but current methods that employ i-vector clustering for short segments of speech are potentially too cumbersome and costly for the front-end role. In this work, we propose an alternative…

Cited by 0SourceScholar
2016

Acoustic data-driven pronunciation lexicon generation for logographic languages

ICASSP 2016accepted

Handcrafted pronunciation lexicons are widely used in modern speech recognition systems. Designing a pronunciation lexicon, however, requires tremendous amount of expert knowledge and effort, which is not practical when applying speech recognition techniques to low resource languages. In this paper,…

Cited by 0SourceScholar
2015

Librispeech: An ASR corpus based on public domain audio books

ICASSP 2015accepted

This paper introduces a new corpus of read English speech, suitable for training and evaluating speech recognition systems. The LibriSpeech corpus is derived from audiobooks that are part of the LibriVox project, and contains 1000 hours of speech sampled at 16 kHz. We have made the corpus freely ava…

Cited by 0SourceScholar