SeqDiffuSeq: Text Diffusion with Encoder-Decoder Transformers
Hongyi Yuan, Zheng Yuan, Chuanqi Tan, Fei Huang, Songfang Huang

TL;DR
SeqDiffuSeq introduces a novel diffusion-based sequence-to-sequence text generation model using encoder-decoder Transformers, enhancing generation quality and efficiency through self-conditioning and adaptive noise scheduling techniques.
Contribution
It is the first to adapt diffusion models for sequence-to-sequence text generation with innovative noise scheduling and self-conditioning methods.
Findings
Achieves high-quality text generation with improved inference speed.
Demonstrates superior performance over existing models in experiments.
Effectively models denoising across different token positions.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing · Speech Recognition and Synthesis · Topic Modeling
MethodsDiffusion
