Bridging the Discrete-Continuous Gap: Unified Multimodal Generation via Coupled Manifold Discrete Absorbing Diffusion
Yuanfeng Xu, Yuhao Chen, Liang Lin, Guangrun Wang
TL;DR
CoM-DAD proposes a unified multimodal generation framework that bridges the discrete-continuous gap by coupling a continuous latent diffusion semantic planner with a discrete absorbing diffusion token generator. The method decouples high-level semantic planning from low-level token synthesis, using a Semantic Injection Interface and a Variable-Rate Noise Schedule, along with a Stochastic Mixed-Modal Transport strategy to align text and image modalities without heavy contrastive pre-training. Theoretical grounding is provided via an ELBO decomposition and two-stage diffusion processes, with experiments showing superior text fidelity, faster convergence, parallel decoding, and strong cross-modal alignment. This work offers a scalable path toward truly unified text-image generation, enabling zero-shot cross-modal capabilities with modest paired-data requirements and improved training stability compared to monolithic autoregressive or diffusion baselines.
Abstract
The bifurcation of generative modeling into autoregressive approaches for discrete data (text) and diffusion approaches for continuous data (images) hinders the development of truly unified multimodal systems. While Masked Language Models (MLMs) offer efficient bidirectional context, they traditionally lack the generative fidelity of autoregressive models and the semantic continuity of diffusion models. Furthermore, extending masked generation to multimodal settings introduces severe alignment challenges and training instability. In this work, we propose \textbf{CoM-DAD} (\textbf{Co}upled \textbf{M}anifold \textbf{D}iscrete \textbf{A}bsorbing \textbf{D}iffusion), a novel probabilistic framework that reformulates multimodal generation as a hierarchical dual-process. CoM-DAD decouples high-level semantic planning from low-level token synthesis. First, we model the semantic manifold via a continuous latent diffusion process; second, we treat token generation as a discrete absorbing diffusion process, regulated by a \textbf{Variable-Rate Noise Schedule}, conditioned on these evolving semantic priors. Crucially, we introduce a \textbf{Stochastic Mixed-Modal Transport} strategy that aligns disparate modalities without requiring heavy contrastive dual-encoders. Our method demonstrates superior stability over standard masked modeling, establishing a new paradigm for scalable, unified text-image generation.
