paper-with-me

홈 › Papers

Length-Adaptive Decoding for Masked Diffusion Machine Translation

2026-08-23 · Yan Zhan, Mengkai Hou, Wanting Zhang, Zhijun Gao hf

Machine translation tests masked diffusion language models (dLLMs) because every source token must be rendered faithfully, while fixed canvas decoding must choose target length before denoising. Existing masked diffusion decoding work mainly studies token unmasking order, leaving this length decision under-explored despite its direct effect on coverage and redundancy. We introduce Entropy-Valley (EV), a training-free length selector that scores candidate target canvases by mean predictive entropy from all-mask forward passes and selects the canvas the backbone is most prepared to fill. Relative to a baseline using training corpus length statistics, EV recovers 64.9%, 65.3%, and 33.0% of the COMET-22 gain from reference target lengths on EntoZh, ZhtoEn, and EntoDe. Our diagnostics show that denoising-friendly lengths need not match reference lengths. Evaluation by three translation experts supports the EnleftrightarrowZh adequacy gains, with stronger evidence on ZhtoEn. Compared with a LLaMA-3-8B autoregressive (AR) model trained on the same fine-tuning data, the EV system ties on EntoZh and leads on ZhtoEn; an oracle-length diagnostic further shows that, in this masked diffusion MT setting, deciding which tokens to reveal first matters less than how the target length is supplied.

📄 PDF Abstract BibTeX arXiv:2608.22274

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Translation

Similar Papers 제목 키워드 기반

LLaDA-o: An Effective and Length-Adaptive Omni Diffusion Model

2026-03-01 · Zebin You, Xiaolu Zhang, Jun Zhou, Chongxuan Li 외 arxiv

We present \textbf{LLaDA-o}, an effective and length-adaptive omni diffusion model for multimodal understanding and generation. LLaDA-o is built on a Mixture of Diffusion (MoD) framework that decouples discrete masked di…

Text-to-Image Generation

Diffusion Large Language Models for Visual Speech Recognition

2026-05-27 · Jeong Hun Yeo, Chae Won Kim, Hyeongseop Rha, Yong Man Ro arxiv

Existing Visual Speech Recognition (VSR) systems commonly rely on left-to-right autoregressive decoding, which can force premature decisions on visually ambiguous tokens before sufficient context is available. We propose…

Visual Speech Recognition

Decoding Order Matters in Autoregressive Speech Synthesis

2026-01-13 · Minghui Zhao, Anton Ragni arxiv

Autoregressive speech synthesis often adopts a left-to-right order, yet generation order is a modelling choice. We investigate decoding order through masked diffusion framework, which progressively unmasks positions and …

Speech Synthesis

A2D2: Fine-Tuning Any-Length Discrete Diffusion for Adaptive Decoding

2026-06-11 · Sophia Tang, Yuchen Zhu, Molei Tao, Pranam Chatterjee arxiv

Discrete diffusion models offer a simple and stable likelihood-based framework for sequence generation, recently extended to any-length settings via token insertion. Principled reward-guided fine-tuning for any-length di…

Whisfusion: Parallel ASR Decoding with Masked Diffusion

2025-08-09 · Taeyoun Kwon, Junhyuk Ahn, Taegeun Yun, Heeju Jwa 외 arxiv

Autoregressive (AR) encoder-decoder models dominate high-quality multilingual ASR, but their left-to-right decoders make inference latency scale with transcript length. A natural alternative, CTC-style non-autoregressive…