lua-coco100-rebuttal-2k
收藏资源简介:
LUA COCO-100 Rebuttal 2K Generations数据集是一个基于MS COCO val2017子集的100个示例生成的图像数据集,专为LUA反驳任务设计。数据集包含原始COCO图像、生成的2048x2048分辨率图像、提示文本和元数据。生成方法多样,包括SDXL直接生成、SDXL结合SwinIR超分辨率、SDXL结合LUA和FLUX VAE等技术。使用官方COCO标题作为生成提示,并采用特定种子(42)确保生成过程的可重复性。每种生成方法均提供100张图像,所有图像均为2048x2048高分辨率。数据集还附带生成协议、验证脚本和详细文档,适用于文本到图像生成、超分辨率等计算机视觉和NLP研究任务。
The LUA COCO-100 Rebuttal 2K Generations dataset is an image dataset generated from 100 samples of the MS COCO val2017 subset, specifically developed for the LUA rebuttal task. The dataset contains original COCO images, 2048×2048 resolution generated images, prompt texts, and metadata. Various generation techniques are utilized, including direct generation via SDXL, SDXL combined with SwinIR for super-resolution, SDXL combined with LUA and FLUX VAE, among others. Official COCO captions are employed as generation prompts, and a fixed random seed (42) is adopted to ensure the reproducibility of the generation pipeline. Each generation method corresponds to 100 images, all of which are high-resolution 2048×2048 images. Additionally, the dataset includes generation protocols, validation scripts, and comprehensive documentation, making it applicable to computer vision and NLP research tasks such as text-to-image generation and super-resolution.
LUA COCO-100 Rebuttal 2K 数据集概述
基本信息
- 数据集名称: LUA COCO-100 Rebuttal 2K Generations
- 许可: 其他(other)
- 任务类别: 文本到图像生成
- 标签: COCO、SDXL、图像生成、超分辨率、反驳验证
- 数据规模: 小于1000条
数据集描述
该数据集包含针对 MS COCO val2017 子集(100个确定性样本)生成的 2048x2048 分辨率图像,使用官方 COCO 描述文本。该数据集用于 LUA(一种超分辨率方法)反驳领域验证任务。
数据内容
prompts.csv: 选定的提示词文件,其中gpt_caption列为 JSON 格式,采用与先前竞品协议相同的sdxl字段约定。manifest.json: 选定的 COCO 图像 ID 和元数据。references/: COCO 参考图像,保存为{0..99}.png。source_jpegs/: 选定图像的原始 COCO val2017 JPEG 文件。images/{method}/2048px/{idx}.png: 各方法生成的 2048x2048 输出图像。generation_summary.json: 图像数量和尺寸验证信息。docs/: 协议/来源交接说明文档。scripts/: 用于准备和生成数据的脚本。
生成方法
所有方法均生成100张图像,输出分辨率均为 2048x2048。
| 方法文件夹 | 描述 |
|---|---|
sdxl |
SDXL 直接生成 |
sdxl_swinir |
SDXL 1024 基础 + SwinIR x2 超分辨率 |
sdxl_lua_fluxvae |
SDXL 1024 基础 → FLUX VAE 编码 → LUA x2 → FLUX VAE 解码 |
lsrna |
LSRNA-DemoFusion |
hidiffusion |
HiDiffusion |
demofusion |
DemoFusion |
实验协议
- 数据集: MS COCO val2017
- 分隔大小: 100 张图像
- 分隔随机种子: 42
- 描述文本: 官方 COCO 描述文本,每张选定图像使用一个确定性描述文本
- SDXL 模型:
stabilityai/stable-diffusion-xl-base-1.0 - 负向提示词:
blurry, ugly, duplicate, poorly drawn face, deformed, mosaic, artifacts, bad limbs
注意事项
sdxl_lua_fluxvae 方法为探索性本地运行器,除非提供确切的 SDXL-LUA 检查点和推理路径,否则不应作为精确的论文风格 SDXL+LUA 结果进行报告。
详细说明请参见 docs/PROVENANCE.md 和 docs/PROTOCOL_CHECK.md 文档。




