用扩散模型生成图像音频等连续数据的隐向量,统一文本与多模态生成。
Multimodal Latent Language Modeling with Next-Token Diffusion
- 将连续数据转为隐向量,用扩散方式逐步生成,支持自回归建模。
- 在图像生成中性能超Diffusion Transformers,语音合成仅需1/10解码步数。
- 适合构建通用多模态大模型,尤其擅长高可扩展性任务。
多模态生成模型需要统一处理离散数据(如文本、代码)和连续数据(如图像、音频、视频)。本文提出隐语言建模(LatentLM),通过因果Transformer无缝融合连续与离散数据。具体地,采用变分自编码器(VAE)将连续数据表示为隐向量,并引入下一令牌扩散机制实现这些向量的自回归生成。此外,提出σ-VAE以缓解方差坍缩问题,这对自回归建模至关重要。大量实验表明,该方法在多种模态上均具有效性:图像生成方面,LatentLM优于Diffusion Transformers,在可扩展性上表现更佳;集成至多模态大语言模型后,提供通用接口,实现统一生成与理解;在扩大训练令牌规模的设定下,性能优于Transfusion和向量量化模型;在文语转换任务中,其说话人相似度和鲁棒性超越当前最优的VALL-E 2模型,且解码步数减少10倍。结果确立了LatentLM作为推进大规模多模态模型的有效且可扩展方案。
原文摘要 · Abstract (English)
Multimodal generative models require a unified approach to handle both discrete data (e.g., text and code) and continuous data (e.g., image, audio, video). In this work, we propose Latent Language Modeling (LatentLM), which seamlessly integrates continuous and discrete data using causal Transformers. Specifically, we employ a variational autoencoder (VAE) to represent continuous data as latent vectors and introduce next-token diffusion for autoregressive generation of these vectors. Additionally, we develop $σ$-VAE to address the challenges of variance collapse, which is crucial for autoregressive modeling. Extensive experiments demonstrate the effectiveness of LatentLM across various modalities. In image generation, LatentLM surpasses Diffusion Transformers in both performance and scalability. When integrated into multimodal large language models, LatentLM provides a general-purpose interface that unifies multimodal generation and understanding. Experimental results show that LatentLM achieves favorable performance compared to Transfusion and vector quantized models in the setting of scaling up training tokens. In text-to-speech synthesis, LatentLM outperforms the state-of-the-art VALL-E 2 model in speaker similarity and robustness, while requiring 10x fewer decoding steps. The results establish LatentLM as a highly effective and scalable approach to advance large multimodal models.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。