English

Exploring Multimodal Diffusion Transformers for Enhanced Prompt-based Image Editing

Computer Vision and Pattern Recognition 2025-08-12 v1

Abstract

Transformer-based diffusion models have recently superseded traditional U-Net architectures, with multimodal diffusion transformers (MM-DiT) emerging as the dominant approach in state-of-the-art models like Stable Diffusion 3 and Flux.1. Previous approaches have relied on unidirectional cross-attention mechanisms, with information flowing from text embeddings to image latents. In contrast, MMDiT introduces a unified attention mechanism that concatenates input projections from both modalities and performs a single full attention operation, allowing bidirectional information flow between text and image branches. This architectural shift presents significant challenges for existing editing techniques. In this paper, we systematically analyze MM-DiT's attention mechanism by decomposing attention matrices into four distinct blocks, revealing their inherent characteristics. Through these analyses, we propose a robust, prompt-based image editing method for MM-DiT that supports global to local edits across various MM-DiT variants, including few-step models. We believe our findings bridge the gap between existing U-Net-based methods and emerging architectures, offering deeper insights into MMDiT's behavioral patterns.

Keywords

Cite

@article{arxiv.2508.07519,
  title  = {Exploring Multimodal Diffusion Transformers for Enhanced Prompt-based Image Editing},
  author = {Joonghyuk Shin and Alchan Hwang and Yujin Kim and Daneul Kim and Jaesik Park},
  journal= {arXiv preprint arXiv:2508.07519},
  year   = {2025}
}

Comments

ICCV 2025. Project webpage: https://joonghyuk.com/exploring-mmdit-web/

R2 v1 2026-07-01T04:43:26.666Z