paper-with-me

Papers

MIGC++: Advanced Multi-Instance Generation Controller for Image Synthesis

2024-07-02 · Dewei Zhou, You Li, Fan Ma, Zongxin Yang, Yi Yang

We introduce the Multi-Instance Generation (MIG) task, which focuses on generating multiple instances within a single image, each accurately placed at predefined positions with attributes such as category, color, and shape, strictly following user specifications. MIG faces three main challenges: avoiding attribute leakage between instances, supporting diverse instance descriptions, and maintaining consistency in iterative generation. To address attribute leakage, we propose the Multi-Instance Generation Controller (MIGC). MIGC generates multiple instances through a divide-and-conquer strategy, breaking down multi-instance shading into single-instance tasks with singular attributes, later integrated. To provide more types of instance descriptions, we developed MIGC++. MIGC++ allows attribute control through text \& images and position control through boxes \& masks. Lastly, we introduced the Consistent-MIG algorithm to enhance the iterative MIG ability of MIGC and MIGC++. This algorithm ensures consistency in unmodified regions during the addition, deletion, or modification of instances, and preserves the identity of instances when their attributes are changed. We introduce the COCO-MIG and Multimodal-MIG benchmarks to evaluate these methods. Extensive experiments on these benchmarks, along with the COCO-Position benchmark and DrawBench, demonstrate that our methods substantially outperform existing techniques, maintaining precise control over aspects including position, attribute, and quantity. Project page: https://github.com/limuloo/MIGC.

📄 PDF Abstract BibTeX arXiv:2407.02329

Code (1)

limuloo/migc 공식 구현 pytorch

Tasks

AttributeImage GenerationPosition

Similar Papers 제목 키워드 기반

MIGC: Multi-Instance Generation Controller for Text-to-Image Synthesis

2024-02-08 · CVPR 2024 1 · Dewei Zhou, You Li, Fan Ma, Xiaoting Zhang 외

We present a Multi-Instance Generation (MIG) task, simultaneously generating multiple instances with diverse controls in one image. Given a set of predefined coordinates and their corresponding descriptions, the task is …

AttributeConditional Text-to-Image SynthesisImage Generation

Semi-supervised Domain Adaptation on Graphs with Contrastive Learning and Minimax Entropy

2023-09-14 · Jiaren Xiao, Quanyu Dai, Xiao Shen, Xiaochen Xie 외

Label scarcity in a graph is frequently encountered in real-world applications due to the high cost of data labeling. To this end, semi-supervised domain adaptation (SSDA) on graphs aims to leverage the knowledge of a la…

Contrastive LearningDomain AdaptationNode ClassificationSemi-supervised Domain Adaptation

LLM-Agent-Controller: A Universal Multi-Agent Large Language Model System as a Control Engineer

2025-05-26 · Rasoul Zahedifar, Sayyed Ali Mirghasemi, Mahdieh Soleymani Baghshah, Alireza Taheri

This study presents the LLM-Agent-Controller, a multi-agent large language model (LLM) system developed to address a wide range of problems in control engineering (Control Theory). The system integrates a central control…

Language ModelingLanguage ModellingLarge Language ModelRAG+1

Conformal Recovery-Deadline Certificates for Runtime Assurance of Adapting Controllers

2026-06-24 · Alireza Shojaei arxiv

Runtime assurance (RTA) protects a safety-critical system by switching from an advanced controller to a verified safe controller when a monitored condition is violated. The standard latching rule, which trips on the firs…

DEIG: Detail-Enhanced Instance Generation with Fine-Grained Semantic Control

2026-02-20 · Shiyan Du, Conghan Yue, Xinyu Cheng, Dongyu Zhang arxiv

Multi-Instance Generation has advanced significantly in spatial placement and attribute binding. However, existing approaches still face challenges in fine-grained semantic understanding, particularly when dealing with c…