ArXiv

Semantic Browsing: Controllable Diversity for Image Generation

Authors
Sara Dorfman, Maya Vishnevsky, Omer Dahary...
Categories
cs.CV, cs.AI, cs.GR, cs.LG
arXiv
https://arxiv.org/abs/2606.23679v1
PDF
https://arxiv.org/pdf/2606.23679v1

Brief

Semantic Browsing addresses diversity collapse in text-to-image generation by shifting diversity induction from the image model to the text level. The authors exploit elaborated captions and a Vision–Language Model that reasons over full scene context, combined with an agentic workflow, to produce structured, interpretable axes of variation. The result is navigable design spaces where each variation corresponds to a specific semantic decision (arXiv:2606.23679v1; ECCV 2026).

Why it matters

Semantic Browsing (Dorfman et al., arXiv:2606.23679v1; ECCV 2026) introduces a controllable diversity method that produces structured, navigable image galleries by inducing variation at the text level rather than via stochastic sampling in the text-to-image model.

Key details

  • The approach leverages elaborated captions from T2I training data and a Vision–Language Model operating over full scene context with an agentic workflow to generate meaningful, user-understandable axes of variation instead of incidental pixel-level differences.
Source evidence

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 Language Model (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.

Comment: ECCV 2026. Project page: https://saradorfman1.github.io/SemanticBrowsing-webpage/