Skip to main content
QUICK REVIEW

[論文レビュー] MICON-Bench: Benchmarking and Enhancing Multi-Image Context Image Generation in Unified Multimodal Models

Mingrui Wu, Hang Liu|arXiv (Cornell University)|Feb 23, 2026
Generative Adversarial Networks and Image Synthesis被引用数 0
ひとこと要約

MICON-Bench は、マルチ画像文脈生成の六タスク・ベンチマークを導入し、Dynamic Attention Rebalancing(DAR)を提示します。DAR は統一型多模偽モデルにおけるクロス画像の一貫性を向上させるプラグアンドプレイ方式です。評価をサブセット化してチェックポイントごとに検証する Evaluation-by-Checkpoint フレームワークは自動評価のための MLLM バリファイアを使用します。

ABSTRACT

Recent advancements in Unified Multimodal Models (UMMs) have enabled remarkable image understanding and generation capabilities. However, while models like Gemini-2.5-Flash-Image show emerging abilities to reason over multiple related images, existing benchmarks rarely address the challenges of multi-image context generation, focusing mainly on text-to-image or single-image editing tasks. In this work, we introduce \textbf{MICON-Bench}, a comprehensive benchmark covering six tasks that evaluate cross-image composition, contextual reasoning, and identity preservation. We further propose an MLLM-driven Evaluation-by-Checkpoint framework for automatic verification of semantic and visual consistency, where multimodal large language model (MLLM) serves as a verifier. Additionally, we present \textbf{Dynamic Attention Rebalancing (DAR)}, a training-free, plug-and-play mechanism that dynamically adjusts attention during inference to enhance coherence and reduce hallucinations. Extensive experiments on various state-of-the-art open-source models demonstrate both the rigor of MICON-Bench in exposing multi-image reasoning challenges and the efficacy of DAR in improving generation quality and cross-image coherence. Github: https://github.com/Angusliuuu/MICON-Bench.

研究の動機と目的

  • 統一型多模態モデル(UMMs)が複数の関連参照画像を条件に画像を処理・生成する能力を評価する。
  • クロス画像構成、文脈的推論、アイデンティティ保持を検証する六タスクを網羅する包括的で拡張性のあるベンチマーク(MICON-Bench)を提供する。
  • タスクごとの客観的スコアリングのために MLLM バリファイアを使用する自動評価-by-チェックポイントフレームワークを導入する。
  • 推論時の注意分布を改善し、クロス画像の幻覚を減らす訓練不要の機構(Dynamic Attention Rebalancing, DAR)を提案する。

提案手法

  • 六つのマルチ画像文脈タスクを定義する:オブジェクト構成、空間構成、属性の分離、部品転送、FG/BG 構成、ストーリー生成。
  • 評価-by-チェックポイントのパイプラインを使用し、MLLM が事前定義の視覚的/意味的チェックポイントを検証し、合格/不合格の二値を出力して平均化する。
  • 参照トークン重要度をヘッドごとに推定するためにクエリトークンの一部をサンプリングして注意マップを計算・調整する(DAR)。
  • 参照トークンの注意スコアを最大/最小正規化して高度に関連する領域と無関連領域を識別する。
  • 閾値を用いて注意計算における参照トークンの重みを動的に再割り当てし、領域への注意を高めるまたは抑制する(tau_high、tau_low、gamma)。
  • DAR を訓練不要なプラグインとして示し、オーバーヘッドを最小化しつつクロス画像の一貫性を向上させる。
Figure 1 : Overview of MICON-Bench and Evaluation Pipeline. MICON-Bench is a comprehensive benchmark designed to evaluate multi-image context generation across six diverse tasks: Object Composition, Spatial Composition, Attribute Disentanglement, Component Transfer, FG/BG Composition, and Story Gene
Figure 1 : Overview of MICON-Bench and Evaluation Pipeline. MICON-Bench is a comprehensive benchmark designed to evaluate multi-image context generation across six diverse tasks: Object Composition, Spatial Composition, Attribute Disentanglement, Component Transfer, FG/BG Composition, and Story Gene

実験結果

リサーチクエスチョン

  • RQ1現在の UMM で複数の参照画像から整合的に画像を生成し、参照間のアイデンティティと関係性を保持できるか。
  • RQ2MICON-Bench は最先端モデルにおけるクロス画像推論と一貫性の課題をどれだけ明らかにするか。
  • RQ3提案された Dynamic Attention Rebalancing(DAR)は複数参照に渡る物体認識、空間推論、属性整合を向上させるか。
  • RQ4参照画像の数が生成性能とモデルの融合ロバスト性にどのような影響を与えるか。
  • RQ5MLLMベースの検証はタスク間の標準的な知覚・意味指標と相関するか。

主な発見

モデルオブジェクト空間属性部品FG/BGストーリー平均スコア
Nano-Banana95.6093.7992.1384.2383.1382.8489.25
GPT-Image96.4594.4193.3987.6990.1585.9991.51
UNO58.4066.6865.2828.8420.9639.0844.76
DreamOmni288.2484.7685.2859.6476.1659.5875.56
Qwen-Image-Edit-250796.5288.8078.0442.6872.0863.8172.96
BAGEL87.6489.9689.8452.4064.6465.0973.55
BAGEL + DAR88.0491.8890.7656.0671.2466.3476.31
OmniGen289.5280.3281.6444.7657.9660.9667.83
OmniGen2 + DAR89.8481.0082.1248.7259.2860.7369.21
  • DAR は複数タスクで OmniGen2 と BAGEL の性能を一貫して向上させ、特に Component、FG/BG、Story の性能で顕著である。
  • 最先端の UMM はクロス画像の一貫性に苦戦し、参照間で注意を均等に分散させる傾向がある。
  • 参照画像数を増やすと BAGEL と OmniGen2 の性能が低下し、多参照設定での統合課題を示す。
  • DAR は クロス画像の一貫性を向上させ、複数のベンチマークで CLIP、DINO v2、LPIPS 指標の改善として現れる。
  • DAR の改善は MICON-Bench を超えて OmniContext や XVerseBench などにも及び、多様なマルチ画像ベンチマークでの頑健性を示す。
  • 表1 は DAR の有無によるモデルスコアを示し、DAR を適用することで全体的な平均が改善されることを示す。
Figure 2 : Overview of the proposed Dynamic Attention Rebalancing (DAR) mechanism. Given multiple reference images, DAR first samples query tokens and computes attention maps between sampled queries and reference key tokens. It then applies a dynamic weighting factor to rebalance attention responses
Figure 2 : Overview of the proposed Dynamic Attention Rebalancing (DAR) mechanism. Given multiple reference images, DAR first samples query tokens and computes attention maps between sampled queries and reference key tokens. It then applies a dynamic weighting factor to rebalance attention responses

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。