Diffuse Everything: Multimodal Diffusion Models on Arbitrary State Spaces
Kevin Rojas, Yuchen Zhu, Sichen Zhu, Felix X. -F. Ye, Molei Tao
TL;DR
The paper addresses joint multimodal generation without collapsing modalities into a single unimodal representation by proposing a general multimodal diffusion framework that operates on arbitrary state spaces. It introduces decoupled time schedules per modality and a generalized score-matching objective to jointly learn across modalities, enabling unconditional and conditional generation within one model. The approach is demonstrated on text–image synthesis and mixed-type tabular data with encoder-free architectures that achieve competitive performance while remaining highly parameter-efficient. A noisy-guidance mechanism further enhances generation quality, and the work formalizes the theory behind decoupled-time multimodal diffusion, broadening diffusion applicability to diverse data types with minimal preprocessing.
Abstract
Diffusion models have demonstrated remarkable performance in generating unimodal data across various tasks, including image, video, and text generation. On the contrary, the joint generation of multimodal data through diffusion models is still in the early stages of exploration. Existing approaches heavily rely on external preprocessing protocols, such as tokenizers and variational autoencoders, to harmonize varied data representations into a unified, unimodal format. This process heavily demands the high accuracy of encoders and decoders, which can be problematic for applications with limited data. To lift this restriction, we propose a novel framework for building multimodal diffusion models on arbitrary state spaces, enabling native generation of coupled data across different modalities. By introducing an innovative decoupled noise schedule for each modality, we enable both unconditional and modality-conditioned generation within a single model simultaneously. We empirically validate our approach for text-image generation and mixed-type tabular data synthesis, demonstrating that it achieves competitive performance.
