paper-with-me

홈 › Papers

UPainting: Unified Text-to-Image Diffusion Generation with Cross-modal Guidance

2022-10-28 · Wei Li, Xue Xu, Xinyan Xiao, Jiachen Liu, Hu Yang, Guohao Li, Zhanpeng Wang, Zhifan Feng, Qiaoqiao She, Yajuan Lyu, Hua Wu

Diffusion generative models have recently greatly improved the power of text-conditioned image generation. Existing image generation models mainly include text conditional diffusion model and cross-modal guided diffusion model, which are good at small scene image generation and complex scene image generation respectively. In this work, we propose a simple yet effective approach, namely UPainting, to unify simple and complex scene image generation, as shown in Figure 1. Based on architecture improvements and diverse guidance schedules, UPainting effectively integrates cross-modal guidance from a pretrained image-text matching model into a text conditional diffusion model that utilizes a pretrained Transformer language model as the text encoder. Our key findings is that combining the power of large-scale Transformer language model in understanding language and image-text matching model in capturing cross-modal semantics and style, is effective to improve sample fidelity and image-text alignment of image generation. In this way, UPainting has a more general image generation capability, which can generate images of both simple and complex scenes more effectively. To comprehensively compare text-to-image models, we further create a more general benchmark, UniBench, with well-written Chinese and English prompts in both simple and complex scenes. We compare UPainting with recent models and find that UPainting greatly outperforms other models in terms of caption similarity and image fidelity in both simple and complex scenes. UPainting project page \url{https://upainting.github.io/}.

📄 PDF Abstract BibTeX arXiv:2210.16031

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationImage-text matchingLanguage ModelingLanguage ModellingText Matching

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Muddit: Liberating Generation Beyond Text-to-Image with a Unified Discrete Diffusion Model

2025-05-29 · Qingyu Shi, Jinbin Bai, Zhuoran Zhao, Wenhao Chai 외

Unified generation models aim to handle diverse tasks across modalities -- such as text generation, image generation, and vision-language reasoning -- within a single architecture and decoding paradigm. Autoregressive un…

DecoderImage Generationmultimodal generationText Generation

UniCanvas: A Diffusion-base Unified Model for Text-in-Image Joint Generation

2026-06-02 · Zeyuan Yang, Hao-Wei Chen, Xueyang Yu, Yuncong Yang 외 arxiv

Recent years have seen remarkable progress in unified vision-language models handling both multimodal understanding and generation within a single architecture. While autoregressive VLMs can reason across modalities, the…

multimodal generationImage GenerationText Generation

Unified Multi-Modal Latent Diffusion for Joint Subject and Text Conditional Image Generation

2023-03-16 · Yiyang Ma, Huan Yang, Wenjing Wang, Jianlong Fu 외

Language-guided image generation has achieved great success nowadays by using diffusion models. However, texts can be less detailed to describe highly-specific subjects such as a particular dog or a certain car, which ma…

Conditional Image GenerationImage GenerationText to Image GenerationText-to-Image Generation

ILLUME+: Illuminating Unified MLLM with Dual Visual Tokenization and Diffusion Refinement

2025-04-02 · Runhui Huang, Chunwei Wang, Junwei Yang, Guansong Lu 외

We present ILLUME+ that leverages dual visual tokenization and a diffusion decoder to improve both deep semantic understanding and high-fidelity image generation. Existing unified models have struggled to simultaneously …

DecoderImage GenerationImage ReconstructionSuper-Resolution+2

UNIMO-G: Unified Image Generation through Multimodal Conditional Diffusion

2024-01-24 · Wei Li, Xue Xu, Jiachen Liu, Xinyan Xiao

Existing text-to-image diffusion models primarily generate images from text prompts. However, the inherent conciseness of textual descriptions poses challenges in faithfully synthesizing images with intricate details, su…

Conditional Image GenerationDenoisingImage GenerationImage Segmentation+6