CVMay 6, 2025

FLUX-Text: A Simple and Advanced Diffusion Transformer Baseline for Scene Text Editing

arXiv:2505.03329v435 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of editing text in images for applications like design and translation, though it is incremental as it builds on existing diffusion models.

The paper tackles scene text editing by introducing FLUX-Text, a diffusion transformer method that improves glyph generation for multilingual texts, achieving a 97% reduction in training data requirements and outperforming other methods in visual quality and text fidelity.

Scene text editing aims to modify or add texts on images while ensuring text fidelity and overall visual quality consistent with the background. Recent methods are primarily built on UNet-based diffusion models, which have improved scene text editing results, but still struggle with complex glyph structures, especially for non-Latin ones (\eg, Chinese, Korean, Japanese). To address these issues, we present \textbf{FLUX-Text}, a simple and advanced multilingual scene text editing DiT method. Specifically, our FLUX-Text enhances glyph understanding and generation through lightweight Visual and Text Embedding Modules, while preserving the original generative capability of FLUX. We further propose a Regional Text Perceptual Loss tailored for text regions, along with a matching two-stage training strategy to better balance text editing and overall image quality. Benefiting from the DiT-based architecture and lightweight feature injection modules, FLUX-Text can be trained with only $0.1$M training examples, a \textbf{97\%} reduction compared to $2.9$M required by popular methods. Extensive experiments on multiple public datasets, including English and Chinese benchmarks, demonstrate that our method surpasses other methods in visual quality and text fidelity. All the code is available at https://github.com/AMAP-ML/FluxText.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes