CMO logo CMO
ECCV 2026 Compositional Text-to-Image Generation

Correlation-Weighted Multi-Reward Optimization for Compositional Generation

CMO dynamically reweights fine-grained concept rewards using reward correlations, emphasizing hard-to-satisfy and conflicting concepts during diffusion RL fine-tuning.

1Korea University 2Korea Institute of Science and Technology

Core idea

Reward interactions reveal compositional difficulty.

Instead of averaging rewards equally, CMO estimates which concepts conflict across generated samples and gives them stronger optimization signals.

GenEval 2 34.0

Soft TIFAGM, improving prompt-level correctness.

T2I-CompBench 0.6141

Best average score with SD3.5 + CMO.

ConceptMix 0.1883

Full Mark at the hardest K = 7 level.

Training 4 GPUs

LoRA fine-tuning setup for SD3.5 and FLUX.1-dev.

Abstract

Balancing many rewards without letting easy concepts dominate.

Text-to-image models have improved substantially, yet dense compositional prompts still often result in partial success: the model may generate the correct objects while missing the requested count, attribute, or spatial relation.

CMO addresses this challenge by decomposing prompts into concept-level rewards and estimating the correlation structure among them across generated samples. Concepts that are negatively correlated or inconsistently satisfied receive higher weights, guiding reward optimization toward simultaneous concept satisfaction.

01

Fine-grained reward decomposition for objects, attributes, numeracy, size, and spatial relations.

02

Correlation-based difficulty estimation that detects hard-to-align concept interactions.

03

Consistent improvements on ConceptMix, GenEval 2, and T2I-CompBench with SD3.5 and FLUX.1-dev.

Method Overview

Correlation-weighted multi-reward optimization

CMO converts a multi-concept prompt into a reward matrix, estimates concept conflicts through correlations, and aggregates normalized advantages with adaptive concept weights.

Overview of Correlation-Weighted Multi-Reward Optimization
Overview of CMO: concept-specific reward evaluation, reward matrix construction, correlation-based reweighting, and policy optimization.
Step 1

Decompose prompts

Extract objects, attributes, numeracy, size, and spatial relations as independent concept objectives.

Step 2

Build reward matrix

Evaluate a group of generated images with dedicated reward functions to obtain concept-wise rewards.

Step 3

Estimate difficulty

Compute correlations between rewards; weakly or negatively correlated concepts are treated as harder.

Step 4

Optimize policy

Reweight normalized advantages so the model focuses on jointly satisfying difficult concepts.

Quantitative Results

Stronger compositional generation across strict benchmarks

CMO improves exact multi-concept success, prompt-level Soft-TIFA, and fine-grained attribute binding.

ConceptMix

Full Mark Score across task complexity

Full Mark Score table on ConceptMix across task complexity levels

GenEval 2

Soft-TIFA evaluation

Soft-TIFA evaluation table on GenEval 2

T2I-CompBench

Attribute binding, relationships, numeracy, and complex composition

Avg. 0.6141
Evaluation results on T2I-CompBench

Image Visualization

Qualitative comparisons

Following the quantitative sections, the final section shows generated images across compositional prompts and increasing concept complexity.

Qualitative comparison across ConceptMix task complexity levels
ConceptMix qualitative comparison from K = 1 to K = 7. CMO maintains object, attribute, count, and spatial faithfulness as complexity increases.
Qualitative comparison on T2I-CompBench prompts
T2I-CompBench qualitative comparison across attribute binding, spatial relations, and numeracy prompts.

Citation

BibTeX

@article{wi2026cmo,
  title   = {Correlation-Weighted Multi-Reward Optimization for Compositional Generation},
  author  = {Wi, Jungmyung and Kim, Hyunsoo and Kim, Donghyun},
  journal = {arXiv preprint arXiv:2603.18528},
  year    = {2026}
}