← Search

Junteng Jia

12 accepted papers

2025

CJST: CTC Compressor based Joint Speech and Text Training for Decoder-Only ASR

ICASSP 2025accepted

CTC compressor can be an effective approach to integrate audio encoders to decoder-only models, which has gained growing interest for different speech applications. In this work, we propose a novel CTC compressor based joint speech and text training (CJST) framework for decoder-only ASR. CJST matche…

Cited by 0SourceScholar
2025

Efficient Streaming LLM for Speech Recognition

ICASSP 2025accepted

Recent works have shown that prompting large language models with audio encodings can unlock speech recognition capabilities. However, existing techniques do not scale efficiently, especially while handling long form streaming audio inputs — not only do they extrapolate poorly beyond the audio lengt…

Cited by 0SourceScholar
2025

Faster Speech-LLaMA Inference with Multi-token Prediction

ICASSP 2025accepted

Large language models (LLMs) have become proficient at solving a wide variety of tasks, including those involving multi-modal inputs. In particular, instantiating an LLM (such as LLaMA) with a speech encoder and training it on paired data imparts speech recognition (ASR) abilities to the decoder-onl…

Cited by 0SourceScholar
2025

M-BEST-RQ: A Multi-Channel Speech Foundation Model for Smart Glasses

ICASSP 2025accepted

The growing popularity of multi-channel wearable devices, such as smart glasses, has led to a surge of applications such as targeted speech recognition and enhanced hearing. However, current approaches to solve these tasks use independently trained models, which may not benefit from large amounts of…

Cited by 0SourceScholar
2025

Speech-N-LlaMA: Improving Speech LLMs with Multi-Pass Training

ICASSP 2025accepted

Speech LLMs use speech embeddings as the prompt to a Large Language Model (LLM) and generate human readable text for the speech signal in an autoregressive manner. Teacher-forcing is a common approach used for training Speech LLMs, which is dissimilar to the procedure used during inference, creating…

Cited by 0SourceScholar
2024

AudioChatLlama: Towards General-Purpose Speech Abilities for LLMs

NAACL 2024long

In this work, we extend the instruction-tuned Llama-2 model with end-to-end general-purpose speech processing and reasoning abilities while maintaining the wide range of original LLM capabilities, without using any carefully curated paired data. The resulting end-to-end model, named AudioChatLlama,…

Cited by 38SourcePDFScholar
2024

Dynamic ASR Pathways: An Adaptive Masking Approach Towards Efficient Pruning of a Multilingual ASR Model

ICASSP 2024accepted

Neural network pruning offers an effective method for compressing a multilingual automatic speech recognition (ASR) model with minimal performance loss. However, it entails several rounds of pruning and re-training needed to be run for each language. In this work, we propose the use of an adaptive m…

Cited by 0SourceScholar
2024

Prompting Large Language Models with Speech Recognition Abilities

ICASSP 2024accepted

Large language models (LLMs) have proven themselves highly flexible, able to solve a wide range of generative tasks, such as abstractive summarization and open-ended question answering. In this paper we extend the capabilities of LLM by directly attaching a small audio encoder allowing it to perform…

Cited by 0SourceScholar
2024

TODM: Train Once Deploy Many Efficient Supernet-Based RNN-T Compression For On-Device ASR Models

ICASSP 2024accepted

Automatic Speech Recognition (ASR) models need to be optimized for specific hardware before they can be deployed on devices. This can be done by tuning the model’s hyperparameters or exploring variations in its architecture. Re-training and re-validating models after making these changes can be a re…

Cited by 0SourceScholar
2023

Anchored Speech Recognition with Neural Transducers

ICASSP 2023accepted

Neural transducers have achieved human level performance on standard speech recognition benchmarks. However, their performance significantly degrades in the presence of cross-talk, especially when the primary speaker has a low signal-to-noise ratio. Anchored speech recognition refers to a class of m…

Cited by 2SourceScholar
2022

Understanding Non-linearity in Graph Neural Networks from the Bayesian-Inference Perspective

NeurIPS 2022accept

Graph neural networks (GNNs) have shown superiority in many prediction tasks over graphs due to their impressive capability of capturing nonlinear relations in graph-structured data. However, for node classification tasks, often, only marginal improvement of GNNs has been observed in practice over t…