paper-with-me

Papers

Don't Retrain, Align: Adapting Autoregressive LMs to Diffusion LMs via Representation Alignment

2026-05-07 · Fred Zhangzhi Peng, Alexis Fox, Anru R. Zhang, Alexander Tong arxiv

Diffusion language models (DLMs) have recently demonstrated capabilities that complement standard autoregressive (AR) models, particularly in non-sequential generation and bidirectional editing. Although recent work has shown that pretrained autoregressive checkpoints can be converted into diffusion language models, existing recipes primarily transfer parameters through continued denoising training with objective- and attention-level modifications. We instead ask whether the internal representation geometry learned by next-token prediction can be explicitly preserved during AR-to-DLM conversion. We hypothesize that much of the semantic structure learned by AR pretraining can transfer across generation orders, and thus DLM training should be viewed as relearning the decoding path rather than relearning language representations. To investigate this, we introduce REPR-ALIGN, a representation alignment objective that adapts a bidirectional masked diffusion model to reuse representations from a pretrained AR model of identical architecture. Concretely, we align the hidden states of the DLM to the frozen AR model at every layer using cosine similarity, while optimizing the standard masked denoising objective. This simple alignment, with no adapters and no architectural changes beyond the attention mask, yields up to 4x training acceleration in our setting and is particularly effective in low-data regimes. Our results suggest that linguistic representations can transfer across generation order, and that representation alignment provides a simple and effective technique for training diffusion language models. Code is available at https://github.com/pengzhangzhi/Open-dLLM.

📄 PDF Abstract BibTeX arXiv:2605.06885

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IE2Video: Adapting Pretrained Diffusion Models for Event-Based Video Reconstruction

2025-12-04 · Dmitrii Torbunov, Onur Okuducu, Yi Huang, Odera Dim 외 arxiv

Continuous video monitoring in surveillance, robotics, and wearable systems faces a fundamental power constraint: conventional RGB cameras consume substantial energy through fixed-rate capture. Event cameras offer sparse…

Event-Based Video Reconstruction

TESS 2: A Large-Scale Generalist Diffusion Language Model

2025-02-19 · Jaesung Tae, Hamish Ivison, Sachin Kumar, Arman Cohan

We introduce TESS 2, a general instruction-following diffusion language model that outperforms contemporary instruction-tuned diffusion models, as well as matches and sometimes exceeds strong autoregressive (AR) models. …

Instruction FollowingLanguage ModelingLanguage Modelling

PreDiff-LM: Pretrained Discrete Masked Diffusion Language Modeling with Hybrid Attention

2026-07-28 · Zhengtao Yao, Runhao Li, Xupeng Chen, Jiayi Cheng 외 arxiv

Discrete masked diffusion language models support bidirectional generation and infilling, but adapting pretrained autoregressive (AR) transformers requires reconciling causal pretraining with bidirectional denoising. We …

Adapting VACE for Real-Time Autoregressive Video Diffusion

2026-02-16 · Ryan Fosdick arxiv

We describe an adaptation of VACE (Video All-in-one Creation and Editing) for real-time autoregressive video generation. VACE provides unified video control (reference guidance, structural conditioning, inpainting, and t…

Video Generation

DELTA-TTS: Adapting Autoregressive Model into Diffusion Language Model for Text-to-Speech

2026-07-05 · Junwon Moon, Seungbeom Kim, Yejin Lee, Hoseong Ahn 외 arxiv

Autoregressive (AR) text-to-speech (TTS) models generate discrete speech tokens sequentially, which makes inference slow and can degrade robustness by propagating local errors and hallucinations. This limitation stems fr…