Papers
Topics
Authors
Recent
Search
2000 character limit reached

Rethinking Prompt Design for Inference-time Scaling in Text-to-Visual Generation

Published 3 Dec 2025 in cs.CV and cs.AI | (2512.03534v1)

Abstract: Achieving precise alignment between user intent and generated visuals remains a central challenge in text-to-visual generation, as a single attempt often fails to produce the desired output. To handle this, prior approaches mainly scale the visual generation process (e.g., increasing sampling steps or seeds), but this quickly leads to a quality plateau. This limitation arises because the prompt, crucial for guiding generation, is kept fixed. To address this, we propose Prompt Redesign for Inference-time Scaling, coined PRIS, a framework that adaptively revises the prompt during inference in response to the scaled visual generations. The core idea of PRIS is to review the generated visuals, identify recurring failure patterns across visuals, and redesign the prompt accordingly before regenerating the visuals with the revised prompt. To provide precise alignment feedback for prompt revision, we introduce a new verifier, element-level factual correction, which evaluates the alignment between prompt attributes and generated visuals at a fine-grained level, achieving more accurate and interpretable assessments than holistic measures. Extensive experiments on both text-to-image and text-to-video benchmarks demonstrate the effectiveness of our approach, including a 15% gain on VBench 2.0. These results highlight that jointly scaling prompts and visuals is key to fully leveraging scaling laws at inference-time. Visualizations are available at the website: https://subin-kim-cv.github.io/PRIS.

Summary

  • The paper introduces PRIS, a framework that enhances text-to-visual generation by adaptively revising prompts to improve attribute adherence.
  • It integrates an element-level factual correction verifier with iterative prompt updates to diagnose and repair recurring failures in compositional tasks.
  • Empirical results demonstrate significant adherence improvements across T2I and T2V models, outperforming fixed-prompt methods even with increased compute.

Prompt Redesign for Inference-Time Scaling in Text-to-Visual Generation

Motivation and Problem Formulation

State-of-the-art text-to-visual (T2V) and text-to-image (T2I) generative models achieve impressive sample quality, but their alignment with complex, compositional user intent is fundamentally bottlenecked by fixed prompts during inference. Current inference-time scaling methods focus on increasing compute—sampling more visuals or lengthier denoising trajectories—while keeping prompts fixed. This strategy quickly plateaus in prompt-adherence, especially on held-out or compositional attributes, because ambiguous or incomplete prompts systematically limit the capacity of inference scaling. Figure 1

Figure 1: Prompt redesign (blue) enables sustained adherence improvements as compute increases, while fixed prompts (orange) plateau across both seen and unseen reward axes.

The presented work introduces Prompt Redesign for Inference-time Scaling (PRIS), which fundamentally extends the scaling law paradigm by jointly revising the prompt and the sampling process. By integrating prompt adaptation with scaling—actively revising the conditioning prompt in response to observed, recurring failures across sampled outputs—PRIS achieves strictly monotonic improvements in adherence, validated by substantial gains in established T2I and T2V benchmarks.

PRIS Framework and EFC Verifier

PRIS formalizes a four-step, iterative framework:

  1. Generation and Verification: Generate MM samples with the user-provided prompt, then apply fine-grained verification to assess elementwise adherence.
  2. Top-k Selection: Extract kk samples maximizing element coverage, breaking ties via human-aligned reward models.
  3. Common-failure Analysis and Prompt Redesign: Identify elements with systematic failures (<<50% realized in top-kk), then rewrite the prompt to explicitly reinforce only under-satisfied attributes, keeping strengths intact.
  4. Regeneration: Use the revised prompt and top-kk seeds to generate (N−M)(N-M) additional samples and repeat assessment.

A critical enabler is the element-level factual correction (EFC) verifier, which fulfills two essential gaps left by prior holistic or reward-based verifiers:

  • Granular Decomposition: Decomposes the prompt into atomic, independently verifiable elements classified as core (objective) or extra (stylistic).
  • Text-based Verification: For each output, generates free-form captions, then applies natural language inference (entailment, contradiction, neutral) to match each element. Unresolved (neutral) elements trigger open-ended questions for targeted probing.

This design explicitly mitigates affirmation bias and poor compositional reasoning typical of MLLM-based VQA or reward models, while providing elementwise attribution, supporting targeted and interpretable prompt refinement. Figure 2

Figure 2: Overview of PRIS. Element-level Factual Correction (EFC) enables prompt decomposition, sample-level diagnostic verification, and cyclic prompt refinement using cross-sample failure patterns.

Figure 3

Figure 3: EFC decomposes prompts, performs text-visual entailment using captions and open-ended questions, and outputs fine-grained elementwise verification for prompt adherence.

Empirical Results

Quantitative and qualitative analyses are reported across strong T2I (Flux, SDXL) and T2V (Wan2.1) models, with both standard and challenging compositional prompts from GenAI-Bench and VBench2.0. The core findings are summarized below.

Text-to-Image Generation

  • Prompt adherence: PRIS improves VQA-Score on Flux.1-dev from 0.783 (BoN) to 0.854, and achieves consistent improvement over standard prompt expansion and strong reward-based selection. Adherence gains generalize to DA-Score (unseen reward) and are achieved without degradation of aesthetic quality.
  • Scaling behavior: As compute (number of function evaluations, NFE) increases, fixed-prompt methods (BoN) plateau, but PRIS continues to increase both reward alignment and qualitative fidelity (Figure 1, Figure 4). Figure 4

    Figure 4: PRIS generates progressively more accurate outputs as compute grows, directly addressing attribute adherence missed by BoN.

Text-to-Video Generation

  • VBench2.0: On challenging T2V prompts, PRIS yields average alignment gains of +13.88%+13.88\% and +15.19%+15.19\% for small and large Wan2.1 models, respectively, especially in dynamic attribute and motion order categories—far surpassing visual-only scaling baselines.
  • Commonsense/Physics: Gains extend to physics reasoning (up to +6.53%), except for thermotics, where reward models overfit specific numerical values.
  • Qualitative Dynamics: PRIS enforces precise temporal relationships (e.g., "the lamp turns on immediately when touched") that standard approaches routinely miss or invert. Figure 5

    Figure 5: PRIS resolves compositional and negation instructions that fixed prompt or naive reward optimization approaches fail to realize.

Integration with Visual Scaling Baselines

PRIS is fully complementary to advanced sampling and search-based visual scaling methods such as RBF and DAS. When integrated:

  • Alignment: Joint scaling delivers higher adherence for both seen and unseen tasks versus visual scaling alone.
  • Artifact Reduction: PRIS prevents reward over-optimization artifacts (e.g., prompt text rendered verbatim in the output), a common issue in aggressive reward-based sampling (see Figure 6).
  • Transferability: Rewritten prompts for one visual model transfer robustly to others (e.g., prompts revised for Flux1.dev work well for Firefly Image 4 Ultra). Figure 6

    Figure 6: RBF alone generates reward artifacts, but combining with PRIS substantially alleviates over-optimization issues.

Ablation and Verification Studies

  • Verifier benchmarking: On a new, attribute-level benchmark, EFC (zero-shot, no training) outperforms all existing reward models and decomposed VQA approaches, with mean accuracy 0.763 vs. 0.693 for VideoAlign.
  • Prompt update strategy: Common-failure-based redesign (PRIS) systematically outperforms per-sample or no revision. In T2V, naively correcting every observed error (per-sample update) is actively harmful, as it forces the model to chase irreproducible, low-probability artifacts.
  • Compute efficiency: PRIS provides substantial adherence gains even when controlling for total compute/wall-clock time, despite introducing verification overhead.

Broader Implications and Future Directions

This work demonstrates that inference-time prompt design is a critical and previously underexplored axis for scaling visual generative models. Several implications and possible directions emerge:

  • Scaling Laws: Joint scaling of prompt and visuals breaks adherence plateaus imposed by fixed-prompt paradigms, calling for new theoretical analysis and practical heuristics in the context of scaling laws for generative AI.
  • Verifier-driven Design: Attribute-level, interpretable verifiers are enabling infrastructure for any controlled, human-aligned sample generation; future models may learn to "self-debug" by integrating EFC-like methods in-the-loop.
  • Cross-Model Transferability: Empirically, rewritten prompts generalize across T2I/T2V architectures, supporting research into general-purpose prompt rewriting agents or fine-tuning LLMs on naive-to-precise prompt transformations.
  • Beyond Visual Modality: The principles extend to multi-modal and agentic settings, where joint scaling of instruction, prompt, and sampling could yield stronger grounding in both natural language and signal-rich modalities.

Conclusion

PRIS provides a formal framework for inference-time scaling that brings the prompt into the scaling loop, using attribute-level feedback, and adaptively repairs recurring model failures. The EFC verifier enables fine-grained, interpretable diagnosis and revision, lifting text-visual alignment beyond what compute-only scaling enables. PRIS achieves strong adherence improvements and generalizes across T2I and T2V, supporting a new class of scaling algorithms and evaluation methodologies for instruction-conditioned generation.


Reference:

"Rethinking Prompt Design for Inference-time Scaling in Text-to-Visual Generation" (2512.03534)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

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

Open Problems

We found no open problems mentioned in this paper.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 0 likes about this paper.