paper-with-me

Papers

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

2024-10-09 · 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

📄 PDF Abstract BibTeX arXiv:2410.07171

Code (2)

yangling0818/itercomp 공식 구현 pytorch
yangling0818/rpg-diffusionmaster pytorch

Tasks

AttributeImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Context-Aware Graph Convolution Network for Target Re-identification

2020-12-08 · Deyi Ji, Haoran Wang, Hanzhe Hu, Weihao Gan 외

Most existing re-identification methods focus on learning robust and discriminative features with deep convolution networks. However, many of them consider content similarity separately and fail to utilize the context in…

Vehicle Re-Identification

Video Temporal Relationship Mining for Data-Efficient Person Re-identification

2021-10-01 · Siyu Chen, Dengjie Li, Lishuai Gao, Fan Liang 외

This paper is a technical report to our submission to the ICCV 2021 VIPriors Re-identification Challenge. In order to make full use of the visual inductive priors of the data, we treat the query and gallery images of the…

Image RetrievalPerson Re-IdentificationRetrieval

Domain Adaptation in Multi-View Embedding for Cross-Modal Video Retrieval

2021-10-25 · Jonathan Munro, Michael Wray, Diane Larlus, Gabriela Csurka 외

Given a gallery of uncaptioned video sequences, this paper considers the task of retrieving videos based on their relevance to an unseen text query. To compensate for the lack of annotations, we rely instead on a related…

Domain AdaptationRetrievalUnsupervised Domain AdaptationVideo Retrieval

Human-In-The-Loop Person Re-Identification

2016-12-05 · Hanxiao Wang, Shaogang Gong, Xiatian Zhu, Tao Xiang

Current person re-identification (re-id) methods assume that (1) pre-labelled training data are available for every camera pair, (2) the gallery size for re-identification is moderate. Both assumptions scale poorly to re…

Ensemble LearningIncremental LearningPerson Re-Identification

Compositional Skill Routing for LLM Agents: Decompose, Retrieve, and Compose

2026-06-16 · Xueping Gao arxiv

LLM agents increasingly rely on external skills -- reusable tool specifications -- but real-world tasks often require composing multiple skills, not just selecting one. We formalize this as the Compositional Skill Routin…