paper-with-me

Papers

Effective internal language model training and fusion for factorized transducer model

2024-04-02 · Jinxi Guo, Niko Moritz, Yingyi Ma, Frank Seide, Chunyang Wu, Jay Mahadeokar, Ozlem Kalinli, Christian Fuegen, Mike Seltzer

The internal language model (ILM) of the neural transducer has been widely studied. In most prior work, it is mainly used for estimating the ILM score and is subsequently subtracted during inference to facilitate improved integration with external language models. Recently, various of factorized transducer models have been proposed, which explicitly embrace a standalone internal language model for non-blank token prediction. However, even with the adoption of factorized transducer models, limited improvement has been observed compared to shallow fusion. In this paper, we propose a novel ILM training and decoding strategy for factorized transducer models, which effectively combines the blank, acoustic and ILM scores. Our experiments show a 17% relative improvement over the standard decoding method when utilizing a well-trained ILM and the proposed decoding strategy on LibriSpeech datasets. Furthermore, when compared to a strong RNN-T baseline enhanced with external LM fusion, the proposed model yields a 5.5% relative improvement on general-sets and an 8.9% WER reduction for rare words. The proposed model can achieve superior performance without relying on external language models, rendering it highly efficient for production use-cases. To further improve the performance, we propose a novel and memory-efficient ILM-fusion-aware minimum word error rate (MWER) training method which improves ILM integration significantly.

📄 PDF Abstract BibTeX arXiv:2404.01716

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modellingmodel

Similar Papers 제목 키워드 기반

NaturalSpeech 3: Zero-Shot Speech Synthesis with Factorized Codec and Diffusion Models

2024-03-05 · Zeqian Ju, Yuancheng Wang, Kai Shen, Xu Tan 외

While recent large-scale text-to-speech (TTS) models have achieved significant progress, they still fall short in speech quality, similarity, and prosody. Considering speech intricately encompasses various attributes (e.…

QuantizationSpeech Synthesistext-to-speechText to Speech

ECHO: Efficient Chest X-ray Report Generation with One-step Block Diffusion

2026-04-10 · Lifeng Chen, Tianqi You, Hao Liu, Zhimin Bao 외 arxiv

Chest X-ray report generation (CXR-RG) has the potential to substantially alleviate radiologists' workload. However, conventional autoregressive vision--language models (VLMs) suffer from high inference latency due to se…

Breaking the Factorization Barrier in Diffusion Language Models

2026-02-09 · Ian Li, Zilei Shao, Benjie Wang, Rose Yu 외 arxiv

Diffusion language models theoretically allow for efficient parallel generation but are practically hindered by the "factorization barrier": the assumption that simultaneously predicted tokens are independent. This limit…

Reinforcement Learning

Factorized Diffusion Architectures for Unsupervised Image Generation and Segmentation

2023-09-27 · Xin Yuan, Michael Maire

We develop a neural network architecture which, trained in an unsupervised manner as a denoising diffusion model, simultaneously learns to both generate and segment images. Learning is driven entirely by the denoising di…

DenoisingImage GenerationImage SegmentationSegmentation+2

InnerGS: Internal Scenes Reconstruction and Segmentation via Factorized 3D Gaussian Splatting

2025-08-18 · Shuxin Liang, Yihan Xiao, Wenlu Tang arxiv

3D Gaussian Splatting (3DGS) has recently gained popularity for efficient scene rendering by representing scenes as explicit sets of anisotropic 3D Gaussians. However, most existing work focuses primarily on modeling ext…

Natural Language Queries