Human Preference-Aligned Concept Customization Benchmark (CC-AlignBench)
收藏资源简介:
CC-AlignBench是一个包含单概念和多概念任务的综合评价数据集,旨在通过分解评估标准并使用多模态大型语言模型(MLLM)进行逐方面评估,从而更好地与人类偏好保持一致。数据集包含980个文本提示,涵盖了三种不同的人类动作水平(单个动作、两个独立动作和两个相互动作),以及五种不同的条件类型(动作、布局、表情和周围环境的五种不同组合)。数据集通过评估人类动作水平或条件类型,使模型的概念定制能力得到系统评估。
CC-AlignBench is a comprehensive evaluation dataset covering both single-concept and multi-concept tasks. It is designed to achieve better alignment with human preferences by decomposing evaluation criteria and conducting aspect-wise assessment using multimodal large language models (MLLMs). The dataset comprises 980 text prompts, covering three distinct human action levels: single action, two independent actions, and two interactive actions, as well as five different condition types, which are five distinct combinations of action, layout, expression, and surrounding environment. By evaluating the human action levels or condition types, the dataset enables systematic assessment of the model's concept customization capabilities.
D-GPTScore 数据集概述
数据集基本信息
- 数据集名称:D-GPTScore
- 官方实现:Human Preference-Aligned Concept Customization Benchmark via Decomposed Evaluation
- 相关会议:ICCVW2025
数据集结构
- 图像数据:包含20张男性图像(位于
CC-AlignBench/man_1)和20张女性图像(位于CC-AlignBench/woman_1) - 文本提示:存储在
CC-AlignBench/cc-alignbench-data.csv文件中
数据加载方式
- 加载脚本:
data_loader/prompt_loader.py - 支持参数:
csv_path:CSV文件路径man_token:男性标识符woman_token:女性标识符debug:调试模式index_list:索引列表prompt_type:提示类型(simple/action+layout/action+expression/action+background/all)mode:难度模式(easy/medium/hard)
评估功能
单图像评估
- 评估脚本:
evaluation/metrics/eval_end-to-end.py - 必需参数:
generated_img_path:生成图像路径concept_path:概念图像路径(一个或两个)prompt:生成图像时使用的提示
模型基准评估
- 评估流程:
- 使用CC-AlignBench生成图像并保存
- 执行采样脚本
- 获取D-GPTScore评估结果
- 评估脚本:
evaluation/analysis/benchmark_raderchart.py - 结果输出:
./evaluation/results/output/wo_r_GPT_ours_<method_name>_output.csv
支持的评估方法
- CustomDiffusion
- OMG(LoRA)
- OMG(InstantID)
- FastComposer
- Mix-of-Show
- DreamBooth
结果分析
- 分析脚本:
evaluation/analysis/corr_02_ours_ave.py - 结果保存位置:
evaluation/results/GPT_ours_ave/

- 1Human Preference-Aligned Concept Customization Benchmark via Decomposed Evaluation庆应大学, 英伟达 · 2025年



