# UFO：面向多模态图像生成全条件对齐的链式评估框架

- 来源：HuggingFace Daily Papers（社区热门论文）
- 发布时间：2026-09-17 08:00
- AIHOT 分数：38
- AIHOT 链接：https://aihot.news/items/cmu6ds2t10kqbrofj81jz3u2f
- 原文链接：https://arxiv.org/abs/2609.12397

## AI 摘要

研究团队提出 UFO，首个面向多模态图像生成全条件对齐的同步评估框架，通过将全条件对齐拆解为细粒度、解耦的原子评估单元（AEU）链并分类调用通用或专用功能完成验证。实验显示 UFO 与人类评估偏好的相关性最高，平均提升 15.25%。团队同时发布 UFO-Bench，用于在文本与视觉条件多样交互下整体评估现有定制化模型。

## 正文

Multi-modal image generation, particularly subject-driven customization, has garnered growing attention in recent years. Despite the rapid advancement of generative models, their evaluation remains largely lagging. Existing methods, whether embedding-based or Multi-modal Large Language Model (MLLM)-based, evaluate alignment with each modal condition in isolation, which contradicts the simultaneous condition alignment objective of multi-modal image generation, leading to poor consistency with human judgments. To address this challenge, we propose UFO, the first unified framework for omni-condition alignment simultaneous evaluation.

Specifically, UFO introduces a novel Atomized Chain-of-Evaluation paradigm, i.e., it first decomposes omni-condition alignment into a sequential chain of fine-grained, disentangled Atomic Evaluation Units (AEUs), categorizes them into distinct modality-relevance classes, and then employs general or dedicated functional calls for accurate verification of different AEU types. Experimental results demonstrate that UFO achieves the highest correlation with human evaluation preferences, delivering an average improvement of 15.25%. Furthermore, we present UFO-Bench, a dedicated benchmark designed to holistically evaluate the performance of existing customization models under the diverse mutual interactions of textual and visual conditions.
