Multimodal Latent Language Modeling with Next-Token Diffusion
Abstract
Lay Summary
Modern AI systems need to handle many types of data, such as text, images, and speech. Text is naturally represented as discrete tokens, while images and speech are continuous signals. Existing methods often either use separate models for different data types or convert continuous data into discrete codes, which can lose information. This paper proposes LatentLM, a unified model that represents images and speech as continuous latent vectors and generates them one by one, similar to how language models generate text tokens. To make this stable, we introduce σ-VAE, which makes the latent space more robust to the small errors that accumulate during autoregressive generation. We evaluate LatentLM on image generation, multimodal understanding and generation, and text-to-speech synthesis. The results show that continuous-token autoregressive modeling can be competitive with strong existing methods while keeping the simplicity and efficiency of causal language models.