paper-with-me

Papers

CCA: Collaborative Competitive Agents for Image Editing

2024-01-23 · Tiankai Hang, Shuyang Gu, Dong Chen, Xin Geng, Baining Guo

This paper presents a novel generative model, Collaborative Competitive Agents (CCA), which leverages the capabilities of multiple Large Language Models (LLMs) based agents to execute complex tasks. Drawing inspiration from Generative Adversarial Networks (GANs), the CCA system employs two equal-status generator agents and a discriminator agent. The generators independently process user instructions and generate results, while the discriminator evaluates the outputs, and provides feedback for the generator agents to further reflect and improve the generation results. Unlike the previous generative model, our system can obtain the intermediate steps of generation. This allows each generator agent to learn from other successful executions due to its transparency, enabling a collaborative competition that enhances the quality and robustness of the system's results. The primary focus of this study is image editing, demonstrating the CCA's ability to handle intricate instructions robustly. The paper's main contributions include the introduction of a multi-agent-based generative model with controllable intermediate steps and iterative optimization, a detailed examination of agent relationships, and comprehensive experiments on image editing. Code is available at \href{https://github.com/TiankaiHang/CCA}{https://github.com/TiankaiHang/CCA}.

📄 PDF Abstract BibTeX arXiv:2401.13011

Code (1)

tiankaihang/cca 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Talk2Image: A Multi-Agent System for Multi-Turn Image Generation and Editing

2025-08-09 · Shichao Ma, Yunhe Guo, Jiahao Su, Qihe Huang 외 arxiv

Text-to-image generation tasks have driven remarkable advances in diverse media applications, yet most focus on single-turn scenarios and struggle with iterative, multi-turn creative tasks. Recent dialogue-based systems …

Text-to-Image GenerationImage Editing

CoMA: Compositional Human Motion Generation with Multi-modal Agents

2024-12-10 · Shanlin Sun, Gabriel De Araujo, Jiaqi Xu, Shenghan Zhou 외

3D human motion generation has seen substantial advancement in recent years. While state-of-the-art approaches have improved performance significantly, they still struggle with complex and detailed motions unseen in trai…

Motion Generation

CREA: A Collaborative Multi-Agent Framework for Creative Content Generation with Diffusion Models

2025-04-07 · Kavana Venkatesh, Connor Dunlop, Pinar Yanardag

Creativity in AI imagery remains a fundamental challenge, requiring not only the generation of visually compelling content but also the capacity to add novel, expressive, and artistically rich transformations to images. …

Diversity

Multiagent Cooperation and Competition with Deep Reinforcement Learning

2015-11-27 · Ardi Tampuu, Tambet Matiisen, Dorian Kodelja, Ilya Kuzovkin 외

Multiagent systems appear in most social, economical, and political situations. In the present work we extend the Deep Q-Learning Network architecture proposed by Google DeepMind to multiagent environments and investigat…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+1

Collaborative Document Editing with Multiple Users and AI Agents

2025-09-15 · Florian Lehmann, Krystsina Shauchenka, Daniel Buschek arxiv

Current AI writing support tools are largely designed for individuals, complicating collaboration when co-writers must leave the shared workspace to use AI and then communicate and reintegrate results. We propose integra…