Transfusion: Predict the Next Token and Diffuse Images with One Multi-Modal Model
This addresses the challenge of unified multi-modal modeling for AI systems, though it appears incremental as it builds on existing paradigms like transformers and diffusion.
The authors tackled the problem of training a single multi-modal model for both text and image generation by combining next-token prediction with diffusion in a transformer architecture, achieving performance on par with specialized models at 7B parameters and 2T tokens.
We introduce Transfusion, a recipe for training a multi-modal model over discrete and continuous data. Transfusion combines the language modeling loss function (next token prediction) with diffusion to train a single transformer over mixed-modality sequences. We pretrain multiple Transfusion models up to 7B parameters from scratch on a mixture of text and image data, establishing scaling laws with respect to a variety of uni- and cross-modal benchmarks. Our experiments show that Transfusion scales significantly better than quantizing images and training a language model over discrete image tokens. By introducing modality-specific encoding and decoding layers, we can further improve the performance of Transfusion models, and even compress each image to just 16 patches. We further demonstrate that scaling our Transfusion recipe to 7B parameters and 2T multi-modal tokens produces a model that can generate images and text on a par with similar scale diffusion models and language models, reaping the benefits of both worlds.