UniDDT: Unifying Multimodal Understanding and Generation with Decoupled Diffusion Transformer

📅 2026-06-15
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing unified multimodal models suffer from learning conflicts between visual understanding and generation tasks, inconsistent representation spaces, and excessive reliance on task-specific data. This work proposes a novel unified architecture that jointly constructs a unified semantic encoding using a noisy ViT encoder and a large language model, and introduces a decoupled diffusion Transformer to separately handle image and text generation. By establishing a unified visual latent space and a dual image-text data structure, the model explicitly captures the intrinsic duality between understanding and generation tasks. The approach enhances generative scalability while preserving semantic expressiveness, achieving state-of-the-art performance with 0.87 GenEval and 86.9 DPG on visual generation benchmarks, and 1699.5 MME and 76.5 SEEDBench on multimodal understanding tasks.
📝 Abstract
Unified Multimodal Models (UMMs) have emerged as a critical direction for general-purpose multimodal intelligence, integrating understanding and generation into a single framework. However, existing UMMs face prominent challenges: (1) the inherent learning conflicts between visual understanding and generation tasks, leading to suboptimal modeling in both tasks; (2) different understanding and generation visual spaces impeding scalability; (3) over-reliance on task-specific data that neglects the duality of text-image understanding and generation. To address these challenges, we propose UniDDT, which leverages a Noisy ViT encoder along with an LLM to unify semantic encoding for visual generation and understanding tasks, while employing a separate diffusion decoder to decouple diffusion decoding from text decoding. With this Noisy ViT encoder, UniDDT is able to leverage the latent space as a unified visual representation, enabling seamless compatibility between understanding and generation tasks. Thus, the scalability within the generation tasks and the semantic expressiveness within understanding tasks can be balanced. Also, we construct dual data structures from the same image-text pairs, fostering interdependence between the generation and understanding data to exploit their inherent duality. Extensive experiments demonstrate that UniDDT achieves effective unification of multimodal understanding and generation with enhanced semantic consistency and scalability. For visual generation tasks, our UniDDT achieves 0.87 GenEval score and 86.9 DPG overall score. For multimodal understanding tasks, our UniDDT achieves 1699.5 score on MME benchmark and 76.5 overall score on SEEDbench.
Problem

Research questions and friction points this paper is trying to address.

multimodal understanding
multimodal generation
learning conflict
visual representation
task duality
Innovation

Methods, ideas, or system contributions that make the work stand out.

Decoupled Diffusion Transformer
Unified Multimodal Model
Noisy ViT Encoder
Dual Data Structure
Multimodal Understanding and Generation
🔎 Similar Papers
2024-08-22International Conference on Learning RepresentationsCitations: 292