Semantic Browsing: Controllable Diversity for Image Generation
Abstract: Modern text-to-image models excel in visual fidelity and prompt adherence. However, this strict adherence comes at the cost of diversity: generated samples tend to collapse into a single visual interpretation. Existing methods to improve diversity produce outputs driven by incidental variations rather than meaningful design choices. This motivates a new variant of the diversity task where structure is enforced on the generated samples. We introduce a method for controlled diversity that enables Semantic Browsing, where users can navigate structured image galleries and experience creative exploration through a systematic traversal of meaningful, interpretable axes of variation. Achieving this level of semantic control requires a deep understanding of the scene. We exploit the fact that recent text-to-image models are trained on elaborated captions, effectively decoupling semantic decision-making from pixel generation. This enables a paradigm shift: instead of relying on stochastic variation within the text-to-image model, we induce diversity directly at the text level. By leveraging rich textual representations, we allow a Vision LLM (VLM) to operate on the full scene context. To overcome the generic outputs typical of standard VLMs, we employ an agentic workflow that explicitly enforces structured variation attuned to the original prompt. We demonstrate that our method produces diverse and navigable design spaces where every variation corresponds to a specific, user-understandable semantic decision.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Explain it Like I'm 14
What is this paper about?
This paper is about making text-to-image systems (the kind that turn words into pictures) better at showing different, meaningful versions of the same idea. Instead of giving you lots of almost-identical images, the authors build a system that lets you “browse” clear, understandable options—like changing the style, layout, characters, or mood—one thoughtful choice at a time. They call this idea Semantic Browsing.
What questions did the researchers ask?
- How can we get a set of images that are truly different in ways a user cares about (like composition or style), rather than just random tiny changes?
- Can we organize those differences so people can explore them easily and understand what changed?
- Can we do this while still keeping the images high-quality and true to the original prompt?
How does their method work?
Think of the system like building a “choose-your-own-adventure” for a picture:
- Starting with a simple prompt (like “A poster featuring animals”), the system writes a detailed “scene plan” in text. This plan is like a recipe that clearly lists objects, their attributes, and the overall setting.
- The system uses a team of smart helpers (they call them agents) to find sensible ways to change the scene. Each change focuses on one meaningful aspect at a time, so you always know what’s different.
Here are the helpers and what they do:
- Context Analyst: Figures out which parts of the scene are fixed by the prompt and which parts are flexible. Example: “You must have a dog, cat, and parrot” is fixed, but the breeds or colors might be flexible.
- Brainstormer: Suggests high-level aspects worth exploring, like “interactions between characters,” “lighting,” “style,” or “object arrangement.”
- Decision Maker: Picks one aspect and proposes distinct alternatives for it. Example: Interactions could be “playful,” “peaceful coexistence,” or “competitive.”
- Critic: Checks that each proposed change still makes sense with the original prompt and previous choices, and fixes any contradictions.
These changes are organized into a tree:
- Each branch in the tree changes exactly one semantic aspect (like style or layout).
- Sibling images differ in that one chosen aspect.
- Other details are kept the same, so you can clearly see the effect of that change.
Finally, a standard text-to-image model (like FIBO or FLUX.2) renders the images from the refined scene plans.
What did they find?
- The system produces image galleries that are diverse in ways users understand, not just random differences. Each image reflects a clear choice (like different lighting or arrangement).
- Compared to other methods, their galleries:
- Are more varied in a meaningful way (higher diversity scores).
- Keep good image quality (strong aesthetic scores).
- Stay close to the user’s prompt (prompt-alignment scores remain high).
- People preferred the results in a user study. Participants said these galleries had better diversity and overall quality.
- The structure works: images that are close in the tree look more similar, and those far apart look more different. This means the tree’s organization matches how we perceive changes.
Why does this matter?
- Better creative exploration: Designers, artists, and students can browse clear options—like trying different styles, layouts, or moods—without guessing or rerolling random seeds.
- Control and clarity: You can deliberately choose what to change and see only that change. That makes the creative process easier and more educational.
- Works across models: The idea separates “semantic control” (deciding what changes) from “rendering” (drawing the picture), so it can plug into different image generators.
- Interactive browsing: Users can pick any image in the gallery and continue exploring from there, like moving deeper into a creative decision tree.
In short, the paper introduces a way to turn a single prompt into a well-organized gallery of meaningful options. It helps people explore ideas thoughtfully, see the impact of specific choices, and get high-quality images that still fit the original request.
Knowledge Gaps
Below is a concise list of concrete knowledge gaps, limitations, and open questions that remain unresolved and can guide future research:
- Dependence on VLM quality and bias: How robust is the multi-agent workflow to different VLMs, sampling temperatures, and decoding strategies, and how do VLM biases/hallucinations affect aspect discovery, constraint validity, and downstream image fidelity?
- Schema generality: The paper relies on a custom JSON scene schema, but does not specify its design or generalization. What schema properties (granularity, ontology coverage, compositionality) are necessary for reliable control across domains and generators?
- Disentanglement guarantees: Changes to one “aspect” may inadvertently alter others. How can the method enforce and verify disentanglement (i.e., that non-targeted attributes remain invariant) beyond plausibility checks?
- Constraint satisfaction measurement: Beyond LLM-as-judge and VQAScore, can we design automatic, attribute-specific validators (e.g., trained classifiers or targeted VQA) to quantitatively verify that each declared constraint is visually realized?
- Coverage and completeness of aspects: The system heuristically proposes aspects; there is no guarantee that the discovered axes cover the major plausible interpretations. How can we estimate coverage, detect missing high-impact aspects, or provide completeness certificates?
- Adaptive tree growth: The tree uses a fixed branching factor and depth. Can we develop budget-aware, adaptive expansion policies that: (a) stop when marginal diversity gains plateau, (b) reallocate exploration to promising branches, and (c) prune redundant or low-utility paths?
- Scalability and latency: What are the real-time costs and latency for interactive browsing at larger scales (deeper trees, higher branching factors)? What caching, batched execution, or partial rendering strategies can keep interaction fluid?
- Reproducibility and determinism: To what extent are the agent decisions and resulting galleries reproducible across runs (same seeds/VLM versions)? How sensitive is the hierarchy to small stochastic fluctuations?
- Cross-model generalization: The paper shows qualitative transfer to FLUX.2 but lacks quantitative cross-model results. How consistently does structured control hold across SDXL, DALLE-3/4, Midjourney, and weaker prompt-adherence models?
- Domain and prompt breadth: Evaluation is on 50 MS-COCO prompts. How does the method perform on long, compositional prompts; abstract/artistic styles; rare objects; safety-sensitive topics; and multi-sentence narratives?
- Multilingual prompts: The approach is demonstrated in English only. How well do the agents and schema operate for non-English prompts, code-mixed inputs, or cross-lingual generation?
- Strongly specified prompts: When prompts are already highly constrained, can the system still find meaningful, non-trivial axes? How to detect “fully specified” contexts and avoid superficial variations?
- User experience and interpretability: No user study on interpretability of axes or UI ergonomics. Which aspect representations (names, examples, thumbnails, sliders) maximize user understanding and control?
- Human-in-the-loop corrections: How to incorporate user feedback to refine, merge, rename, or blacklist aspects, and to repair branches that violate intent? Can the system learn a user-specific aspect ontology over time?
- Formalization of “aspect”: The notion of aspect is intuitive but not formally defined. Can we formalize aspects as identifiable, compositional latent factors with measurability and independence properties?
- Metrics for structured diversity: Current metrics (Vendi, DINO, LLM-judge) are indirect. Can we develop task-specific metrics that measure axis-level variation magnitude, orthogonality between axes, and hierarchical consistency in a standardized way?
- Failure mode taxonomy: The paper reports average hierarchical consistency but not error typology. What are the dominant failure modes (semantic drift, contradictions, trivial changes, repetitive axes), when do they occur, and how can they be automatically detected and recovered?
- Baseline breadth and fairness: Comparisons omit several prompt-level diversity methods (e.g., Contextual Repulsion, PAG with GFlowNets, concept recombination tools), and do not analyze cost-quality-diversity trade-offs uniformly across methods. A broader, budget-normalized evaluation remains open.
- Safety and bias controls: Aspect discovery could steer into unsafe or biased variations. How to integrate safety filters, bias audits (e.g., demographic diversity), and “safe aspect” policies without reducing creative breadth?
- Robust constraint solving: The Critic checks plausibility, but there is no global constraint solver ensuring branch-wide consistency. Can we incorporate symbolic constraint satisfaction or programmatic guards to prevent downstream contradictions?
- Duplicate/identity propagation: Identity branches propagate unchanged nodes, potentially wasting budget on near-duplicates. How to detect and de-duplicate identical or near-identical JSONs/images while preserving tree semantics?
- Integration with retrieval or grounding: Can retrieval-augmented agents ground aspect proposals in real-world references (e.g., typical scene layouts, object co-occurrence) to improve plausibility and reduce hallucinations?
- Learning to propose aspects: The current agentic pipeline is prompting-based and training-free. Can we learn policies (e.g., via RL or preference learning) that propose aspects maximizing user utility, novelty, or domain-specific goals?
- Extension to temporal/3D generation: How does the framework extend to videos, animations, and 3D scenes where temporal/spatial consistency and cross-frame constraints are critical?
- Evaluation of long-horizon consistency: As depth increases, does constraint drift accumulate? What mechanisms (periodic re-validation, backtracking, constraint summarization) can maintain consistency over long branches?
- IP and stylistic compliance: Aspect changes can include style shifts that risk copying specific artists/brands. How to implement style-safe exploration that respects IP while maintaining diversity?
- Security of agent prompts: Multi-agent prompting is potentially vulnerable to prompt injection or adversarial user inputs. What defenses and sanitization strategies are needed to secure the workflow?
- Release and reproducibility: The paper does not specify code/model prompts/datasets release. Releasing the JSON schema, agent prompts, and evaluation scripts would enable rigorous replication and extension.
Practical Applications
Immediate Applications
Below are concrete use cases that can be deployed now, leveraging the paper’s agentic workflow, JSON scene representation, and model-agnostic rendering (e.g., FIBO for VLM expansion/refinement and FLUX.2 for image synthesis).
- Creative ideation and marketing campaign exploration [Advertising/Marketing, Design]
- What: Generate structured galleries of ad concepts, social assets, and key visuals where each branch varies a single semantic axis (style, composition, subject interaction, lighting).
- Tools/Products: “Semantic Gallery” panel inside Adobe/Canva/Figma; web app for campaign boards with browsable trees; API for DCO (dynamic creative optimization).
- Workflows: Brand teams lock constraints (logo, palette) and browse variations on background, setting, or mood for A/B tests.
- Assumptions/Dependencies: Strong prompt adherence in the renderer; brand-safe content filters; GPU budget for batch generation (e.g., 27-leaf galleries).
- E-commerce product imagery at scale [Retail/E-commerce, Advertising]
- What: Produce consistent product shots while varying backgrounds, lighting, and scene context; generate marketplace-tailored variants (e.g., “studio,” “outdoor,” “lifestyle”).
- Tools/Products: Listing-image generator with “locked product, vary environment” control; ad creative generator aligned to retailer guidelines.
- Workflows: Identity branch preserves product appearance; sibling branches explore scene context and composition.
- Assumptions/Dependencies: High-fidelity preservation of product identity; domain-specific JSON schema for product attributes; content rights compliance.
- Concept art and pre-production exploration [Media/Entertainment, Gaming]
- What: Structured alternatives for characters, costumes, environments, and storyboards where each branching level fixes one decision (e.g., pose → lighting → palette).
- Tools/Products: DCC plug-ins (Photoshop/Blender) to browse trees and commit branches into asset libraries.
- Workflows: Directors/art leads choose a path across semantic axes; preserved constraints ensure continuity across iterations.
- Assumptions/Dependencies: VLM correctness when expanding prompts into detailed scene JSONs; human-in-the-loop selection.
- Curriculum and visual literacy support [Education]
- What: Teaching composition, style, and narrative through controlled variations; generating consistent but varied examples for lessons and assignments.
- Tools/Products: Classroom app for “vary one dimension at a time” visual demonstrations; art pedagogy kits.
- Workflows: Instructor pins some constraints (e.g., subject, framing) and varies style or lighting across siblings.
- Assumptions/Dependencies: Age-appropriate safety filters; teacher oversight; institutional licenses for generative models.
- Controlled stimuli for user research and market testing [HCI/UX, Market Research]
- What: A/B/n tests with explicit semantic factors (e.g., “warm vs cool lighting,” “crowded vs minimal composition”) to quantify causal impact on preference or conversion.
- Tools/Products: Experiment design tool that maps tree branches to survey cells; automated logging of constraints per image.
- Workflows: Export gallery and metadata; analyze outcomes per axis of variation.
- Assumptions/Dependencies: Reliable, interpretable mapping between JSON constraints and rendered differences; IRB/compliance for human studies.
- Bias auditing and stress-testing of generative systems [Responsible AI/Policy, Software]
- What: Systematically explore under-specified aspects (e.g., demographics, attire, roles) to uncover bias or mode collapse; build “structured test suites.”
- Tools/Products: Audit dashboard producing trees per prompt; LLM-as-a-judge scoring for hierarchical consistency.
- Workflows: Compare coverage across axes; log violations and prompt-constraint conflicts.
- Assumptions/Dependencies: Validity of VLM judges; taxonomy of sensitive attributes; governance processes for findings.
- Synthetic data for model evaluation and robustness [Software/ML]
- What: Generate controlled counterfactuals and diverse evaluation sets by changing one semantic factor at a time; build fairness and robustness benchmarks.
- Tools/Products: Data generation SDK that exports images plus machine-readable constraints (JSON lineage).
- Workflows: Train/evaluate CV models on sets stratified by semantic axes; track performance by branch.
- Assumptions/Dependencies: Domain fit of generated images; risk of synthetic-to-real gap; licensing and provenance management.
- Robotics and autonomy perception tests [Robotics, AV]
- What: Structured scenario images with controlled changes in lighting, weather, background clutter for perception stress tests.
- Tools/Products: Scenario browser; export of axis-aligned test batteries.
- Workflows: Pin camera geometry and object identities; vary environmental factors across siblings.
- Assumptions/Dependencies: Sufficient photorealism for the perception stack; sim-to-real validation.
- Asset provenance and governance in DAMs [Enterprise Software]
- What: Treat each node as a version with explicit semantic decisions; enforce brand constraints while exploring allowed axes.
- Tools/Products: DAM integration that stores the interpretative tree, constraints, and lineage.
- Workflows: Compliance teams review constraint histories; reuse subtrees across campaigns.
- Assumptions/Dependencies: Metadata standards for constraints; access controls; audit logging.
- Everyday creative browsing for consumers [Consumer Apps]
- What: Mood boards for events/home decor; children’s story illustrations where parents vary characters or settings while keeping narrative intact.
- Tools/Products: Mobile app for “browse alternatives by aspect” with simple locks (keep/modify).
- Workflows: Users select a branch, regenerate children, and export favorites.
- Assumptions/Dependencies: Cost-effective inference (batching/caching); robust safety; intuitive UI.
Long-Term Applications
These require further research, scaling, model maturity, or standardization (e.g., video/3D consistency, domain-specific schemas).
- Structured diversity for video and 3D scene generation [Media/Entertainment, Robotics]
- What: Extend hierarchical semantic browsing to video and 3D, maintaining temporal and spatial consistency while varying one aspect per branch.
- Tools/Products: 3D/Video “semantic tree” editors; timeline-aware agents.
- Assumptions/Dependencies: Next-gen video/3D generators with strong prompt adherence; temporal coherence guarantees.
- Automated creative direction tied to KPIs [Advertising/Marketing, Analytics]
- What: Close the loop between semantic axes and business outcomes (CTR, conversion) via causal or bandit optimization; auto-expand promising branches.
- Tools/Products: “Creative Auto-Optimizer” that proposes new branches based on performance signals.
- Assumptions/Dependencies: Reliable attribution; sufficient traffic for learning; guardrails to prevent drift from brand standards.
- Standardized audits and disclosures for generative diversity [Policy/Standards]
- What: Regulatory or industry guidelines specify “semantic coverage” reporting, hierarchical consistency checks, and bias probes as part of model cards.
- Tools/Products: Compliance kits implementing metrics (e.g., semantic–topological correlation, hierarchical consistency).
- Assumptions/Dependencies: Consensus on taxonomies and metrics; third-party auditors; disclosure frameworks.
- Reproducible stimulus banks for behavioral science [Academia, Healthcare Education]
- What: Public repositories of images with ground-truth semantic lineage for perception, cognition, and HCI experiments.
- Tools/Products: DOI-registered galleries with JSON constraints; APIs for experiment builders.
- Assumptions/Dependencies: Community curation; licensing; validation against human judgments.
- Domain-specific CAD and product design exploration [Manufacturing, Industrial Design]
- What: Treat design parameters as semantic axes (materials, ergonomics, surface finishes) and browse structured alternatives before CAD detailing or simulation.
- Tools/Products: “Aspect Designer” bridging concept renderings to CAD constraints; PLM integration.
- Assumptions/Dependencies: Domain-tailored JSON schemas; linkage from visual semantics to engineering parameters; IP protection.
- Healthcare training and patient education with controlled variations [Healthcare]
- What: Non-diagnostic diagrams/scenes that vary anatomy, context, or procedure steps while preserving core instruction.
- Tools/Products: Medical education content builders using semantically controlled trees.
- Assumptions/Dependencies: Medical review; strict safety and bias controls; prohibition for diagnostic use unless clinically validated.
- Exploratory search and recommendation with facet-like semantic browsing [Search/Content Platforms]
- What: Replace flat “generate N images” with navigable trees that expose interpretable facets.
- Tools/Products: “Semantic Browse” UI widget for generative search; query-to-tree expansion APIs.
- Assumptions/Dependencies: Scalable inference; caching; user education on facet semantics.
- Collaborative co-creation and version control [Enterprise Collaboration]
- What: Multi-user editing of semantic trees with comments, approvals, and merges; provenance preserved across branches.
- Tools/Products: Versioned “design space” systems; diff/merge for constraints.
- Assumptions/Dependencies: Access control, change tracking, integration with existing project tools.
- Red-teaming and safety alignment via structured adversarial exploration [Responsible AI]
- What: Systematically push towards policy boundaries by varying actors, context, and intent one dimension at a time to test filters and enforcement.
- Tools/Products: Safety labs with agent-driven branch expansion and violation detection.
- Assumptions/Dependencies: Robust policy modeling; human oversight; containment and logging.
- Edge/on-device structured generation [Mobile/Edge AI]
- What: Lightweight agents and distillations to offer privacy-preserving, low-latency browsing on-device.
- Tools/Products: Quantized local models; hybrid client–server orchestration.
- Assumptions/Dependencies: Model compression; memory budgets; acceptable quality at the edge.
- Multimodal extension to text, audio, and code [Software/ML]
- What: Apply the same agentic, aspect-at-a-time exploration to prose (tone, perspective), audio (instrumentation, tempo), and code (algorithm/complexity).
- Tools/Products: Cross-modal “Aspect Browser” SDK; unified schema for constraints per modality.
- Assumptions/Dependencies: Modality-specific adherence levels; schema design; evaluation metrics.
Cross-cutting assumptions and dependencies (impacting many applications)
- Prompt adherence: The method depends on generators that faithfully realize explicit prompt changes while preserving unspecified attributes (e.g., FIBO, FLUX.2-class models).
- Agent reliability: VLMs can hallucinate; the Critic and human-in-the-loop review help maintain plausibility and safety.
- Domain schemas: Effective control often requires domain-specific JSON schemas and curated aspect taxonomies.
- Compute and latency: Tree expansion implies many VLM and T2I calls; batching, caching, and pruning strategies may be needed for production SLAs.
- Safety, IP, and governance: Content moderation, licensing, watermarking, and provenance tracking are necessary, especially for enterprise and regulated domains.
- Evaluation: Structural metrics (semantic–topological correlation, hierarchical consistency) and human studies should be integrated for quality control.
Glossary
- Agentic workflow: A multi-step, multi-agent process that structures how VLMs refine prompts to enforce controlled, interpretable variation. "we employ an agentic workflow that explicitly enforces structured variation attuned to the original prompt."
- Aesthetic Score: A learned score estimating perceived visual appeal of images, often used as a proxy for image quality. "we report the Aesthetic Score~\cite{schuhmann2022aesthetic} (utilizing the LAION-based predictor~\cite{schuhmann2022laion5bopenlargescaledataset})."
- Autoguidance: A guidance strategy that replaces the unconditional model in CFG with a weaker model to enhance diversity without sacrificing quality. "Autoguidance~\cite{karras2024guiding} replaces the unconditional model in CFG with a weaker variant, effectively restoring diversity while maintaining image quality."
- Belief graphs: Structured representations of assumptions or hypotheses used by agents to reason about ambiguity and guide clarification. "Proactive T2I Agents~\cite{hahn2024proactive} further improve control by leveraging belief graphs to actively clarify ambiguous instructions through dialogue."
- Brainstormer: An agent that proposes high-impact semantic aspects for variation by aggregating low-level mutable details. "The Brainstormer is responsible for laying the groundwork for meaningful Semantic Structuring, ensuring that the tree evolves through clear, meaningful concepts."
- CADS: A method that improves diversity by dynamically adjusting conditioning strength during the diffusion denoising process. "CADS~\cite{sadat2023cads} and Guidance Interval~\cite{kynkaanniemi2024applying} modulate the conditioning signal during denoising."
- Classifier-Free Guidance (CFG): A diffusion guidance technique that trades off diversity for stronger conditioning and fidelity. "Maintaining output diversity in Text-to-Image (T2I) systems is a persistent challenge, as common techniques like Classifier-Free Guidance (CFG)~\cite{ho2022classifier} often prioritize aesthetic fidelity at the cost of variety."
- Context Analyst: An agent that identifies which scene details are mutable versus fixed to preserve logical coherence (plausibility). "The Context Analyst is tasked with defining the admissible search space for modification by identifying granular, low-level details, directly addressing the Plausibility requirement of the tree."
- Contextual attention space: The internal attention representation space over which some methods apply repulsion to diversify semantics. "Contextual Repulsion~\cite{dahary2026ontheflyrepulsioncontextualspace} applies repulsion within the contextual attention space."
- Contextual Repulsion: A diversity method that pushes samples apart in the contextual attention space to encourage semantic variety. "Contextual Repulsion~\cite{dahary2026ontheflyrepulsioncontextualspace} applies repulsion within the contextual attention space."
- Critic: An agent that validates proposed changes for logical consistency and prompt adherence, refining instructions as needed. "Finally, the Critic acts as the validation layer, primarily enforcing Plausibility."
- Decision Maker: An agent that selects a single semantic aspect to vary and formulates distinct constraints to maximize heterogeneity. "The Decision Maker serves as the primary driver of Heterogeneity."
- DINO similarity: A semantic similarity measure based on DINO embeddings used to assess diversity across generated images. "Diversity is quantified via the Vendi Score~\cite{friedman2023vendiscorediversityevaluation} in Inception space~\cite{szegedy2015rethinkinginceptionarchitecturecomputer} and pairwise DINO~\cite{oquab2024dinov2learningrobustvisual} similarity"
- Distilled diffusion models: Faster diffusion models obtained via distillation that can exacerbate diversity collapse. "This diversity collapse is further compounded in fast distilled diffusion models, a phenomenon directly linked to early generation dynamics~\cite{gandikota2025distillingdiversitycontroldiffusion}."
- FIBO: A text-to-image training paradigm/framework that uses long, structured captions to improve prompt adherence and controllability. "This training paradigm is exemplified by FIBO~\cite{gutflaish2025generating}, which trains a text-to-image generator on long, structured captions to improve prompt adherence and controllability."
- FLUX.2: A distinct rendering backbone architecture used to demonstrate model-agnostic transfer of the proposed framework. "we utilize FIBO's {VLM}-based modules for prompt enhancement and scene refinement, while employing a distinct architecture, FLUX.2~\cite{flux-2-2025}, to render the final images."
- GFlowNets: Generative flow networks used to sample diverse prompts or configurations in methods like PAG. "A more recent approach to prompt-level variety is PAG~\cite{yun2025learning}, which utilizes GFlowNets for diverse sampling."
- Guidance Interval: A technique that varies the application of guidance during denoising to encourage variety while risking alignment. "CADS~\cite{sadat2023cads} and Guidance Interval~\cite{kynkaanniemi2024applying} modulate the conditioning signal during denoising."
- Heterogeneity: A requirement that sibling branches realize a chosen aspect in distinct ways to drive diversity. "Heterogeneity: Each constraint must realize the common aspect in a unique manner."
- Hierarchical Consistency: A measure of whether each node remains consistent with all constraints along its root-to-node path. "We refer to the average of this score as Hierarchical Consistency."
- High-Temperature Post-Hoc Diversity Optimization: A generate-and-select baseline that increases VLM sampling entropy to explore lower-probability outputs. "High-Temperature Post-Hoc Diversity Optimization, which additionally increases sampling entropy of the VLM to force the selection of lower-probability tokens."
- Inception space: The feature space of an Inception network used to compute diversity metrics like Vendi Score. "Diversity is quantified via the Vendi Score~\cite{friedman2023vendiscorediversityevaluation} in Inception space~\cite{szegedy2015rethinkinginceptionarchitecturecomputer}"
- JSON Refiner: A component that translates chosen semantic modifications into updated structured JSON scene specifications. "The JSON Refiner then translates these instructions into an updated JSON configuration, and the new modifications are added to the constraint set for subsequent iterations."
- LAION-based predictor: A learned aesthetic estimator trained on LAION data, used to compute Aesthetic Score. "we report the Aesthetic Score~\cite{schuhmann2022aesthetic} (utilizing the LAION-based predictor~\cite{schuhmann2022laion5bopenlargescaledataset})."
- Latent repulsion: A strategy that forces trajectories apart in latent space to increase sample variety. "Other approaches, such as Particle Guidance~\cite{corso2023particle} and MinorityPrompt~\cite{um2025minority}, manipulate the sampling process through latent repulsion or loss-based optimization at the latent level."
- LLM-as-a-judge: An evaluation protocol using an LLM to assess alignment or consistency of generated outputs. "we utilize LLM-as-a-judge ~\cite{lee2024prometheusvisionvisionlanguagemodeljudge} to measure the alignment between a generated node and the constraints inherited from its ancestors."
- MinorityPrompt: A diversity method that modifies the sampling process (e.g., via latent-loss objectives) to surface minority modes. "Other approaches, such as Particle Guidance~\cite{corso2023particle} and MinorityPrompt~\cite{um2025minority}, manipulate the sampling process through latent repulsion or loss-based optimization at the latent level."
- Multi-Agent workflow: A coordinated set of specialized agents that iteratively select, validate, and apply semantic modifications. "Multi-Agent workflow guiding an iterative JSON generation process."
- PAG: A prompt-level variety approach that uses GFlowNets for diverse sampling. "A more recent approach to prompt-level variety is PAG~\cite{yun2025learning}, which utilizes GFlowNets for diverse sampling."
- Pairwise DINO Distance: A distance metric derived from DINO features used to quantify semantic separation between images. "We analyze Pairwise DINO Distance as a function of graph distance (path length between nodes)."
- Particle Guidance: A method that enhances diversity by introducing repulsive interactions between sampling trajectories. "Other approaches, such as Particle Guidance~\cite{corso2023particle} and MinorityPrompt~\cite{um2025minority}, manipulate the sampling process through latent repulsion or loss-based optimization at the latent level."
- Plausibility: A requirement ensuring each variation is logically consistent with the prompt and previously applied constraints. "Plausibility acts as a filter for Heterogeneity: it ensures that while branches differ, they remain faithful to the parent scene's established context."
- Post-Hoc Diversity Optimization: A generate-and-select approach that filters a large candidate pool to maximize diversity. "Post-Hoc Diversity Optimization applies a `generate-and-select' strategy, filtering a pool of 79 candidates generated with different VLM seeds (strictly matching our method's total VLM call budget) to retain the subset that explicitly maximizes diversity;"
- Power-Law CFG: A CFG variant analyzed with power-law behavior, used as a diversity-oriented inference baseline. "Furthermore, we evaluate established generator-level methods that induce diversity directly within the denoising process: CADS~\cite{sadat2023cads}, Guidance Interval~\cite{kynkaanniemi2024applying}, and Power-Law CFG~\cite{pavasovic2025classifierfreeguidancehighdimensionalanalysis}."
- Prompt adherence: The degree to which generated images faithfully match the input text prompt. "Modern text-to-image models excel in visual fidelity and prompt adherence."
- Semantic Browsing: A structured exploration paradigm where users navigate interpretable axes of variation across generated images. "We introduce a method for controlled diversity that enables Semantic Browsing, where users can navigate structured image galleries and experience creative exploration through a systematic traversal of meaningful, interpretable axes of variation."
- Semantic Structuring: A requirement that each branching level varies a single semantic aspect to preserve navigability. "Semantic Structuring: All children of a parent node must be derived from a shared semantic aspect ."
- Self-correction strategies: Prompting or process patterns that have agents refine or correct their outputs before finalizing. "Aligning with self-correction strategies~\cite{madaan2023self, du2023improvingfactualityreasoninglanguage}, it then refines the candidate set into precise, executable instructions"
- SGI: A method that generates a large pool of seeds and filters during generation to reduce redundancy and increase variety. "Similarly, SGI~\cite{parmar2025scaling} starts with a large pool of initial seeds and filters them during generation to reduce redundancy."
- Semantic-Topological Correlation: The observed relationship that semantic distance between images increases with their distance in the generation tree. "Semantic-Topological Correlation. Box plot showing the distribution of Pairwise DINO Distances as a function of graph distance (number of edge hops between nodes)."
- Structured diversity: A diversity objective where variations are organized along explicit, interpretable axes rather than random seeds. "Since Structured Diversity is a novel task, standard metrics are ill-equipped to capture the relational properties of the generated gallery."
- Text-to-Image (T2I): Generative systems that synthesize images conditioned on textual prompts. "Maintaining output diversity in Text-to-Image (T2I) systems is a persistent challenge"
- Vendi Score: A diversity metric computed from feature embeddings (here, in Inception space) to assess sample variety. "Diversity is quantified via the Vendi Score~\cite{friedman2023vendiscorediversityevaluation} in Inception space~\cite{szegedy2015rethinkinginceptionarchitecturecomputer}"
- Vision LLM (VLM): A model capable of processing and reasoning over both visual and textual information for tasks like scene specification. "we allow a Vision LLM (VLM) to operate on the full scene context."
- VLM Seeding: A baseline that varies the VLM random seed to induce stochastic diversity in prompt expansions. "Stochastic VLM Seeding generates the target gallery by simply varying the random seed of the VLM to leverage inherent model stochasticity;"
- VLM-as-a-judge: An evaluation protocol using a VLM to assess consistency or adherence of generated scenes. "we utilize a VLM-as-a-judge~\cite{lee2024prometheusvisionvisionlanguagemodeljudge} to measure the alignment between a generated node and the constraints inherited from its ancestors."
- VQAScore: A prompt adherence metric leveraging vision-language QA to evaluate image-text consistency. "For prompt adherence we utilize VQAScore~\cite{lin2024evaluatingtexttovisualgenerationimagetotext}."
Collections
Sign up for free to add this paper to one or more collections.