paper-with-me

Papers

IMPACT: Iterative Mask-based Parallel Decoding for Text-to-Audio Generation with Diffusion Modeling

2025-05-31 · Kuan-Po Huang, Shu-wen Yang, Huy Phan, Bo-Ru Lu, Byeonggeun Kim, Sashank Macha, Qingming Tang, Shalini Ghosh, Hung-Yi Lee, Chieh-Chi Kao, Chao Wang

Text-to-audio generation synthesizes realistic sounds or music given a natural language prompt. Diffusion-based frameworks, including the Tango and the AudioLDM series, represent the state-of-the-art in text-to-audio generation. Despite achieving high audio fidelity, they incur significant inference latency due to the slow diffusion sampling process. MAGNET, a mask-based model operating on discrete tokens, addresses slow inference through iterative mask-based parallel decoding. However, its audio quality still lags behind that of diffusion-based models. In this work, we introduce IMPACT, a text-to-audio generation framework that achieves high performance in audio quality and fidelity while ensuring fast inference. IMPACT utilizes iterative mask-based parallel decoding in a continuous latent space powered by diffusion modeling. This approach eliminates the fidelity constraints of discrete tokens while maintaining competitive inference speed. Results on AudioCaps demonstrate that IMPACT achieves state-of-the-art performance on key metrics including Fr\'echet Distance (FD) and Fr\'echet Audio Distance (FAD) while significantly reducing latency compared to prior models. The project website is available at https://audio-impact.github.io/.

📄 PDF Abstract BibTeX arXiv:2506.00736

Code (0)

등록된 구현이 없습니다.

Tasks

AudioCapsAudio GenerationFAD

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Mask-Predict: Parallel Decoding of Conditional Masked Language Models

2019-04-19 · IJCNLP 2019 11 · Marjan Ghazvininejad, Omer Levy, Yinhan Liu, Luke Zettlemoyer

Most machine translation systems generate text autoregressively from left to right. We, instead, use a masked language modeling objective to train a model to predict any subset of the target words, conditioned on both th…

Language ModelingLanguage ModellingMachine TranslationMasked Language Modeling+1

DMax: Aggressive Parallel Decoding for dLLMs

2026-04-09 · Zigeng Chen, Gongfan Fang, Xinyin Ma, Ruonan Yu 외 arxiv

We present DMax, a new paradigm for efficient diffusion language models (dLLMs). It mitigates error accumulation in parallel decoding, enabling aggressive decoding parallelism while preserving generation quality. Unlike …

PSD: Pushing the Pareto Frontier of Diffusion LLMs via Parallel Speculative Decoding

2026-05-15 · Shengyin Sun, Yiming Li, Renxi Liu, Xinqi Li 외 arxiv

Diffusion large language models (dLLMs) generate text by iteratively denoising masked token sequences. Although dLLMs can predict all masked positions in parallel within each step, the large number of denoising iteration…

Code Generation

CreditDecoding: Accelerating Parallel Decoding in Diffusion Large Language Models with Trace Credit

2025-10-07 · Kangyu Wang, Zhiyun Jiang, Haibo Feng, Weijia Zhao 외 arxiv

Diffusion large language models (dLLMs) generate text through iterative denoising. In commonly adopted parallel decoding schemes, each step confirms only high-confidence positions while remasking the others. By analyzing…

MR-P: A Parallel Decoding Algorithm for Iterative Refinement Non-Autoregressive Translation

2022-05-01 · Findings (ACL) 2022 5 · Hao Cheng, Zhihua Zhang

Non-autoregressive translation (NAT) predicts all the target tokens in parallel and significantly speeds up the inference process. The Conditional Masked Language Model (CMLM) is a strong baseline of NAT. It decodes with…

Language ModelingLanguage ModellingTranslation