paper-with-me

Papers

Self-conditioned Embedding Diffusion for Text Generation

2022-11-08 · Robin Strudel, Corentin Tallec, Florent Altché, Yilun Du, Yaroslav Ganin, Arthur Mensch, Will Grathwohl, Nikolay Savinov, Sander Dieleman, Laurent SIfre, Rémi Leblond

Can continuous diffusion models bring the same performance breakthrough on natural language they did for image generation? To circumvent the discrete nature of text data, we can simply project tokens in a continuous space of embeddings, as is standard in language modeling. We propose Self-conditioned Embedding Diffusion, a continuous diffusion mechanism that operates on token embeddings and allows to learn flexible and scalable diffusion models for both conditional and unconditional text generation. Through qualitative and quantitative evaluation, we show that our text diffusion models generate samples comparable with those produced by standard autoregressive language models - while being in theory more efficient on accelerator hardware at inference time. Our work paves the way for scaling up diffusion models for text, similarly to autoregressive models, and for improving performance with recent refinements to continuous diffusion.

📄 PDF Abstract BibTeX arXiv:2211.04236

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationLanguage ModelingLanguage ModellingText 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 제목 키워드 기반

TESS: Text-to-Text Self-Conditioned Simplex Diffusion

2023-05-15 · Rabeeh Karimi Mahabadi, Hamish Ivison, Jaesung Tae, James Henderson 외

Diffusion models have emerged as a powerful paradigm for generation, obtaining strong performance in various continuous domains. However, applying continuous diffusion models to natural language remains challenging due t…

Natural Language UnderstandingParaphrase GenerationQuestion GenerationQuestion-Generation+2

Diffusion based Text-to-Music Generation with Global and Local Text based Conditioning

2025-01-24 · Jisi Zhang, Pablo Peso Parada, Md Asif Jalal, Karthikeyan Saravanan

Diffusion based Text-To-Music (TTM) models generate music corresponding to text descriptions. Typically UNet based diffusion models condition on text embeddings generated from a pre-trained large language model or from a…

FADLanguage ModelingLanguage ModellingLarge Language Model+2

Visual Chain-of-Thought Diffusion Models

2023-03-28 · William Harvey, Frank Wood

Recent progress with conditional image diffusion models has been stunning, and this holds true whether we are speaking about models conditioned on a text description, a scene layout, or a sketch. Unconditional image diff…

Learned representation-guided diffusion models for large-image generation

2023-12-12 · CVPR 2024 1 · Alexandros Graikos, Srikar Yellapragada, Minh-Quan Le, Saarthak Kapse 외

To synthesize high-fidelity samples, diffusion models typically require auxiliary data to guide the generation process. However, it is impractical to procure the painstaking patch-level annotation effort required in spec…

Image GenerationSelf-Supervised Learning

Sketch and Text Guided Diffusion Model for Colored Point Cloud Generation

2023-08-05 · ICCV 2023 1 · Zijie Wu, Yaonan Wang, Mingtao Feng, He Xie 외

Diffusion probabilistic models have achieved remarkable success in text guided image generation. However, generating 3D shapes is still challenging due to the lack of sufficient data containing 3D models along with their…

DenoisingImage GenerationPoint Cloud Generation