← Search

Tatiana Likhomanenko

19 accepted papers

2026

Closing the Gap Between Text and Speech Understanding in LLMs

ICLR 2026poster

Large Language Models (LLMs) can be adapted to extend their text capabilities to speech inputs. However, these speech-adapted LLMs consistently underperform their text-based counterparts—and even cascaded pipelines—on language understanding tasks. We term this shortfall the text–speech understanding…

Cited by 0SourcecodeScholar
2025

Enabling Differentially Private Federated Learning for Speech Recognition: Benchmarks, Adaptive Optimizers, and Gradient Clipping

NeurIPS 2025poster

While federated learning (FL) and differential privacy (DP) have been extensively studied, their application to automatic speech recognition (ASR) remains largely unexplored due to the challenges in training large transformer models. Specifically, large models further exacerbate issues in FL as they…

Cited by 0SourcecodeScholar
2025

Exploring Prediction Targets in Masked Pre-Training for Speech Foundation Models

ICASSP 2025accepted

Speech foundation models, such as HuBERT and its variants, are pre-trained on large amounts of unlabeled speech data and then used for a range of downstream tasks. These models use a masked prediction objective, where the model learns to predict information about masked input segments from the unmas…

Cited by 0SourceScholar
2025

Speaker-IPL: Unsupervised Learning of Speaker Characteristics with i-Vector based Pseudo-Labels

ICASSP 2025accepted

Iterative self-training, or iterative pseudo-labeling (IPL)—using an improved model from the current iteration to provide pseudo-labels for the next iteration—has proven to be a powerful approach to enhance the quality of speaker representations. Recent applications of IPL in unsupervised speaker re…

Cited by 0SourceScholar
2025

Theory, Analysis, and Best Practices for Sigmoid Self-Attention

ICLR 2025poster

Attention is a key part of the transformer architecture. It is a sequence-to-sequence mapping that transforms each sequence element into a weighted sum of values. The weights are typically obtained as the softmax of dot products between keys and queries. Recent work has explored alternatives to soft…

2025

Towards Automatic Assessment of Self-Supervised Speech Models using Rank

ICASSP 2025accepted

This study explores using embedding rank as an unsupervised evaluation metric for general-purpose speech encoders trained via self-supervised learning (SSL). Traditionally, assessing the performance of these encoders is resource-intensive and requires labeled data from the downstream tasks. Inspired…

Cited by 0SourceScholar
2023

Continuous pseudo-labeling from the start

ICLR 2023poster

Self-training (ST), or pseudo-labeling has sparked significant interest in the automatic speech recognition (ASR) community recently because of its success in harnessing unlabeled data. Unlike prior semi-supervised learning approaches that relied on iteratively regenerating pseudo-labels (PLs) from…

Cited by 12SourcePDFScholar
2023

How to Scale Your EMA

NeurIPS 2023spotlight

Preserving training dynamics across batch sizes is an important tool for practical machine learning as it enables the trade-off between batch size and wall-clock time. This trade-off is typically enabled by a scaling rule, for example, in stochastic gradient descent, one should scale the learning ra…

Cited by 30SourcePDFScholar
2023

Joint Speech Transcription and Translation: Pseudo-Labeling with Out-of-Distribution Data

ACL 2023findings

Self-training has been shown to be helpful in addressing data scarcity for many domains, including vision, speech, and language. Specifically, self-training, or pseudo-labeling, labels unsupervised data and adds that to the training pool. In this work, we investigate and use pseudo-labeling for a re…

Cited by 6SourcePDFScholar
2023

Stabilizing Transformer Training by Preventing Attention Entropy Collapse

ICML 2023poster

Training stability is of great importance to Transformers. In this work, we investigate the training dynamics of Transformers by examining the evolution of the attention layers. In particular, we track the attention entropy for each attention head during the course of training, which is a proxy for…

2022

Flashlight: Enabling Innovation in Tools for Machine Learning

ICML 2022spotlight

As the computational requirements for machine learning systems and the size and complexity of machine learning frameworks increases, essential framework innovation has become challenging. While computational needs have driven recent compiler, networking, and hardware advancements, utilization of tho…

2022

Position Prediction as an Effective Pretraining Strategy

ICML 2022spotlight

Transformers \cite{transformer} have gained increasing popularity in a wide range of applications, including Natural Language Processing (NLP), Computer Vision and Speech Recognition, because of their powerful representational capacity. However, harnessing this representational capacity effectively…

2022

Pseudo-Labeling for Massively Multilingual Speech Recognition

ICASSP 2022accepted

Semi-supervised learning through pseudo-labeling has become a staple of state-of-the-art monolingual speech recognition systems. In this work, we extend pseudo-labeling to massively multilingual speech recognition with 60 languages. We propose a simple pseudo-labeling recipe that works well even wit…

Cited by 0SourceScholar
2022

Word Order does not Matter for Speech Recognition

ICASSP 2022accepted

In this paper, we study training of automatic speech recognition system in a weakly supervised setting where the order of words in transcript labels of the audio training data is not known. We train a word-level acoustic model which aggregates the distribution of all output frames using LogSumExp op…

Cited by 0SourceScholar
2021

CAPE: Encoding Relative Positions with Continuous Augmented Positional Embeddings

NeurIPS 2021poster

Without positional information, attention-based Transformer neural networks are permutation-invariant. Absolute or relative positional embeddings are the most popular ways to feed Transformer models with positional information. Absolute positional embeddings are simple to implement, but suffer from…

Cited by 61SourcePDFScholar
2021

Joint Masked CPC And CTC Training For ASR

ICASSP 2021accepted

Self-supervised learning (SSL) has shown promise in learning representations of audio that are useful for automatic speech recognition (ASR). But, training SSL models like wav2vec 2.0 requires a two-stage pipeline. In this paper we demonstrate a single-stage training of ASR models that can utilize b…

Cited by 0SourceScholar
2021

Self-Training and Pre-Training are Complementary for Speech Recognition

ICASSP 2021accepted

Self-training and unsupervised pre-training have emerged as effective approaches to improve speech recognition systems using unlabeled data. However, it is not clear whether they learn similar patterns or if they can be effectively combined. In this paper, we show that pseudo-labeling and pre-traini…

Cited by 0SourceScholar
2020

Libri-Light: A Benchmark for ASR with Limited or No Supervision

ICASSP 2020accepted

We introduce a new collection of spoken English audio suitable for training speech recognition systems under limited or no supervision. It is derived from open-source audio books from the LibriVox project. It contains over 60K hours of audio, which is, to our knowledge, the largest freely-available…

Cited by 0SourceScholar