paper-with-me

Papers

VDLM: Variable Diffusion LMs via Robust Latent-to-Text Rendering

2026-01-27 · Shuhui Qu arxiv

Autoregressive language models decode left-to-right with irreversible commitments, limiting revision during multi-step reasoning. We propose \textbf{VDLM}, a modular variable diffusion language model that separates semantic planning from text rendering. VDLM applies LLaDA-style masked diffusion over semantic variable embeddings to enable iterative refinement in latent space, then post-trains the planner with trajectory-aware optimization using embedding-space rewards and values, avoiding text decoding inside the RL loop. To convert planned embeddings back to text, we use a \textbf{Vec2Text} renderer and introduce \textbf{embedding perturbations} to robustify decoding under planner noise. Across nine benchmarks spanning general reasoning, math, and code, VDLM is competitive in pre-training and yields substantial post-training improvements on long-form generation tasks, outperforming other baselines. These results highlight the effectiveness of embedding-space post-training and robust latent-to-text rendering for diffusion language modeling.

📄 PDF Abstract BibTeX arXiv:2602.15870

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Visually Descriptive Language Model for Vector Graphics Reasoning

2024-04-09 · Zhenhailong Wang, Joy Hsu, Xingyao Wang, Kuan-Hao Huang 외

Despite significant advancements, large multimodal models (LMMs) still struggle to bridge the gap between low-level visual perception -- focusing on shapes, sizes, and layouts -- and high-level language reasoning, such a…

DescriptiveLanguage ModelingLanguage ModellingQuestion Answering+3

Contrastive Diffusion Alignment: Learning Structured Latents for Controllable Generation

2025-10-16 · Ruchi Sandilya, Sumaira Perez, Charles Lynch, Lindsay Victoria 외 arxiv

Diffusion models excel at generation, but their latent spaces are high dimensional and not explicitly organized for interpretation or control. We introduce ConDA (Contrastive Diffusion Alignment), a plug-and-play geometr…

Contrastive Learning

Fast Timing-Conditioned Latent Audio Diffusion

2024-02-07 · Zach Evans, CJ Carr, Josiah Taylor, Scott H. Hawley 외

Generating long-form 44.1kHz stereo audio from text prompts can be computationally demanding. Further, most previous works do not tackle that music and sound effects naturally vary in their duration. Our research focuses…

Audio GenerationGPUText-to-Music Generation

Text-to-speech synthesis based on latent variable conversion using diffusion probabilistic model and variational autoencoder

2022-12-16 · Yusuke Yasuda, Tomoki Toda

Text-to-speech synthesis (TTS) is a task to convert texts into speech. Two of the factors that have been driving TTS are the advancements of probabilistic models and latent representation learning. We propose a TTS metho…

Representation LearningSpeech Synthesistext-to-speechText to Speech+1

EasyText: Controllable Diffusion Transformer for Multilingual Text Rendering

2025-05-30 · Runnan Lu, Yuxuan Zhang, Jiaming Liu, Haofan Wang 외

Generating accurate multilingual text with diffusion models has long been desired but remains challenging. Recent methods have made progress in rendering text in a single language, but rendering arbitrary languages is st…

Denoising