PosterMaker: Towards High-Quality Product Poster Generation with Accurate Text Rendering
Yifan Gao, Zihang Lin, Chuanbin Liu, Min Zhou, Tiezheng Ge, Bo Zheng, Hongtao Xie
TL;DR
PosterMaker tackles end-to-end product poster generation by integrating TextRenderNet for precise multilingual text rendering and SceneGenNet for subject-preserved background generation within a Stable Diffusion 3 framework. It introduces a robust character-level visual representation as the control signal, formalized by the poster generation operator $I_g = f(I_s, M_s, T, P)$, where $I_g$ is the generated poster, $I_s$ the subject image, $M_s$ the subject mask, $T$ the text content/layout, and $P$ the scene prompt. A two-stage training strategy decouples text rendering from background learning, and subject fidelity is further improved via a foreground extension detector and subject fidelity feedback learning. Empirical results on PosterBenchmark show state-of-the-art text rendering accuracy and improved subject fidelity, validating the effectiveness of end-to-end poster synthesis with robust character-level text control.
Abstract
Product posters, which integrate subject, scene, and text, are crucial promotional tools for attracting customers. Creating such posters using modern image generation methods is valuable, while the main challenge lies in accurately rendering text, especially for complex writing systems like Chinese, which contains over 10,000 individual characters. In this work, we identify the key to precise text rendering as constructing a character-discriminative visual feature as a control signal. Based on this insight, we propose a robust character-wise representation as control and we develop TextRenderNet, which achieves a high text rendering accuracy of over 90%. Another challenge in poster generation is maintaining the fidelity of user-specific products. We address this by introducing SceneGenNet, an inpainting-based model, and propose subject fidelity feedback learning to further enhance fidelity. Based on TextRenderNet and SceneGenNet, we present PosterMaker, an end-to-end generation framework. To optimize PosterMaker efficiently, we implement a two-stage training strategy that decouples text rendering and background generation learning. Experimental results show that PosterMaker outperforms existing baselines by a remarkable margin, which demonstrates its effectiveness.
