paper-with-me

Papers

SeqDiffuSeq: Text Diffusion with Encoder-Decoder Transformers

2022-12-20 · Hongyi Yuan, Zheng Yuan, Chuanqi Tan, Fei Huang, Songfang Huang

Diffusion model, a new generative modelling paradigm, has achieved great success in image, audio, and video generation. However, considering the discrete categorical nature of text, it is not trivial to extend continuous diffusion models to natural language, and text diffusion models are less studied. Sequence-to-sequence text generation is one of the essential natural language processing topics. In this work, we apply diffusion models to approach sequence-to-sequence text generation, and explore whether the superiority generation performance of diffusion model can transfer to natural language domain. We propose SeqDiffuSeq, a text diffusion model for sequence-to-sequence generation. SeqDiffuSeq uses an encoder-decoder Transformers architecture to model denoising function. In order to improve generation quality, SeqDiffuSeq combines the self-conditioning technique and a newly proposed adaptive noise schedule technique. The adaptive noise schedule has the difficulty of denoising evenly distributed across time steps, and considers exclusive noise schedules for tokens at different positional order. Experiment results illustrate the good performance on sequence-to-sequence generation in terms of text quality and inference time.

📄 PDF Abstract BibTeX arXiv:2212.10325

Code (1)

yuanhy1997/seqdiffuseq 공식 구현 pytorch

Tasks

DecoderDenoisingText GenerationVideo Generation

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

Exploring Vision Transformers as Diffusion Learners

2022-12-28 · He Cao, Jianan Wang, Tianhe Ren, Xianbiao Qi 외

Score-based diffusion models have captured widespread attention and funded fast progress of recent vision generative tasks. In this paper, we focus on diffusion model backbone which has been much neglected before. We sys…

Decoder

Fast Training of Diffusion Models with Masked Transformers

2023-06-15 · Hongkai Zheng, Weili Nie, Arash Vahdat, Anima Anandkumar

We propose an efficient approach to train large diffusion models with masked transformers. While masked transformers have been extensively explored for representation learning, their application to generative learning is…

DecoderDenoisingRepresentation Learning

Cross-Attention and Encoder-Decoder Transformers: A Logical Characterization

2026-05-08 · Veeti Ahvonen, Damian Heiman, Antti Kuusisto, Miguel Moreno 외 arxiv

We give a novel logical characterization of encoder-decoder transformers, the foundational architecture for LLMs that also sees use in various settings that benefit from cross-attention. We study such transformers over t…

DDT: Decoupled Diffusion Transformer

2025-04-08 · Shuai Wang, Zhi Tian, Weilin Huang, LiMin Wang

Diffusion transformers have demonstrated remarkable generation quality, albeit requiring longer training iterations and numerous inference steps. In each denoising step, diffusion transformers encode the noisy inputs to …

DenoisingImage Generation

Adaptive 1D Video Diffusion Autoencoder

2026-02-04 · Yao Teng, Minxuan Lin, Xian Liu, Shuai Wang 외 arxiv

Recent video generation models largely rely on video autoencoders that compress pixel-space videos into latent representations. However, existing video autoencoders suffer from three major limitations: (1) fixed-rate com…

Video Generation