paper-with-me

홈 › Papers

From AR to Diffusion: Efficiently Adapting Large Language Models with Strictly Causal and Elastic Horizons

2026-04-11 · Xiangyu Ma, Teng Xiao, Zuchao Li, Lefei Zhang arxiv

Diffusion models promise efficient parallel text generation but rely on bidirectional attention, creating a structural mismatch with pre-trained Autoregressive (AR) models. This incompatibility precludes reusing robust AR priors, necessitating prohibitive pre-training from scratch. To bridge this gap, we propose FLUID, a framework that efficiently adapts AR backbones to the diffusion paradigm. By enforcing Strictly Causal Alignment, FLUID enables seamless initialization from standard GPT-style checkpoints, circumventing the need for massive pre-training. Furthermore, we introduce Elastic Horizons, an entropy-driven mechanism that dynamically modulates denoising strides based on local information density rather than fixed schedules. Experiments demonstrate that FLUID achieves state-of-the-art performance while reducing training costs by orders of magnitude, effectively reconciling established AR foundations with efficient parallel generation. Our code is available at https://github.com/Oli-lab-nun/FLUID/tree/main.

📄 PDF Abstract BibTeX arXiv:2605.27387

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Language Generation with Strictly Proper Scoring Rules

2024-05-29 · Chenze Shao, Fandong Meng, Yijin Liu, Jie zhou

Language generation based on maximum likelihood estimation (MLE) has become the fundamental approach for text generation. Maximum likelihood estimation is typically performed by minimizing the log-likelihood loss, also k…

Language ModelingLanguage Modellingscoring ruleText Generation

LayoutDiffuse: Adapting Foundational Diffusion Models for Layout-to-Image Generation

2023-02-16 · Jiaxin Cheng, Xiao Liang, Xingjian Shi, Tong He 외

Layout-to-image generation refers to the task of synthesizing photo-realistic images based on semantic layouts. In this paper, we propose LayoutDiffuse that adapts a foundational diffusion model pretrained on large-scale…

Image GenerationLayout-to-Image Generation

Efficiently Adapting Pretrained Language Models To New Languages

2023-11-09 · Zoltan Csaki, Pian Pawakapan, Urmish Thakker, Qiantong Xu

Recent large language models (LLM) exhibit sub-optimal performance on low-resource languages, as the training data of these models is usually dominated by English and other high-resource languages. Furthermore, it is cha…

Cross-Lingual Transfer

Diffusion Instruction Tuning

2025-02-04 · Chen Jin, Ryutaro Tanno, Amrutha Saseendran, Tom Diethe 외

We introduce Lavender, a simple supervised fine-tuning (SFT) method that boosts the performance of advanced vision-language models (VLMs) by leveraging state-of-the-art image generation models such as Stable Diffusion. S…

Image Generation

Parameter-Efficient Orthogonal Finetuning via Butterfly Factorization

2023-11-10 · Weiyang Liu, Zeju Qiu, Yao Feng, Yuliang Xiu 외

Large foundation models are becoming ubiquitous, but training them from scratch is prohibitively expensive. Thus, efficiently adapting these powerful models to downstream tasks is increasingly important. In this paper, w…