CLAILGDec 19, 2022

Empowering Diffusion Models on the Embedding Space for Text Generation

arXiv:2212.09412v352 citationsh-index: 27
Originality Incremental advance
AI Analysis

This work addresses training instability and noise schedule issues in diffusion models for text generation, offering incremental improvements for researchers in natural language processing.

The paper tackled optimization challenges in diffusion models for text generation on embedding spaces, proposing anchor loss and noise rescaling to improve stability and performance, with Difformer achieving superior results over previous state-of-the-art baselines in various text generation tasks.

Diffusion models have achieved state-of-the-art synthesis quality on both visual and audio tasks, and recent works further adapt them to textual data by diffusing on the embedding space. In this paper, we conduct systematic studies of the optimization challenges encountered with both the embedding space and the denoising model, which have not been carefully explored. Firstly, the data distribution is learnable for embeddings, which may lead to the collapse of the embedding space and unstable training. To alleviate this problem, we propose a new objective called the anchor loss which is more efficient than previous methods. Secondly, we find the noise levels of conventional schedules are insufficient for training a desirable denoising model while introducing varying degrees of degeneration in consequence. To address this challenge, we propose a novel framework called noise rescaling. Based on the above analysis, we propose Difformer, an embedding diffusion model based on Transformer. Experiments on varieties of seminal text generation tasks show the effectiveness of the proposed methods and the superiority of Difformer over previous state-of-the-art embedding diffusion baselines.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes