Sref, IP, CUTE, NIGHTS, InstantStyle, TID2013, DreamBench++
收藏资源简介:
Sref是一个我们提出的基准,我们收集了508种风格,每种风格都由人类艺术家手工挑选,并包含四张主题不同的参考图像,这些图像是使用Midjourney的Sref模式创建的。IP是一个我们提出的基准,我们收集了299个IP角色的图像,并使用高级Flux模型和IP-Adapter为每个角色创建了多个具有不同一致性权重的变体。CUTE、NIGHTS、InstantStyle、TID2013和DreamBench++是其他用于评估视觉相似性的基准数据集。
Sref is a benchmark proposed in this work. We curated 508 artistic styles, each hand-selected by human artists, with each style containing four reference images of distinct themes generated via the Sref mode of Midjourney. IP is another benchmark proposed in this study. We gathered images of 299 IP characters, and generated multiple variants with varying consistency weights for each character using the state-of-the-art Flux model and IP-Adapter. CUTE, NIGHTS, InstantStyle, TID2013, and DreamBench++ are additional benchmark datasets utilized for visual similarity evaluation.
DiffSim: Taming Diffusion Models for Evaluating Visual Similarity
数据集概述
DiffSim 是一个用于评估视觉相似性的数据集,包含多个基准测试集,旨在通过扩散模型来评估图像的相似性。
数据集内容
数据集包含以下7个基准测试集:
-
Sref
- 包含508种风格,每种风格由人类艺术家手工挑选,并包含四张主题不同的参考图像,使用Midjourney的Sref模式生成。
-
IP
- 包含299个IP角色的图像,使用Flux模型和IP-Adapter生成每个角色的多个变体。
-
CUTE
- 未提供详细描述。
-
NIGHTS
- 未提供详细描述。
-
InstantStyle
- 未提供详细描述。
-
TID2013
- 未提供详细描述。
-
DreamBench++
- 未提供详细描述。
数据集下载
- Sref 和 IP 基准测试集可通过提供的链接下载,其他基准测试集未提供下载链接。
安装与运行
- 系统要求:Debian 5.4, Cuda 12.1
- 硬件要求:GPU推理需要约10GB内存,或使用CPU推理
- 安装步骤: bash conda create -n "diffsim" python=3.12.7 conda activate diffsim pip3 install -r requirements.txt
相似性评估
-
使用DiffSim进行基准测试集的评估,具体脚本和参数如下: bash python -u cute_main.py --image_path "/tiamat-NAS/songyiren/dataset/CUTE/" --image_size 512 --target_block "up_blocks" --target_layer 0 --target_step 600 --similarity "cosine" --seed 2334 --metric "diffsim"
--image_path:图像数据集的根路径--image_size:图像分辨率--target_block:指定UNet中用于DiffSim设置的部分--target_layer:指定target_block中的注意力层--target_step:指定去噪步骤--metric:指定评估指标
引用
如果该代码库对您的研究有帮助,请使用以下引用: BibTeX TODO




