Beyond Flat Text: Dual Self-inherited Guidance for Visual Text Generation
Minxing Luo, Zixun Xia, Liaojun Chen, Zhenhang Li, Weichao Zeng, Jianye Wang, Wentao Cheng, Yaxing Wang, Yu Zhou, Jian Yang
TL;DR
This work tackles the challenge of generating accurate visual text within complex layouts using diffusion models. It introduces STGen, a training-free dual-branch framework comprising a Semantic Rectification Branch and a Structure Injection Branch, which jointly refine text region semantics and glyph structure in the latent space. Key techniques include a Reference Branch for semantic priors, AdaIN-based latent merging, and a Divide and Conquer strategy to handle multi-part layouts, all without retraining. Empirical results on a benchmark derived from AnyText show STGen consistently improves OCR accuracy, text-image harmony, and user preference across English and Chinese, demonstrating practical impact for real-world visual text generation tasks.
Abstract
In real-world images, slanted or curved texts, especially those on cans, banners, or badges, appear as frequently, if not more so, than flat texts due to artistic design or layout constraints. While high-quality visual text generation has become available with the advanced generative capabilities of diffusion models, these models often produce distorted text and inharmonious text background when given slanted or curved text layouts due to training data limitation. In this paper, we introduce a new training-free framework, STGen, which accurately generates visual texts in challenging scenarios (\eg, slanted or curved text layouts) while harmonizing them with the text background. Our framework decomposes the visual text generation process into two branches: (i) \textbf{Semantic Rectification Branch}, which leverages the ability in generating flat but accurate visual texts of the model to guide the generation of challenging scenarios. The generated latent of flat text is abundant in accurate semantic information related both to the text itself and its background. By incorporating this, we rectify the semantic information of the texts and harmonize the integration of the text with its background in complex layouts. (ii) \textbf{Structure Injection Branch}, which reinforces the visual text structure during inference. We incorporate the latent information of the glyph image, rich in glyph structure, as a new condition to further strengthen the text structure. To enhance image harmony, we also apply an effective combination method to merge the priors, providing a solid foundation for generation. Extensive experiments across a variety of visual text layouts demonstrate that our framework achieves superior accuracy and outstanding quality.
