← Search

Andreas Stolcke

32 accepted papers

2026

REDUCING PROMPT SENSITIVITY IN LLM-BASED SPEECH RECOGNITION THROUGH LEARNABLE PROJECTION

ICASSP 2026oral

LLM-based automatic speech recognition (ASR), a well-established approach, connects speech foundation models to large language models (LLMs) through a speech-to-LLM projector, yielding promising results. A common design choice in these architectures is the use of a fixed, manually defined prompt dur…

Cited by 0SourcePDFScholar
2024

Paralinguistics-Enhanced Large Language Modeling of Spoken Dialogue

ICASSP 2024accepted

Large Language Models (LLMs) have demonstrated superior abilities in tasks such as chatting, reasoning, and question-answering. However, standard LLMs may ignore crucial paralinguistic information, such as sentiment, emotion, and speaking style, which are essential for achieving natural, human-like…

Cited by 0SourceScholar
2024

Post-Training Embedding Alignment for Decoupling Enrollment and Runtime Speaker Recognition Models

ICASSP 2024accepted

Automated speaker identification (SID) is a crucial step for the personalization of a wide range of speech-enabled services. Typical SID systems use a symmetric enrollment-verification framework with a single model to derive embeddings both offline for voice profiles extracted from enrollment uttera…

Cited by 3SourceScholar
2024

Provenance: A Light-weight Fact-checker for Retrieval Augmented LLM Generation Output

EMNLP 2024industry

We present a light-weight approach for detecting nonfactual outputs from retrieval-augemented generation (RAG). Given a context and putative output, we compute a factuality score that can be thresholded to yield a binary decision to check the results of LLM-based question-answering, summarization, o…

Cited by 0SourcePDFScholar
2024

Towards ASR Robust Spoken Language Understanding Through in-Context Learning with Word Confusion Networks

ICASSP 2024accepted

In the realm of spoken language understanding (SLU). numerous natural language understanding (NLU) methodologies have been adapted by supplying large language models (LLMs) with transcribed speech instead of conventional written text. In real-world scenarios, prior to input into an LLM. an automated…

Cited by 0SourceScholar
2024

Turn-Taking and Backchannel Prediction with Acoustic and Large Language Model Fusion

ICASSP 2024accepted

We propose an approach for continuous prediction of turn-taking and backchanneling locations in spoken dialogue by fusing a neural acoustic model with a large language model (LLM). Experiments on the Switchboard human-human conversation dataset demonstrate that our approach consistently outperforms…

Cited by 26SourceScholar
2023

Adaptive Endpointing with Deep Contextual Multi-Armed Bandits

ICASSP 2023accepted

Current endpointing (EP) solutions learn in a supervised framework, which does not allow the model to incorporate feedback and improve in an online setting. Also, it is common practice to utilize costly grid-search to find the best configuration for an endpointing model. In this paper, we aim to pro…

Cited by 0SourceScholar
2023

Cross-Utterance ASR Rescoring with Graph-Based Label Propagation

ICASSP 2023accepted

We propose a novel approach for ASR N-best hypothesis rescoring with graph-based label propagation by leveraging cross-utterance acoustic similarity. In contrast to conventional neural language model (LM) based ASR rescoring/reranking models, our approach focuses on acoustic information and conducts…

Cited by 0SourceScholar
2023

Procter: Pronunciation-Aware Contextual Adapter For Personalized Speech Recognition In Neural Transducers

ICASSP 2023accepted

End-to-End (E2E) automatic speech recognition (ASR) systems used in voice assistants often have difficulties recognizing infrequent words personalized to the user, such as names and places. Rare words often have non-trivial pronunciations, and in such cases, human knowledge in the form of a pronunci…

Cited by 16SourceScholar
2022

CUE Vectors: Modular Training of Language Models Conditioned on Diverse Contextual Signals

ACL 2022findings

We propose a framework to modularize the training of neural language models that use diverse forms of context by eliminating the need to jointly train context and within-sentence encoders. Our approach, contextual universal embeddings (CUE), trains LMs on one type of contextual data and adapts to no…

Cited by 6SourcePDFScholar
2022

Contrastive-mixup Learning for Improved Speaker Verification

ICASSP 2022accepted

This paper proposes a novel formulation of prototypical loss with mixup for speaker verification. Mixup is a simple yet efficient data augmentation technique that fabricates a weighted combination of random data point and label pairs for deep neural network training. Mixup has attracted increasing a…

Cited by 0SourceScholar
2022

Improving Fairness in Speaker Verification via Group-Adapted Fusion Network

ICASSP 2022accepted

Modern speaker verification models use deep neural networks to encode utterance audio into discriminative embedding vectors. During the training process, these networks are typically optimized to differentiate arbitrary speakers. This learning process biases the learning of fine voice characteristic…

Cited by 0SourceScholar
2022

Mitigating Closed-Model Adversarial Examples with Bayesian Neural Modeling for Enhanced End-to-End Speech Recognition

ICASSP 2022accepted

In this work, we aim to enhance the system robustness of end-to-end automatic speech recognition (ASR) against adversarially-noisy speech examples. We focus on a rigorous and empirical "closed-model adversarial robustness" setting (e.g., on-device or cloud applications). The adversarial noise is onl…

Cited by 0SourceScholar
2022

OpenFEAT: Improving Speaker Identification by Open-Set Few-Shot Embedding Adaptation with Transformer

ICASSP 2022accepted

Household speaker identification with few enrollment utterances is an important yet challenging problem, especially when household members share similar voice characteristics and room acoustics. A common embedding space learned from a large number of speakers is not universally applicable for the op…

Cited by 0SourceScholar
2022

RescoreBERT: Discriminative Speech Recognition Rescoring With Bert

ICASSP 2022accepted

Second-pass rescoring is an important component in automatic speech recognition (ASR) systems that is used to improve the outputs from a first-pass decoder by implementing a lattice rescoring or n-best re-ranking. While pretraining with a masked language model (MLM) objective has received great succ…

Cited by 0SourceScholar
2022

Self-Supervised Speaker Recognition Training using Human-Machine Dialogues

ICASSP 2022accepted

Speaker recognition, recognizing speaker identities based on voice alone, enables important downstream applications, such as personalization and authentication. Learning speaker representations, in the context of supervised learning, heavily depends on both clean and sufficient labeled data, which i…

Cited by 0SourceScholar
2021

BW-EDA-EEND: streaming END-TO-END Neural Speaker Diarization for a Variable Number of Speakers

ICASSP 2021accepted

We present a novel online end-to-end neural diarization system, BW-EDA-EEND, that processes data incrementally for a variable number of speakers. The system is based on the Encoder-Decoder-Attractor (EDA) architecture of Horiguchi et al., but utilizes the incremental Transformer encoder, attending o…

Cited by 0SourceScholar
2021

Contrastive Unsupervised Learning for Speech Emotion Recognition

ICASSP 2021accepted

Speech emotion recognition (SER) is a key technology to enable more natural human-machine communication. However, SER has long suffered from a lack of public large-scale labeled datasets. To circumvent this problem, we investigate how unsupervised representation learning on unlabeled datasets can be…

Cited by 0SourceScholar
2021

DO as I Mean, Not as I Say: Sequence Loss Training for Spoken Language Understanding

ICASSP 2021accepted

Spoken language understanding (SLU) systems extract transcriptions, as well as semantics of intent or named entities from speech, and are essential components of voice activated systems. SLU models, which either directly extract semantics from audio or are composed of pipelined automatic speech reco…

Cited by 0SourceScholar
2021

Joint ASR and Language Identification Using RNN-T: An Efficient Approach to Dynamic Language Switching

ICASSP 2021accepted

Conventional dynamic language switching enables seamless multilingual interactions by running several monolingual ASR systems in parallel and triggering the appropriate downstream components using a standalone language identification (LID) service. Since this solution is neither scalable nor cost- a…

Cited by 0SourceScholar
2021

Personalization Strategies for End-to-End Speech Recognition Systems

ICASSP 2021accepted

The recognition of personalized content, such as contact names, remains a challenging problem for end-to-end speech recognition systems. In this work, we demonstrate how first- and second-pass rescoring strategies can be leveraged together to improve the recognition of such words. Following previous…

Cited by 0SourceScholar
2021

REDAT: Accent-Invariant Representation for End-To-End ASR by Domain Adversarial Training with Relabeling

ICASSP 2021accepted

Accents mismatching is a critical problem for end-to-end ASR. This paper aims to address this problem by building an accent-robust RNN-T system with domain adversarial training (DAT). We unveil the magic behind DAT and provide, for the first time, a theoretical guarantee that DAT learns accent-invar…

Cited by 0SourceScholar
2020

Combining Acoustics, Content and Interaction Features to Find Hot Spots in Meetings

ICASSP 2020accepted

Involvement hot spots have been proposed as a useful concept for meeting analysis and studied off and on for over 15 years. These are regions of meetings that are marked by high participant involvement, as judged by human annotators. However, prior work was either not conducted in a formal machine l…

Cited by 0SourceScholar
2018

The Microsoft 2017 Conversational Speech Recognition System

ICASSP 2018accepted

We describe the latest version of Microsoft's conversational speech recognition system for the Switchboard and CallHome domains. The system adds a CNN-BLSTM acoustic model to the set of model architectures we combined previously, and includes character-based and dialog session aware LSTM language mo…

Cited by 0SourceScholar
2017

The microsoft 2016 conversational speech recognition system

ICASSP 2017accepted

We describe Microsoft's conversational speech recognition system, in which we combine recent developments in neural-network-based acoustic and language modeling to advance the state of the art on the Switchboard recognition task. Inspired by machine learning ensemble techniques, the system uses a ra…

Cited by 0SourceScholar
2016

A comparative study of recurrent neural network models for lexical domain classification

ICASSP 2016accepted

Domain classification is a critical pre-processing step for many speech understanding and dialog systems, as it allows for certain types of utterances to be routed to specialized subsystems. In previous work, we explored various neural network (NN) architectures for binary utterance classification b…

Cited by 0SourceScholar
2015

Token-level interpolation for class-based language models

ICASSP 2015accepted

We describe a method for interpolation of class-based n-gram language models. Our algorithm is an extension of the traditional EM-based approach that optimizes perplexity of the training set with respect to a collection of n-gram language models linearly combined in the probability space. However, u…

Cited by 0SourceScholar