paper-with-me

Papers

MuLan: Multimodal-LLM Agent for Progressive and Interactive Multi-Object Diffusion

2024-02-20 · Sen Li, Ruochen Wang, Cho-Jui Hsieh, Minhao Cheng, Tianyi Zhou

Existing text-to-image models still struggle to generate images of multiple objects, especially in handling their spatial positions, relative sizes, overlapping, and attribute bindings. To efficiently address these challenges, we develop a training-free Multimodal-LLM agent (MuLan), as a human painter, that can progressively generate multi-object with intricate planning and feedback control. MuLan harnesses a large language model (LLM) to decompose a prompt to a sequence of sub-tasks, each generating only one object by stable diffusion, conditioned on previously generated objects. Unlike existing LLM-grounded methods, MuLan only produces a high-level plan at the beginning while the exact size and location of each object are determined upon each sub-task by an LLM and attention guidance. Moreover, MuLan adopts a vision-language model (VLM) to provide feedback to the image generated in each sub-task and control the diffusion model to re-generate the image if it violates the original prompt. Hence, each model in every step of MuLan only needs to address an easy sub-task it is specialized for. The multi-step process also allows human users to monitor the generation process and make preferred changes at any intermediate step via text prompts, thereby improving the human-AI collaboration experience. We collect 200 prompts containing multi-objects with spatial relationships and attribute bindings from different benchmarks to evaluate MuLan. The results demonstrate the superiority of MuLan in generating multiple objects over baselines and its creativity when collaborating with human users. The code is available at https://github.com/measure-infinity/mulan-code.

📄 PDF Abstract BibTeX arXiv:2402.12741

Code (1)

measure-infinity/mulan-code 공식 구현 pytorch

Tasks

AttributeLanguage ModelingLanguage ModellingLarge Language ModelObject

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Multimodal Integration of Human-Like Attention in Visual Question Answering

2021-09-27 · Ekta Sood, Fabian Kögel, Philipp Müller, Dominike Thomas 외

Human-like attention as a supervisory signal to guide neural attention has shown significant promise but is currently limited to uni-modal integration - even for inherently multimodal tasks such as visual question answer…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

IterCAD: An Iterative Multimodal Agent for Visually-Grounded CAD Generation and Editing

2026-06-11 · Tao Hu, Jiaxin Ai, Licheng Wen, Xueheng Li 외 arxiv

Computer-Aided Design is pivotal in modern manufacturing, yet existing automated methods predominantly rely on open-loop, one-shot generation, creating a mismatch with iterative real-world practices. In this paper, we pr…

Reinforcement Learning

A modular architecture for creating multimodal agents

2022-06-01 · Thomas Baier, Selene Baez Santamaria, Piek Vossen

The paper describes a flexible and modular platform to create multimodal interactive agents. The platform operates through an event-bus on which signals and interpretations are posted in a sequence in time. Different sen…

Leveraging Multimodal Dialog Technology for the Design of Automated and Interactive Student Agents for Teacher Training

2018-07-01 · WS 2018 7 · David Pautler, Vikram Ramanarayanan, Kirby Cofino, Patrick Lange 외

We present a paradigm for interactive teacher training that leverages multimodal dialog technology to puppeteer custom-designed embodied conversational agents (ECAs) in student roles. We used the open-source multimodal d…

Math

Chat with the Environment: Interactive Multimodal Perception Using Large Language Models

2023-03-14 · Xufeng Zhao, Mengdi Li, Cornelius Weber, Muhammad Burhan Hafez 외

Programming robot behavior in a complex world faces challenges on multiple levels, from dextrous low-level skills to high-level planning and reasoning. Recent pre-trained Large Language Models (LLMs) have shown remarkabl…