paper-with-me

Papers

Multimodal Representation Alignment for Image Generation: Text-Image Interleaved Control Is Easier Than You Think

2025-02-27 · Liang Chen, Shuai Bai, Wenhao Chai, Weichu Xie, Haozhe Zhao, Leon Vinci, Junyang Lin, Baobao Chang

The field of advanced text-to-image generation is witnessing the emergence of unified frameworks that integrate powerful text encoders, such as CLIP and T5, with Diffusion Transformer backbones. Although there have been efforts to control output images with additional conditions, like canny and depth map, a comprehensive framework for arbitrary text-image interleaved control is still lacking. This gap is especially evident when attempting to merge concepts or visual elements from multiple images in the generation process. To mitigate the gap, we conducted preliminary experiments showing that large multimodal models (LMMs) offer an effective shared representation space, where image and text can be well-aligned to serve as a condition for external diffusion models. Based on this discovery, we propose Dream Engine, an efficient and unified framework designed for arbitrary text-image interleaved control in image generation models. Building on powerful text-to-image models like SD3.5, we replace the original text-only encoders by incorporating versatile multimodal information encoders such as QwenVL. Our approach utilizes a two-stage training paradigm, consisting of joint text-image alignment and multimodal interleaved instruction tuning. Our experiments demonstrate that this training method is effective, achieving a 0.69 overall score on the GenEval benchmark, and matching the performance of state-of-the-art text-to-image models like SD3.5 and FLUX.

📄 PDF Abstract BibTeX arXiv:2502.20172

Code (1)

chenllliang/dreamengine 공식 구현 jax

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

SILMM: Self-Improving Large Multimodal Models for Compositional Text-to-Image Generation

2024-12-08 · CVPR 2025 1 · Leigang Qu, Haochuan Li, Wenjie Wang, Xiang Liu 외

Large Multimodal Models (LMMs) have demonstrated impressive capabilities in multimodal understanding and generation, pushing forward advancements in text-to-image generation. However, achieving accurate text-image alignm…

DiversityImage GenerationPrompt EngineeringText to Image Generation+1

PrefGen: Multimodal Preference Learning for Preference-Conditioned Image Generation

2025-12-04 · Wenyi Mo, Tianyu Zhang, Yalong Bai, Ligong Han 외 arxiv

Preference-conditioned image generation seeks to adapt generative models to individual users, producing outputs that reflect personal aesthetic choices beyond the given textual prompt. Despite recent progress, existing a…

Visual Question AnsweringImage Generation

UniTranslator: A Unified Multi-modal Framework for End-to-end In-Image Machine Translation

2026-06-23 · Jiahao Lyu, Pei Fu, Zhenhang Li, Shaojie Zhang 외 arxiv

In-Image Machine Translation (IIMT) aims to translate scene text in an image and render the translated text back into the original regions while preserving the overall visual appearance. Recent unified multimodal models …

Machine TranslationImage Generation

SyCoCa: Symmetrizing Contrastive Captioners with Attentive Masking for Multimodal Alignment

2024-01-04 · Ziping Ma, Furong Xu, Jian Liu, Ming Yang 외

Multimodal alignment between language and vision is the fundamental topic in current vision-language model research. Contrastive Captioners (CoCa), as a representative method, integrates Contrastive Language-Image Pretra…

Image Captioningimage-classificationImage ClassificationImage Reconstruction+7

M$^{2}$Chat: Empowering VLM for Multimodal LLM Interleaved Text-Image Generation

2023-11-29 · Xiaowei Chi, Rongyu Zhang, Zhengkai Jiang, Yijiang Liu 외

While current LLM chatbots like GPT-4V bridge the gap between human instructions and visual representations to enable text-image generations, they still lack efficient alignment methods for high-fidelity performance on m…

Image GenerationLanguage ModellingLarge Language Model