Table of Contents
Fetching ...

UM-Text: A Unified Multimodal Model for Image Understanding

Lichen Ma, Xiaolong Fu, Gaojing Zhou, Zipeng Guo, Ting Zhu, Yichun Liu, Yu Shi, Jason Li, Junshi Huang

TL;DR

This work proposes UM-Text, a unified multimodal model for context understanding and visual text editing by natural language instructions, which introduces a Visual Language Model to process the instruction and reference image, so that the text content and layout can be elaborately designed according to the context information.

Abstract

With the rapid advancement of image generation, visual text editing using natural language instructions has received increasing attention. The main challenge of this task is to fully understand the instruction and reference image, and thus generate visual text that is style-consistent with the image. Previous methods often involve complex steps of specifying the text content and attributes, such as font size, color, and layout, without considering the stylistic consistency with the reference image. To address this, we propose UM-Text, a unified multimodal model for context understanding and visual text editing by natural language instructions. Specifically, we introduce a Visual Language Model (VLM) to process the instruction and reference image, so that the text content and layout can be elaborately designed according to the context information. To generate an accurate and harmonious visual text image, we further propose the UM-Encoder to combine the embeddings of various condition information, where the combination is automatically configured by VLM according to the input instruction. During training, we propose a regional consistency loss to offer more effective supervision for glyph generation on both latent and RGB space, and design a tailored three-stage training strategy to further enhance model performance. In addition, we contribute the UM-DATA-200K, a large-scale visual text image dataset on diverse scenes for model training. Extensive qualitative and quantitative results on multiple public benchmarks demonstrate that our method achieves state-of-the-art performance.

UM-Text: A Unified Multimodal Model for Image Understanding

TL;DR

This work proposes UM-Text, a unified multimodal model for context understanding and visual text editing by natural language instructions, which introduces a Visual Language Model to process the instruction and reference image, so that the text content and layout can be elaborately designed according to the context information.

Abstract

With the rapid advancement of image generation, visual text editing using natural language instructions has received increasing attention. The main challenge of this task is to fully understand the instruction and reference image, and thus generate visual text that is style-consistent with the image. Previous methods often involve complex steps of specifying the text content and attributes, such as font size, color, and layout, without considering the stylistic consistency with the reference image. To address this, we propose UM-Text, a unified multimodal model for context understanding and visual text editing by natural language instructions. Specifically, we introduce a Visual Language Model (VLM) to process the instruction and reference image, so that the text content and layout can be elaborately designed according to the context information. To generate an accurate and harmonious visual text image, we further propose the UM-Encoder to combine the embeddings of various condition information, where the combination is automatically configured by VLM according to the input instruction. During training, we propose a regional consistency loss to offer more effective supervision for glyph generation on both latent and RGB space, and design a tailored three-stage training strategy to further enhance model performance. In addition, we contribute the UM-DATA-200K, a large-scale visual text image dataset on diverse scenes for model training. Extensive qualitative and quantitative results on multiple public benchmarks demonstrate that our method achieves state-of-the-art performance.
Paper Structure (18 sections, 3 equations, 6 figures, 4 tables)

This paper contains 18 sections, 3 equations, 6 figures, 4 tables.

Figures (6)

  • Figure 1: Illustration of traditional framework of visual text generation and three additional generation patterns of our method. Please note that the text content, layout and implicit attributes can be adaptively generated by VLM according to instruction.
  • Figure 2: Some results produced by our UM-Text, presenting its powerful effects on tasks such as image editing, image translation, and poster design. Please note that the bounding boxes of text are adaptively generated by UM-Text model.
  • Figure 3: The framework of UM-Text for multi-lingual visual text generation and editing. The UM-Encoder integrates multiple modality embeddings as the condition of visual text generation. The mask in input and loss function is transformed from the predicted layout of UM-Designer. Please note our single model supports diverse downstream applications based on the instructions.
  • Figure 4: The illustration of three training stages for UM-Text optimization.
  • Figure 5: Qualitative comparison of UM-Text and state-of-the-art models in visual text editing task.
  • ...and 1 more figures