paper-with-me

Papers

Transfer Learning for Text Diffusion Models

2024-01-30 · Kehang Han, Kathleen Kenealy, Aditya Barua, Noah Fiedel, Noah Constant

In this report, we explore the potential for text diffusion to replace autoregressive (AR) decoding for the training and deployment of large language models (LLMs). We are particularly interested to see whether pretrained AR models can be transformed into text diffusion models through a lightweight adaptation procedure we call ``AR2Diff''. We begin by establishing a strong baseline setup for training text diffusion models. Comparing across multiple architectures and pretraining objectives, we find that training a decoder-only model with a prefix LM objective is best or near-best across several tasks. Building on this finding, we test various transfer learning setups for text diffusion models. On machine translation, we find that text diffusion underperforms the standard AR approach. However, on code synthesis and extractive QA, we find diffusion models trained from scratch outperform AR models in many cases. We also observe quality gains from AR2Diff -- adapting AR models to use diffusion decoding. These results are promising given that text diffusion is relatively underexplored and can be significantly faster than AR decoding for long text generation.

📄 PDF Abstract BibTeX arXiv:2401.17181

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationText GenerationTransfer Learning

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 제목 키워드 기반

Style Injection in Diffusion: A Training-free Approach for Adapting Large-scale Diffusion Models for Style Transfer

2023-12-11 · CVPR 2024 1 · Jiwoo Chung, Sangeek Hyun, Jae-Pil Heo

Despite the impressive generative capabilities of diffusion models, existing diffusion model-based style transfer methods require inference-stage optimization (e.g. fine-tuning or textual inversion of style) which is tim…

Style Transfer

SceneTextStylizer: A Training-Free Scene Text Style Transfer Framework with Diffusion Model

2025-10-13 · Honghui Yuan, Keiji Yanai arxiv

With the rapid development of diffusion models, style transfer has made remarkable progress. However, flexible and localized style editing for scene text remains an unsolved challenge. Although existing scene text editin…

Text Style Transfer

FreeStyle: Free Lunch for Text-guided Style Transfer using Diffusion Models

2024-01-28 · Feihong He, Gang Li, Fuhui Sun, Mengyuan Zhang 외

The rapid development of generative diffusion models has significantly advanced the field of style transfer. However, most current style transfer methods based on diffusion models typically involve a slow iterative optim…

DecoderStyle Transfer

HAM: A Training-Free Style Transfer Approach via Heterogeneous Attention Modulation for Diffusion Models

2026-03-25 · Yeqi He, Liang Li, Zhiwen Yang, Xichun Sheng 외 arxiv

Diffusion models have demonstrated remarkable performance in image generation, particularly within the domain of style transfer. Prevailing style transfer approaches typically leverage pre-trained diffusion models' robus…

Image GenerationStyle Transfer

PTDiffusion: Free Lunch for Generating Optical Illusion Hidden Pictures with Phase-Transferred Diffusion Model

2025-03-08 · CVPR 2025 1 · Xiang Gao, Shuai Yang, Jiaying Liu

Optical illusion hidden picture is an interesting visual perceptual phenomenon where an image is cleverly integrated into another picture in a way that is not immediately obvious to the viewer. Established on the off-the…

DenoisingImage Generation