菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-24
📄 Abstract - BBQ-to-Image: Numeric Bounding Box and Qolor Control in Large-Scale Text-to-Image Models

Text-to-image models have rapidly advanced in realism and controllability, with recent approaches leveraging long, detailed captions to support fine-grained generation. However, a fundamental parametric gap remains: existing models rely on descriptive language, whereas professional workflows require precise numeric control over object location, size, and color. In this work, we introduce BBQ, a large-scale text-to-image model that directly conditions on numeric bounding boxes and RGB triplets within a unified structured-text framework. We obtain precise spatial and chromatic control by training on captions enriched with parametric annotations, without architectural modifications or inference-time optimization. This also enables intuitive user interfaces such as object dragging and color pickers, replacing ambiguous iterative prompting with precise, familiar controls. Across comprehensive evaluations, BBQ achieves strong box alignment and improves RGB color fidelity over state-of-the-art baselines. More broadly, our results support a new paradigm in which user intent is translated into an intermediate structured language, consumed by a flow-based transformer acting as a renderer and naturally accommodating numeric parameters.

顶级标签: aigc model training computer vision
详细标签: text-to-image bounding box control color control structured generation parametric annotation 或 搜索:

从边界框到图像:大规模文生图模型中的数值边界框与颜色控制 / BBQ-to-Image: Numeric Bounding Box and Qolor Control in Large-Scale Text-to-Image Models


1️⃣ 一句话总结

这篇论文提出了一种名为BBQ的新方法,让文生图AI模型能够直接理解并精确执行用户输入的数值指令(如物体位置、大小和具体RGB颜色值),从而用类似拖拽和拾色器的直观操作替代了传统模糊的文字描述,实现了对生成图像的精准空间和色彩控制。

源自 arXiv: 2602.20672