Papers › IterComp: Iterative Composition-Aware Feedback Learning from Model Gallery for...

IterComp: Iterative Composition-Aware Feedback Learning from Model Gallery for Text-to-Image Generation

9 Oct 2024arXiv:2410.07171archive 2025-07-28

Xinchen Zhang, Ling Yang, Guohao Li, Yaqi Cai, Jiake Xie, Yong Tang, Yujiu Yang, Mengdi Wang, Bin Cui

Advanced diffusion models like RPG, Stable Diffusion 3 and FLUX have made notable strides in compositional text-to-image generation. However, these methods typically exhibit distinct strengths for compositional generation, with some excelling in handling attribute binding and others in spatial relationships. This disparity highlights the need for an approach that can leverage the complementary strengths of various models to comprehensively improve the composition capability. To this end, we introduce IterComp, a novel framework that aggregates composition-aware model preferences from multiple models and employs an iterative feedback learning approach to enhance compositional generation. Specifically, we curate a gallery of six powerful open-source diffusion models and evaluate their three key compositional metrics: attribute binding, spatial relationships, and non-spatial relationships. Based on these metrics, we develop a composition-aware model preference dataset comprising numerous image-rank pairs to train composition-aware reward models. Then, we propose an iterative feedback learning method to enhance compositionality in a closed-loop manner, enabling the progressive self-refinement of both the base diffusion model and reward models over multiple iterations. Theoretical proof demonstrates the effectiveness and extensive experiments show our significant superiority over previous SOTA methods (e.g., Omost and FLUX), particularly in multi-category object composition and complex semantic alignment. IterComp opens new research avenues in reward feedback learning for diffusion models and compositional generation. Code: https://github.com/YangLing0818/IterComp

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.07171")

Code

Syntology Ran 10 of 18 code samples harvested from 2 repositories linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · violated contract; 3 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 8 samples from 1 repository, 3 ran; community (archive-listed): 10 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yangling0818/itercomp officialmentioned in papermentioned on GitHubpytorchMIT report
yangling0818/rpg-diffusionmaster mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 10 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
3ran · our draft was wrong
6ran
8unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

is_url yangling0818/itercomp/train/models/blip.py official repository ran · violated contract MIT (permissive) · 4d1d9c47619920ba · report
load yangling0818/itercomp/Iterative_feedback/utils.py official repository ran MIT (permissive) · 96b66ffedde07222 · report
loss_func YangLing0818/IterComp/train/train_reward_models.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 1164a205d991f3d8 · report
ImageReward_download yangling0818/itercomp/Iterative_feedback/utils.py official repository unverified MIT (permissive) · b1ae6f0bdf766e6c · report
encode_prompt_rm yangling0818/itercomp/Iterative_feedback/feedback_train.py official repository unverified MIT (permissive) · 2d955b94f1d7c1b6 · report
import_model_class_from_model_name_or_path yangling0818/itercomp/Iterative_feedback/feedback_train.py official repository unverified MIT (permissive) · 01e3b39e9e10abfb · report
load_score yangling0818/itercomp/Iterative_feedback/utils.py official repository unverified MIT (permissive) · ef6e5967acc37116 · report
parse_args yangling0818/itercomp/Iterative_feedback/feedback_train.py official repository unverified MIT (permissive) · 46770865c030e572 · report
floatdef yangling0818/rpg-diffusionmaster/matrix.py community (archive-listed) ran MIT (permissive) · 9b32f5c5fdc1fed6 · report
get_params_dict yangling0818/rpg-diffusionmaster/mllm.py community (archive-listed) ran MIT (permissive) · 8a3533b6e18fc64e · report
is_l2 yangling0818/rpg-diffusionmaster/matrix.py community (archive-listed) ran MIT (permissive) · 98feb4cf3a68bbf2 · report
l2_count yangling0818/rpg-diffusionmaster/matrix.py community (archive-listed) ran MIT (permissive) · 44c2fbeedf9741bb · report
rescale_noise_cfg yangling0818/rpg-diffusionmaster/RegionalDiffusion_base.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · bea2d776a332f2b0 · report
retrieve_timesteps yangling0818/rpg-diffusionmaster/RegionalDiffusion_xl.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 63e7d99da5ea137f · report
retrieve_timesteps yangling0818/rpg-diffusionmaster/RegionalDiffusion_base.py community (archive-listed) ran MIT (permissive) · 6cccd001a059f194 · report
GPT4 yangling0818/rpg-diffusionmaster/mllm.py community (archive-listed) unverified MIT (permissive) · 24399db18bc9c34f · report
local_llm yangling0818/rpg-diffusionmaster/mllm.py community (archive-listed) unverified MIT (permissive) · 0861ce73c0e98185 · report
split_dims yangling0818/rpg-diffusionmaster/cross_attention.py community (archive-listed) unverified MIT (permissive) · 56156523c6123e73 · report

Tasks

AttributeImage GenerationText to Image GenerationText-to-Image Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASEDiffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections