← Search

Xiaodong Cui

33 accepted papers

2026

BiRQ: Bi-Level Self-Labeling Random Quantization for Self-Supervised Speech Recognition

ICASSP 2026oral

Speech is a rich signal, and labeled audio-text pairs are costly, making self-supervised learning essential for scalable representation learning. A core challenge in speech SSL is generating pseudo-labels that are both informative and efficient: strong labels, such as those used in HuBERT, improve d…

Cited by 0SourcePDFScholar
2026

HETEROGENEOUS SELF-SUPERVISED ACOUSTIC PRE-TRAINING WITH LOCAL CONSTRAINTS

ICASSP 2026poster

Self-supervised pre-training using unlabeled data is widely used in automatic speech recognition. In this paper, we propose a new self-supervised pre-training approach to dealing with heterogeneous data. Instead of mixing all the data and minimizing the averaged global loss in the conventional way,…

Cited by 0SourcePDFScholar
2026

How Can Mamba Learn In Context with Outliers and Generalize Provably?

ICML 2026poster

The Mamba model has gained significant attention for its computational advantages over Transformer-based models, while achieving comparable performance across a wide range of language tasks. Like Transformers, Mamba exhibits in-context learning (ICL) capabilities, i.e., making predictions for new ta…

Cited by 0SourceScholar
2025

Objective Soups: Multilingual Multi-Task Modeling for Speech Processing

NeurIPS 2025poster

The need for training multilingual multi-task speech processing (MSP) models that perform both automatic speech recognition and speech-to-text translation is increasingly evident. However, a significant challenge arises from the conflicts among multiple objectives when using a single model. Multi-ob…

Cited by 0SourceScholar
2025

Training Nonlinear Transformers for Chain-of-Thought Inference: A Theoretical Generalization Analysis

ICLR 2025poster

Chain-of-Thought (CoT) is an efficient prompting method that enables the reasoning ability of large language models by augmenting the query using multiple examples with multiple intermediate steps. Despite the empirical success, the theoretical understanding of how to train a Transformer to achieve…

Cited by 3SourcePDFScholar
2024

How Can Personalized Context Help? Exploring Joint Retrieval of Passage and Personalized Context

ICASSP 2024accepted

The integration of external personalized context information into document-grounded conversational systems has significant potential business value, but has not been well-studied. Motivated by the concept of personalized context-aware document-grounded conversational systems, we introduce the task o…

Cited by 0SourceScholar
2024

How Do Nonlinear Transformers Learn and Generalize in In-Context Learning?

ICML 2024poster

Transformer-based large language models have displayed impressive in-context learning capabilities, where a pre-trained model can handle new tasks without fine-tuning by simply augmenting the query with some input-output examples from that task. Despite the empirical success, the mechanics of how to…

Cited by 14SourcePDFScholar
2024

Joint Unsupervised and Supervised Training for Automatic Speech Recognition via Bilevel Optimization

ICASSP 2024accepted

In this paper, we present a novel bilevel optimization-based training approach to training acoustic models for automatic speech recognition (ASR) tasks that we term bi-level joint unsupervised and supervised training (BL-JUST). BL-JUST employs a lower and upper level optimization with an unsupervise…

Cited by 0SourceScholar
2024

Reparameterization Head for Efficient Multi-Input Networks

ICASSP 2024accepted

Reparameterization techniques have demonstrated their efficacy in improving the efficiency of deep neural networks. However, their application has been largely confined to single-input network structures, leaving multi-input ones, commonly encountered in real-world applications, largely unexplored.…

Cited by 0SourceScholar
2023

Compressed Decentralized Proximal Stochastic Gradient Method for Nonconvex Composite Problems with Heterogeneous Data

ICML 2023poster

We first propose a decentralized proximal stochastic gradient tracking method (DProxSGT) for nonconvex stochastic composite problems, with data heterogeneously distributed on multiple workers in a decentralized connected network. To save communication cost, we then extend DProxSGT to a compressed me…

Cited by 12SourcePDFScholar
2022

A Stochastic Linearized Augmented Lagrangian Method for Decentralized Bilevel Optimization

NeurIPS 2022accept

Bilevel optimization has been shown to be a powerful framework for formulating multi-task machine learning problems, e.g., reinforcement learning (RL) and meta-learning, where the decision variables are coupled in both levels of the minimization problems. In practice, the learning tasks would be loc…

Cited by 17SourcePDFScholar
2022

Decentralized Bilevel Optimization for Personalized Client Learning

ICASSP 2022accepted

Decentralized optimization with multiple networked clients/learners has advanced machine learning significantly over the past few years. When data distributions at different nodes/locations are heterogeneous, consensus-based decentralized algorithms ignore distinctive features of local data samples.…

Cited by 0SourceScholar
2021

On Sample Based Explanation Methods for NLP: Faithfulness, Efficiency and Semantic Evaluation

ACL 2021long

In the recent advances of natural language processing, the scale of the state-of-the-art models and datasets is usually extensive, which challenges the application of sample-based explanation methods in many aspects, such as explanation interpretability, efficiency, and faithfulness. In this work, f…

Cited by 0SourcePDFScholar
2021

Speech Emotion Recognition with Multiscale Area Attention and Data Augmentation

ICASSP 2021accepted

In Speech Emotion Recognition (SER), emotional characteristics often appear in diverse forms of energy patterns in spectrograms. Typical attention neural network classifiers of SER are usually optimized on a fixed attention granularity. In this paper, we apply multiscale area attention in a deep con…

Cited by 0SourceScholar
2020

A Decentralized Parallel Algorithm for Training Generative Adversarial Nets

NeurIPS 2020poster

Generative Adversarial Networks (GANs) are a powerful class of generative models in the deep learning community. Current practice on large-scale GAN training utilizes large models and distributed large-batch training strategies, and is implemented on deep learning frameworks (e.g., TensorFlow, PyTor…

Cited by 91SourcePDFScholar
2020

Improving Efficiency in Large-Scale Decentralized Distributed Training

ICASSP 2020accepted

Decentralized Parallel SGD (D-PSGD) and its asynchronous variant Asynchronous Parallel SGD (AD-PSGD) is a family of distributed learning algorithms that have been demonstrated to perform well for large-scale deep learning tasks. One drawback of (A)D-PSGD is that the spectral gap of the mixing matrix…

Cited by 0SourceScholar
2020

ScaleCom: Scalable Sparsified Gradient Compression for Communication-Efficient Distributed Training

NeurIPS 2020poster

Large-scale distributed training of Deep Neural Networks (DNNs) on state-of-the-art platforms are expected to be severely communication constrained. To overcome this limitation, numerous gradient compression techniques have been proposed and have demonstrated high compression ratios. However, most e…

Cited by 79SourcePDFScholar
2020

Task-Based Learning via Task-Oriented Prediction Network with Applications in Finance

IJCAI 2020poster

Real-world applications often involve domain-specific and task-based performance objectives that are not captured by the standard machine learning losses, but are critical for decision making. A key challenge for direct integration of more meaningful domain and task-based evaluation criteria into an…

Cited by 0SourcePDFScholar
2020

Towards Better Understanding of Adaptive Gradient Algorithms in Generative Adversarial Nets

ICLR 2020poster

Adaptive gradient algorithms perform gradient-based updates using the history of gradients and are ubiquitous in training deep neural networks. While adaptive gradient methods theory is well understood for minimization problems, the underlying factors driving their empirical success in min-max probl…

Cited by 83SourceScholar
2020

Ultra-Low Precision 4-bit Training of Deep Neural Networks

NeurIPS 2020oral

In this paper, we propose a number of novel techniques and numerical representation formats that enable, for the very first time, the precision of training systems to be aggressively scaled from 8-bits to 4-bits. To enable this advance, we explore a novel adaptive Gradient Scaling technique (Gradsca…

2019

Distributed Deep Learning Strategies for Automatic Speech Recognition

ICASSP 2019accepted

In this paper, we propose and investigate a variety of distributed deep learning strategies for automatic speech recognition (ASR) and evaluate them with a state-of-the-art Long short-term memory (LSTM) acoustic model on the 2000-hour Switchboard (SWB2000), which is one of the most widely used datas…

Cited by 0SourceScholar
2019

Hybrid 8-bit Floating Point (HFP8) Training and Inference for Deep Neural Networks

NeurIPS 2019poster

Reducing the numerical precision of data and computation is extremely effective in accelerating deep learning training workloads. Towards this end, 8-bit floating point representations (FP8) were recently proposed for DNN training. However, its applicability was demonstrated on a few selected models…

2018

Evolutionary Stochastic Gradient Descent for Optimization of Deep Neural Networks

NeurIPS 2018poster

We propose a population-based Evolutionary Stochastic Gradient Descent (ESGD) framework for optimizing deep neural networks. ESGD combines SGD and gradient-free evolutionary algorithms as complementary algorithms in one framework in which the optimization alternates between the SGD step and evolutio…

2017

Network architectures for multilingual speech representation learning

ICASSP 2017accepted

Multilingual (ML) representations play a key role in building speech recognition systems for low resource languages. The IARPA sponsored BABEL program focuses on building speech recognition (ASR) and keyword search (KWS) systems in over 24 languages with limited training data. The most common mechan…

Cited by 0SourceScholar
2015

Annealed dropout trained maxout networks for improved LVCSR

ICASSP 2015accepted

A significant barrier to progress in automatic speech recognition (ASR) capability is the empirical reality that techniques rarely “scale”-the yield of many apparently fruitful techniques rapidly diminishes to zero as the training criterion or decoder is strengthened, or the size of the training set…

Cited by 7SourceScholar
2015

Data augmentation for deep convolutional neural network acoustic modeling

ICASSP 2015accepted

This paper investigates data augmentation based on label-preserving transformations for deep convolutional neural network (CNN) acoustic modeling to deal with limited training data. We show how stochastic feature mapping (SFM) can be carried out when training CNN models with log-Mel features as inpu…

Cited by 0SourceScholar