Papers
Topics
Authors
Recent
Search
2000 character limit reached

DreamPoster: Unified T2I Poster Generation

Updated 3 July 2026
  • DreamPoster is a unified text-to-image generation framework that creates high-quality posters from source images and textual prompts while ensuring content fidelity and design flexibility.
  • It leverages the Seedream 3.0 Diffusion-Transformer backbone with multi-modal embeddings and a systematic data annotation pipeline to support diverse layout outputs.
  • Empirical results demonstrate that DreamPoster significantly outperforms GPT-4o and SeedEdit 3.0 in prompt compliance, subject preservation, and overall usability.

DreamPoster is a unified text-to-image (T2I) generation framework designed for synthesizing high-quality posters from user-provided source images and textual prompts, with explicit support for content fidelity, flexible resolution, and diverse layout outputs. Built on the Seedream 3.0 backbone, DreamPoster integrates systematic data annotation and a progressive, multi-stage training regimen. It achieves state-of-the-art usability and design quality benchmarks, significantly outperforming both GPT-4o and SeedEdit 3.0 in empirical evaluations (Hu et al., 6 Jul 2025).

1. Seedream 3.0 Diffusion-Transformer Backbone

DreamPoster adopts the Seedream 3.0 architecture, utilizing a diffusion–transformer (DiT) backbone that unifies three input modalities: a source image II, a prompt TT (typically title, tagline, etc.), and a noisy target latent xtx_t. Each modality is embedded as follows:

  • Image Embedding: The input image II is partitioned into MM patches. Each patch is projected into a dd-dimensional space, forming Eimg=[p1,,pM]RM×dE_{\rm img} = [p_1, \dots, p_M] \in \mathbb{R}^{M \times d}.
  • Text Embedding: The textual prompt TT is processed using a standard encoder (e.g., RoBERTa/T5) to yield Etxt=[t1,,tL]RL×dE_{\rm txt} = [t_1, \dots, t_L] \in \mathbb{R}^{L \times d}.
  • Noisy-Latent Embedding: The current diffusion latent xtx_t is flattened and projected to obtain TT0.

Learnable positional embeddings TT1, TT2, TT3 are added to each token according to modality. These are concatenated:

TT4

The sequence TT5 is passed through TT6 transformer diffusion blocks, each of which applies LayerNorm, MultiHeadSelfAttention, and a feedforward MLP to jointly attend over all modalities. The model predicts the denoising term TT7, optimized under a standard DDPM objective:

TT8

2. Data Annotation and Poster Curation Pipeline

The data annotation pipeline is engineered to yield well-structured triplets TT9 and detailed typographic/layout metadata:

  • Raw-Poster Filtering: Poster candidates undergo OCR (PP-OCR [Du et al. 2020]) and are given an aesthetic score xtx_t0 from a pretrained network. Only posters with at least one OCR box and xtx_t1 are retained.
  • Source-Target Pairing:
  1. Extract all text-box masks xtx_t2.
  2. Inpaint the union of text regions xtx_t3 from xtx_t4 to obtain a clean background xtx_t5.
  3. Optionally segment the main subject as xtx_t6.
  4. Concatenate all recognized OCR strings to yield xtx_t7.
  5. The triplet is: xtx_t8.
  • Poster-Captioner: An image captioning model outputs:
    • Glyph-caption xtx_t9: font, size, color, and position for each string.
    • Layout-caption II0: global layout properties (e.g., “title at top center”).
    • Supervision is based on human-verified templates.

A high-level pseudocode is as follows: MM1

3. Progressive Multi-Stage Training Regimen

DreamPoster employs a three-stage progressive curriculum:

  1. Stage 1 — Single-Task Text-Addition: Trained only on pairs where the poster differs by overlaying II1 on II2, using II3 conditioned on II4.
  2. Stage 2 — Multi-Task Mixed Training: Incorporates five subtasks—addition, deletion, modification, restyling, layout shift. Each subtask is represented by a task tag II5 encoded as extra tokens. The loss is

II6

  1. Stage 3 — Fine-Grained Aesthetic Alignment: Fine-tuning on a curated set of highly rated posters, the objective adds an aesthetic-alignment regularization. With II7 a differentiable aesthetic network,

II8

where II9 is a hyperparameter. Each stage fine-tunes from the previous weights, using Adam and learning rate decay.

4. Evaluation Methodology and Empirical Results

DreamPoster is evaluated on a test set of 500 held-out poster scenarios covering movie, product promo, holiday card, and event flyer applications. Evaluation utilizes both expert designer rating and large-scale user studies:

  • Expert Ratings (40 designers):
    • Prompt Following (PF) ∈ [1,5]
    • Subject Preservation (SP) ∈ [1,5]
    • Design Sense (DS) ∈ [1,5]
  • User Study (40 users, 30 designers):
    • Usability Rate (UR): Fraction of outputs with fewer than 3 “issues.”
    • Satisfaction Rate (SR): Fraction with zero issues.

Quantitative Comparison

Method PF (1–5) SP (1–5) DS (1–5) Usability (%)
DreamPoster 3.88 3.38 3.19 88.55
GPT-4o 2.70 2.15 1.95 47.56
SeedEdit 3.0 2.10 1.80 1.62 25.96

DreamPoster achieves the highest ratings in prompt compliance (PF), content (SP), and design (DS), and a usability rate of 88.6%. This is nearly double GPT-4o and triple SeedEdit 3.0’s usability rate. Qualitative analysis illustrates that DreamPoster preserves aspect-ratio flexibility and typographic hierarchy, whereas baselines distort content or lack layout sophistication.

5. Content Fidelity, Layout Flexibility, and Aesthetic Alignment

DreamPoster explicitly conditions on both user image and text, enabling faithful subject preservation and prompt following. Layout generation leverages enriched annotations (glyph and layout captions), supporting flexible aspect ratios and robust typographic hierarchy. The aesthetic alignment objective in Stage 3 directly optimizes for outputs that are aligned with human notions of design quality, as quantified via MM0. This suggests that the approach can generalize to a range of real-world poster design scenarios with minimal loss in content fidelity.

6. Applicability and Deployment

DreamPoster supports diverse forms of poster generation, including various compositional subtasks. The framework’s capacity for high-resolution, professional-quality outputs and high expert/user satisfaction underpins its deployment in production, notably in Bytedance’s Jimeng and other applications. The systematic annotation pipeline and progressive curriculum are directly transferable to related conditional image generation domains, particularly those demanding compositional control and aesthetic optimization (Hu et al., 6 Jul 2025).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to DreamPoster.